Skip to content

Commit 7005d01

Browse files
Bump @feathersjs/authentication-local from 4.5.15 to 5.0.12
Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication-local) from 4.5.15 to 5.0.12. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/authentication-local/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.12/packages/authentication-local) --- updated-dependencies: - dependency-name: "@feathersjs/authentication-local" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2acb333 commit 7005d01

2 files changed

Lines changed: 160 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@bervproject/feathers-advance-hook": "^1.1.1",
3838
"@feathersjs/authentication": "^4.5.15",
3939
"@feathersjs/authentication-jwt": "^2.0.10",
40-
"@feathersjs/authentication-local": "^4.5.15",
40+
"@feathersjs/authentication-local": "^5.0.12",
4141
"@feathersjs/authentication-oauth": "^4.5.15",
4242
"@feathersjs/configuration": "^4.5.15",
4343
"@feathersjs/errors": "^5.0.12",

yarn.lock

Lines changed: 159 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@
317317
dependencies:
318318
"@babel/helper-plugin-utils" "^7.19.0"
319319

320+
"@babel/runtime@^7.18.3":
321+
version "7.23.5"
322+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.5.tgz#11edb98f8aeec529b82b211028177679144242db"
323+
integrity sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==
324+
dependencies:
325+
regenerator-runtime "^0.14.0"
326+
320327
"@babel/template@^7.18.10", "@babel/template@^7.3.3":
321328
version "7.18.10"
322329
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -458,6 +465,15 @@
458465
"@feathersjs/errors" "^4.5.15"
459466
"@feathersjs/feathers" "^4.5.15"
460467

468+
"@feathersjs/adapter-commons@^5.0.12":
469+
version "5.0.12"
470+
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.12.tgz#2f9ea1af39e269cb43beeb58e90eeed0832f406a"
471+
integrity sha512-HP4330c2hhhiih1oFheKzS/YzBChBWvm4dDNhzcv+p4W7kmciclpyShGvDALZehe3R/8JHdxhkjB/3eo6zpn+w==
472+
dependencies:
473+
"@feathersjs/commons" "^5.0.12"
474+
"@feathersjs/errors" "^5.0.12"
475+
"@feathersjs/feathers" "^5.0.12"
476+
461477
"@feathersjs/authentication-jwt@^2.0.10":
462478
version "2.0.10"
463479
resolved "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.10.tgz#f8ec25d1230552b311af21822c5974cbc5f99b5e"
@@ -470,16 +486,16 @@
470486
lodash.pick "^4.4.0"
471487
passport-jwt "^4.0.0"
472488

473-
"@feathersjs/authentication-local@^4.5.15":
474-
version "4.5.15"
475-
resolved "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.5.15.tgz#2834231cdc141fb4f86e717bc71842371bdf5ab0"
476-
integrity sha512-5K+S6eAUVbrEqaL12yYjCP5dn+QXklVg/nJgBIkCfRp/uaTbQM4W7VQanrB9EgBwhX1p4EJhWkB/xeNam8qb5A==
489+
"@feathersjs/authentication-local@^5.0.12":
490+
version "5.0.12"
491+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.12.tgz#571af1daedb647a435b8e1f9721c277611e5950f"
492+
integrity sha512-JvMcz2JxPfuCur5NCTI5zrSLp8Vx15FBHu8izlUl31OuXHox0/pJ2TP/FZV8RFIsoo9MpyrWAByeDwNRhKe1zA==
477493
dependencies:
478-
"@feathersjs/authentication" "^4.5.15"
479-
"@feathersjs/errors" "^4.5.15"
480-
"@feathersjs/feathers" "^4.5.15"
494+
"@feathersjs/authentication" "^5.0.12"
495+
"@feathersjs/commons" "^5.0.12"
496+
"@feathersjs/errors" "^5.0.12"
497+
"@feathersjs/feathers" "^5.0.12"
481498
bcryptjs "^2.4.3"
482-
debug "^4.3.3"
483499
lodash "^4.17.21"
484500

485501
"@feathersjs/authentication-oauth@^4.5.15":
@@ -512,16 +528,33 @@
512528
long-timeout "^0.1.1"
513529
uuid "^8.3.2"
514530

515-
"@feathersjs/commons@^4.5.15":
516-
version "4.5.15"
517-
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
518-
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==
531+
"@feathersjs/authentication@^5.0.12":
532+
version "5.0.12"
533+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.12.tgz#49a921b710a24cf41dfddbfc3a470ca06e30b03c"
534+
integrity sha512-eaxRGCPVkvZ6MAh50zDPdYmSofrFDJUHFgT4kaAzEc3+fUGpsriqjUBrrxSF88wWojR6ZHpZIzB8IMYD7oKs7Q==
535+
dependencies:
536+
"@feathersjs/commons" "^5.0.12"
537+
"@feathersjs/errors" "^5.0.12"
538+
"@feathersjs/feathers" "^5.0.12"
539+
"@feathersjs/hooks" "^0.8.1"
540+
"@feathersjs/schema" "^5.0.12"
541+
"@feathersjs/transport-commons" "^5.0.12"
542+
"@types/jsonwebtoken" "^9.0.5"
543+
jsonwebtoken "^9.0.2"
544+
lodash "^4.17.21"
545+
long-timeout "^0.1.1"
546+
uuid "^9.0.1"
519547

