Skip to content

Commit f7e4638

Browse files
authored
Merge pull request #204 from Pyrrha-Platform/dependabot/npm_and_yarn/pyrrha-dashboard/api-auth/jsonwebtoken-9.0.2
Bump jsonwebtoken from 8.5.1 to 9.0.2 in /pyrrha-dashboard/api-auth
2 parents 9c85e27 + 2df2e26 commit f7e4638

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

pyrrha-dashboard/api-auth/package-lock.json

+16-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyrrha-dashboard/api-auth/yarn.lock

+19-11
Original file line numberDiff line numberDiff line change
@@ -1347,14 +1347,20 @@ jsonwebtoken@^8.5.1:
13471347
semver "^5.6.0"
13481348

13491349
jsonwebtoken@^9.0.0:
1350-
version "9.0.0"
1351-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
1352-
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
1350+
version "9.0.2"
1351+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3"
1352+
integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==
13531353
dependencies:
13541354
jws "^3.2.2"
1355-
lodash "^4.17.21"
1355+
lodash.includes "^4.3.0"
1356+
lodash.isboolean "^3.0.3"
1357+
lodash.isinteger "^4.0.4"
1358+
lodash.isnumber "^3.0.3"
1359+
lodash.isplainobject "^4.0.6"
1360+
lodash.isstring "^4.0.1"
1361+
lodash.once "^4.0.0"
13561362
ms "^2.1.1"
1357-
semver "^7.3.8"
1363+
semver "^7.5.4"
13581364

13591365
jwa@^1.4.1:
13601366
version "1.4.1"
@@ -1434,11 +1440,6 @@ lodash.truncate@^4.4.2:
14341440
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
14351441
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
14361442

1437-
lodash@^4.17.21:
1438-
version "4.17.21"
1439-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1440-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1441-
14421443
log4js@^6.4.1:
14431444
version "6.6.1"
14441445
resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.6.1.tgz#48f23de8a87d2f5ffd3d913f24ca9ce77895272f"
@@ -1813,13 +1814,20 @@ semver@^5.6.0, semver@^5.7.1:
18131814
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
18141815
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
18151816

1816-
semver@^7.2.1, semver@^7.3.8:
1817+
semver@^7.2.1:
18171818
version "7.5.4"
18181819
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
18191820
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
18201821
dependencies:
18211822
lru-cache "^6.0.0"
18221823

1824+
semver@^7.5.4:
1825+
version "7.6.0"
1826+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
1827+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
1828+
dependencies:
1829+
lru-cache "^6.0.0"
1830+
18231831
semver@~7.0.0:
18241832
version "7.0.0"
18251833
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"

0 commit comments

Comments
 (0)