Skip to content

Commit bef5ca9

Browse files
Bump @feathersjs/authentication-local from 4.5.15 to 5.0.7
Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication-local) from 4.5.15 to 5.0.7. - [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.7/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 a6653e7 commit bef5ca9

2 files changed

Lines changed: 155 additions & 11 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.7",
4141
"@feathersjs/authentication-oauth": "^4.5.15",
4242
"@feathersjs/configuration": "^4.5.15",
4343
"@feathersjs/errors": "^5.0.7",

yarn.lock

Lines changed: 154 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
dependencies:
264264
"@babel/helper-plugin-utils" "^7.19.0"
265265

266+
"@babel/runtime@^7.18.3":
267+
version "7.22.6"
268+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
269+
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
270+
dependencies:
271+
regenerator-runtime "^0.13.11"
272+
266273
"@babel/template@^7.18.10", "@babel/template@^7.3.3":
267274
version "7.18.10"
268275
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -381,6 +388,15 @@
381388
"@feathersjs/errors" "^4.5.15"
382389
"@feathersjs/feathers" "^4.5.15"
383390

391+
"@feathersjs/adapter-commons@^5.0.7":
392+
version "5.0.7"
393+
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.7.tgz#c02175dfc44ba9e07d3a8829df7c5ca66daf6dbc"
394+
integrity sha512-VTOCLMIHc80lQAs0D4Lh0Xxayxl4TuiEjVVY9lqmfDOjYb06jaP+6gRuyLKll77Sj8Ztj5bx8Ldo0jHnynwCBg==
395+
dependencies:
396+
"@feathersjs/commons" "^5.0.7"
397+
"@feathersjs/errors" "^5.0.7"
398+
"@feathersjs/feathers" "^5.0.7"
399+
384400
"@feathersjs/authentication-jwt@^2.0.10":
385401
version "2.0.10"
386402
resolved "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.10.tgz#f8ec25d1230552b311af21822c5974cbc5f99b5e"
@@ -393,16 +409,16 @@
393409
lodash.pick "^4.4.0"
394410
passport-jwt "^4.0.0"
395411

396-
"@feathersjs/authentication-local@^4.5.15":
397-
version "4.5.15"
398-
resolved "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.5.15.tgz#2834231cdc141fb4f86e717bc71842371bdf5ab0"
399-
integrity sha512-5K+S6eAUVbrEqaL12yYjCP5dn+QXklVg/nJgBIkCfRp/uaTbQM4W7VQanrB9EgBwhX1p4EJhWkB/xeNam8qb5A==
412+
"@feathersjs/authentication-local@^5.0.7":
413+
version "5.0.7"
414+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.7.tgz#d90ec28bcf437e0d1c43a38df83f6968599b7704"
415+
integrity sha512-AtrC93gvDgNutXZFXVihy39k1jQwxYi8qXEqgBzYHHiN7esdL2drUnqN96ZXSILYMv/7M+FkI/eVExr/E9tIrA==
400416
dependencies:
401-
"@feathersjs/authentication" "^4.5.15"
402-
"@feathersjs/errors" "^4.5.15"
403-
"@feathersjs/feathers" "^4.5.15"
417+
"@feathersjs/authentication" "^5.0.7"
418+
"@feathersjs/commons" "^5.0.7"
419+
"@feathersjs/errors" "^5.0.7"
420+
"@feathersjs/feathers" "^5.0.7"
404421
bcryptjs "^2.4.3"
405-
debug "^4.3.3"
406422
lodash "^4.17.21"
407423

408424
"@feathersjs/authentication-oauth@^4.5.15":
@@ -435,11 +451,33 @@
435451
long-timeout "^0.1.1"
436452
uuid "^8.3.2"
437453

454+
"@feathersjs/authentication@^5.0.7":
455+
version "5.0.7"
456+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.7.tgz#99741e0216e460ffc02565e1d0813c39c9ceb380"
457+
integrity sha512-Kzwq4J+iZDsiw6/jWWfTgXvTG7zVl5JYvMPkKQ8A5WHvBi7wuxPnDUhv0T1fv5c7XZ5McigpfSiiWhWVF+zLuw==
458+
dependencies:
459+
"@feathersjs/commons" "^5.0.7"
460+
"@feathersjs/errors" "^5.0.7"
461+
"@feathersjs/feathers" "^5.0.7"
462+
"@feathersjs/hooks" "^0.8.1"
463+
"@feathersjs/schema" "^5.0.7"
464+
"@feathersjs/transport-commons" "^5.0.7"
465+
"@types/jsonwebtoken" "^9.0.2"
466+
jsonwebtoken "^9.0.1"
467+
lodash "^4.17.21"
468+
long-timeout "^0.1.1"
469+
uuid "^9.0.0"
470+
438471
"@feathersjs/commons@^4.5.15":
439472
version "4.5.15"
440473
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
441474
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==
442475

476+
"@feathersjs/commons@^5.0.7":
477+
version "5.0.7"
478+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.7.tgz#e0f46124a265ca8a45a479f869d3da6084c84c7c"
479+
integrity sha512-qCj+Ardd2eGvoG49u8UCMn5evb+TpqWkjtiqEBQtBQIvRH/iQXYT7aMrd3qGHMM/OFQGsbsjYVKwz1u7GWB3yQ==
480+
443481
"@feathersjs/configuration@^4.5.15":
444482
version "4.5.15"
445483
resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
@@ -491,6 +529,35 @@
491529
events "^3.3.0"
492530
uberproto "^2.0.6"
493531

532+
"@feathersjs/feathers@^5.0.7":
533+
version "5.0.7"
534+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.7.tgz#d9181a861c3180c73ff1d2d297980db7da123da2"
535+
integrity sha512-liGKHo/Pb64Xeh/oF0E65RyIF8cyAASE7u9ehFrxZMkroXa18pNg1iW1wIQ0kwmixptRijJ/Am0cjn+EQRoJ+Q==
536+
dependencies:
537+
"@feathersjs/commons" "^5.0.7"
538+
"@feathersjs/hooks" "^0.8.1"
539+
events "^3.3.0"
540+
541+
"@feathersjs/hooks@^0.8.1":
542+
version "0.8.1"
543+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
544+
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==
545+
546+
"@feathersjs/schema@^5.0.7":
547+
version "5.0.7"
548+
resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.7.tgz#5e582150a26cf99c6017fe27f9e32bc64ab648e4"
549+
integrity sha512-VwCjOwqe306ObUFBJcwr5CRvEFOplfodHviqWf2nRrie/cpwSQGVBsntTyZZpEAsinB7ujuXl+ivmBJ1YE4NSA==
550+
dependencies:
551+
"@feathersjs/adapter-commons" "^5.0.7"
552+
"@feathersjs/commons" "^5.0.7"
553+
"@feathersjs/errors" "^5.0.7"
554+
"@feathersjs/feathers" "^5.0.7"
555+
"@feathersjs/hooks" "^0.8.1"
556+
"@types/json-schema" "^7.0.12"
557+
ajv "^8.12.0"
558+
ajv-formats "^2.1.1"
559+
json-schema-to-ts "^2.9.1"
560+
494561
"@feathersjs/socketio@^4.5.15":
495562
version "4.5.15"
496563
resolved "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.15.tgz#c3d881f78ea38acda94eb17a15f8a3026c3ed7a3"
@@ -513,6 +580,17 @@
513580
lodash "^4.17.21"
514581
radix-router "^3.0.1"
515582

583+
"@feathersjs/transport-commons@^5.0.7":
584+
version "5.0.7"
585+
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.7.tgz#e961462499f681cca02ac105dade3e35d8306315"
586+
integrity sha512-cELGFrOnlAUO0JjRA7MdjKJ6scPJeKnbhhUbI1zRcZhE6l98Th0COv+dmHhWm94rfvI8Wc5KinmHy/Hetv1ffg==
587+
dependencies:
588+
"@feathersjs/commons" "^5.0.7"
589+
"@feathersjs/errors" "^5.0.7"
590+
"@feathersjs/feathers" "^5.0.7"
591+
encodeurl "^1.0.2"
592+
lodash "^4.17.21"
593+
516594
"@google-cloud/paginator@^3.0.7":
517595
version "3.0.7"
518596
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz#fb6f8e24ec841f99defaebf62c75c2e744dd419b"
@@ -1054,6 +1132,11 @@
10541132
expect "^29.0.0"
10551133
pretty-format "^29.0.0"
10561134

1135+
"@types/json-schema@^7.0.12":
1136+
version "7.0.12"
1137+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1138+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1139+
10571140
"@types/json-schema@^7.0.9":
10581141
version "7.0.11"
10591142
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -1346,6 +1429,13 @@ agent-base@6:
13461429
dependencies:
13471430
debug "4"
13481431

1432+
ajv-formats@^2.1.1:
1433+
version "2.1.1"
1434+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
1435+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
1436+
dependencies:
1437+
ajv "^8.0.0"
1438+
13491439
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13501440
version "6.12.6"
13511441
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1356,6 +1446,16 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13561446
json-schema-traverse "^0.4.1"
13571447
uri-js "^4.2.2"
13581448

1449+
ajv@^8.0.0, ajv@^8.12.0:
1450+
version "8.12.0"
1451+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1452+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1453+
dependencies:
1454+
fast-deep-equal "^3.1.1"
1455+
json-schema-traverse "^1.0.0"
1456+
require-from-string "^2.0.2"
1457+
uri-js "^4.2.2"
1458+
13591459
ansi-escapes@^4.2.1:
13601460
version "4.3.2"
13611461
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2126,7 +2226,7 @@ enabled@2.0.x:
21262226
resolved "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
21272227
integrity sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==
21282228

2129-
encodeurl@~1.0.2:
2229+
encodeurl@^1.0.2, encodeurl@~1.0.2:
21302230
version "1.0.2"
21312231
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
21322232
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
@@ -3487,11 +3587,25 @@ json-parse-even-better-errors@^2.3.0:
34873587
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
34883588
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
34893589

3590+
json-schema-to-ts@^2.9.1:
3591+
version "2.9.1"
3592+
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz#0e055b787587477abdb7e880c874efad3dba7779"
3593+
integrity sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ==
3594+
dependencies:
3595+
"@babel/runtime" "^7.18.3"
3596+
"@types/json-schema" "^7.0.9"
3597+
ts-algebra "^1.2.0"
3598+
34903599
json-schema-traverse@^0.4.1:
34913600
version "0.4.1"
34923601
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
34933602
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
34943603

3604+
json-schema-traverse@^1.0.0:
3605+
version "1.0.0"
3606+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
3607+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
3608+
34953609
json-stable-stringify-without-jsonify@^1.0.1:
34963610
version "1.0.1"
34973611
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -3518,6 +3632,16 @@ jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
35183632
ms "^2.1.1"
35193633
semver "^5.6.0"
35203634

3635+
jsonwebtoken@^9.0.1:
3636+
version "9.0.1"
3637+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
3638+
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
3639+
dependencies:
3640+
jws "^3.2.2"
3641+
lodash "^4.17.21"
3642+
ms "^2.1.1"
3643+
semver "^7.3.8"
3644+
35213645
jwa@^1.4.1:
35223646
version "1.4.1"
35233647
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -4310,6 +4434,11 @@ rechoir@^0.6.2:
43104434
dependencies:
43114435
resolve "^1.1.6"
43124436

4437+
regenerator-runtime@^0.13.11:
4438+
version "0.13.11"
4439+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4440+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
4441+
43134442
request-compose@^1.2.1:
43144443
version "1.2.3"
43154444
resolved "https://registry.npmjs.org/request-compose/-/request-compose-1.2.3.tgz#b04110786cc25e3af6b1757553f5abcfefe0887b"
@@ -4329,6 +4458,11 @@ require-directory@^2.1.1:
43294458
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
43304459
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
43314460

4461+
require-from-string@^2.0.2:
4462+
version "2.0.2"
4463+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
4464+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
4465+
43324466
resolve-cwd@^3.0.0:
43334467
version "3.0.0"
43344468
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -4439,7 +4573,7 @@ semver@^6.0.0, semver@^6.3.0:
44394573
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
44404574
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
44414575

4442-
semver@^7.3.7, semver@^7.5.1, semver@^7.5.3:
4576+
semver@^7.3.7, semver@^7.3.8, semver@^7.5.1, semver@^7.5.3:
44434577
version "7.5.4"
44444578
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
44454579
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -4891,6 +5025,11 @@ triple-beam@^1.3.0:
48915025
resolved "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
48925026
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
48935027

5028+
ts-algebra@^1.2.0:
5029+
version "1.2.0"
5030+
resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.0.tgz#f91c481207a770f0d14d055c376cbee040afdfc9"
5031+
integrity sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw==
5032+
48945033
ts-jest@^29.1.1:
48955034
version "29.1.1"
48965035
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
@@ -5099,6 +5238,11 @@ uuid@^8.0.0, uuid@^8.3.2:
50995238
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
51005239
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
51015240

5241+
uuid@^9.0.0:
5242+
version "9.0.0"
5243+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
5244+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
5245+
51025246
v8-compile-cache-lib@^3.0.1:
51035247
version "3.0.1"
51045248
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)