520-
"@feathersjs/commons@^4.5.16":
548+
"@feathersjs/commons@^4.5.15", "@feathersjs/commons@^4.5.16":
521549
version "4.5.16"
522550
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
523551
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==
524552

553+
"@feathersjs/commons@^5.0.12":
554+
version "5.0.12"
555+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.12.tgz#f0fc05cc99af2eefd92ded4f97875452e6182773"
556+
integrity sha512-/6LiS4PLu60O39C91EXE7xzv04Ja+WupZ9UcR1p0qwp58OQRlE/60GWLzQ6XPEIVwELb7ylNgakMAq9D7Z9k8A==
557+
525558
"@feathersjs/configuration@^4.5.15":
526559
version "4.5.15"
527560
resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
@@ -573,6 +606,35 @@
573606
events "^3.3.0"
574607
uberproto "^2.0.6"
575608

609+
"@feathersjs/feathers@^5.0.12":
610+
version "5.0.12"
611+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.12.tgz#f702e46b03e4814db886eb827501227444a4989b"
612+
integrity sha512-m4rj6sFGMBc5fWmZRpphlXPmk2QodzTmKHw0Vb7npc/Q1pGz86NVY3KBwoIxJSahaF7AaaRofzYHooWaCEnOyw==
613+
dependencies:
614+
"@feathersjs/commons" "^5.0.12"
615+
"@feathersjs/hooks" "^0.8.1"
616+
events "^3.3.0"
617+
618+
"@feathersjs/hooks@^0.8.1":
619+
version "0.8.1"
620+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
621+
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==
622+
623+
"@feathersjs/schema@^5.0.12":
624+
version "5.0.12"
625+
resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.12.tgz#6349d3f7dac42a17d4ae0887595b272a5ac1fbcc"
626+
integrity sha512-xuiePDDeWPEH24KFzdbP3kSeshxpPa3XuVxylwtEZnBRAq9mN7AxQEMDalKAvjYWlfhbnJ2qGScMlav5BdWGYw==
627+
dependencies:
628+
"@feathersjs/adapter-commons" "^5.0.12"
629+
"@feathersjs/commons" "^5.0.12"
630+
"@feathersjs/errors" "^5.0.12"
631+
"@feathersjs/feathers" "^5.0.12"
632+
"@feathersjs/hooks" "^0.8.1"
633+
"@types/json-schema" "^7.0.15"
634+
ajv "^8.12.0"
635+
ajv-formats "^2.1.1"
636+
json-schema-to-ts "^2.9.2"
637+
576638
"@feathersjs/socketio@^4.5.18":
577639
version "4.5.18"
578640
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.5.18.tgz#fcbcad4a6fd4523eda96620b23c747a23c679c5c"
@@ -595,6 +657,17 @@
595657
lodash "^4.17.21"
596658
radix-router "^3.0.1"
597659

660+
"@feathersjs/transport-commons@^5.0.12":
661+
version "5.0.12"
662+
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.12.tgz#c7887ddf937d87de14c86dd9695021571b32f39f"
663+
integrity sha512-HduReTKT7VHM1MHk8FFp2UaTZtLIKRU87AtGn6RhHAqSKfX01sz1r7OIaB8vPJ/ZAYAqW9P+0UHQaQaA/XDaZQ==
664+
dependencies:
665+
"@feathersjs/commons" "^5.0.12"
666+
"@feathersjs/errors" "^5.0.12"
667+
"@feathersjs/feathers" "^5.0.12"
668+
encodeurl "^1.0.2"
669+
lodash "^4.17.21"
670+
598671
"@google-cloud/paginator@^3.0.7":
599672
version "3.0.7"
600673
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz#fb6f8e24ec841f99defaebf62c75c2e744dd419b"
@@ -1171,6 +1244,11 @@
11711244
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
11721245
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
11731246

1247+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
1248+
version "7.0.15"
1249+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1250+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1251+
11741252
"@types/jsonwebtoken@^8.5.6":
11751253
version "8.5.9"
11761254
resolved "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
@@ -1425,6 +1503,13 @@ agent-base@6:
14251503
dependencies:
14261504
debug "4"
14271505

1506+
ajv-formats@^2.1.1:
1507+
version "2.1.1"
1508+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
1509+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
1510+
dependencies:
1511+
ajv "^8.0.0"
1512+
14281513
ajv@^6.12.4, ajv@^6.12.6:
14291514
version "6.12.6"
14301515
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1435,6 +1520,16 @@ ajv@^6.12.4, ajv@^6.12.6:
14351520
json-schema-traverse "^0.4.1"
14361521
uri-js "^4.2.2"
14371522

1523+
ajv@^8.0.0, ajv@^8.12.0:
1524+
version "8.12.0"
1525+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1526+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1527+
dependencies:
1528+
fast-deep-equal "^3.1.1"
1529+
json-schema-traverse "^1.0.0"
1530+
require-from-string "^2.0.2"
1531+
uri-js "^4.2.2"
1532+
14381533
ansi-escapes@^4.2.1:
14391534
version "4.3.2"
14401535
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2253,7 +2348,7 @@ enabled@2.0.x:
22532348
resolved "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
22542349
integrity sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==
22552350

2256-
encodeurl@~1.0.2:
2351+
encodeurl@^1.0.2, encodeurl@~1.0.2:
22572352
version "1.0.2"
22582353
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
22592354
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
@@ -3670,11 +3765,25 @@ json-parse-even-better-errors@^2.3.0:
36703765
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
36713766
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
36723767

3768+
json-schema-to-ts@^2.9.2:
3769+
version "2.9.2"
3770+
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.2.tgz#a054bc6410f13c7a2fc51aeabac52292e885b98d"
3771+
integrity sha512-h9WqLkTVpBbiaPb5OmeUpz/FBLS/kvIJw4oRCPiEisIu2WjMh+aai0QIY2LoOhRFx5r92taGLcerIrzxKBAP6g==
3772+
dependencies:
3773+
"@babel/runtime" "^7.18.3"
3774+
"@types/json-schema" "^7.0.9"
3775+
ts-algebra "^1.2.0"
3776+
36733777
json-schema-traverse@^0.4.1:
36743778
version "0.4.1"
36753779
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
36763780
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
36773781

3782+
json-schema-traverse@^1.0.0:
3783+
version "1.0.0"
3784+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
3785+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
3786+
36783787
json-stable-stringify-without-jsonify@^1.0.1:
36793788
version "1.0.1"
36803789
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -3701,6 +3810,22 @@ jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
37013810
ms "^2.1.1"
37023811
semver "^5.6.0"
37033812

3813+
jsonwebtoken@^9.0.2:
3814+
version "9.0.2"
3815+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3"
3816+
integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==
3817+
dependencies:
3818+
jws "^3.2.2"
3819+
lodash.includes "^4.3.0"
3820+
lodash.isboolean "^3.0.3"
3821+
lodash.isinteger "^4.0.4"
3822+
lodash.isnumber "^3.0.3"
3823+
lodash.isplainobject "^4.0.6"
3824+
lodash.isstring "^4.0.1"
3825+
lodash.once "^4.0.0"
3826+
ms "^2.1.1"
3827+
semver "^7.5.4"
3828+
37043829
jwa@^1.4.1:
37053830
version "1.4.1"
37063831
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -4522,6 +4647,11 @@ rechoir@^0.6.2:
45224647
dependencies:
45234648
resolve "^1.1.6"
45244649

4650+
regenerator-runtime@^0.14.0:
4651+
version "0.14.0"
4652+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
4653+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
4654+
45254655
request-compose@^1.2.1:
45264656
version "1.2.3"
45274657
resolved "https://registry.npmjs.org/request-compose/-/request-compose-1.2.3.tgz#b04110786cc25e3af6b1757553f5abcfefe0887b"
@@ -4541,6 +4671,11 @@ require-directory@^2.1.1:
45414671
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
45424672
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
45434673

4674+
require-from-string@^2.0.2:
4675+
version "2.0.2"
4676+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
4677+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
4678+
45444679
resolve-cwd@^3.0.0:
45454680
version "3.0.0"
45464681
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -5128,6 +5263,11 @@ triple-beam@^1.3.0:
51285263
resolved "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
51295264
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
51305265

5266+
ts-algebra@^1.2.0:
5267+
version "1.2.2"
5268+
resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.2.tgz#b75d301c28cd4126cd344760a47b43e48e2872e0"
5269+
integrity sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==
5270+
51315271
ts-api-utils@^1.0.1:
51325272
version "1.0.1"
51335273
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
@@ -5344,6 +5484,11 @@ uuid@^8.0.0, uuid@^8.3.2:
53445484
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
53455485
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
53465486

5487+
uuid@^9.0.1:
5488+
version "9.0.1"
5489+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
5490+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
5491+
53475492
v8-compile-cache-lib@^3.0.1:
53485493
version "3.0.1"
53495494
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)