mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore(deps): update babel monorepo to v7.23.6 (#4262)
This commit is contained in:
parent
cd68408087
commit
3fdf5f19d9
23 changed files with 1288 additions and 524 deletions
BIN
.yarn/cache/@babel-core-npm-7.23.6-a490baf7b7-4bddd1b803.zip
vendored
Normal file
BIN
.yarn/cache/@babel-core-npm-7.23.6-a490baf7b7-4bddd1b803.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-1a1a1c4eac.zip
vendored
Normal file
BIN
.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-1a1a1c4eac.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-compilation-targets-npm-7.23.6-aa6f07f088-c630b98d45.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-compilation-targets-npm-7.23.6-aa6f07f088-c630b98d45.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.6-8637cc9cac-356b71b9f4.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.6-8637cc9cac-356b71b9f4.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helpers-npm-7.23.6-59f35c0fd3-c5ba62497e.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helpers-npm-7.23.6-59f35c0fd3-c5ba62497e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-140801c437.zip
vendored
Normal file
BIN
.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-140801c437.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.23.6-9c936f37e3-9d69891e0c.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-proposal-decorators-npm-7.23.6-9c936f37e3-9d69891e0c.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-plugin-transform-for-of-npm-7.23.6-4162168dc0-228c060aa6.zip
vendored
Normal file
BIN
.yarn/cache/@babel-plugin-transform-for-of-npm-7.23.6-4162168dc0-228c060aa6.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-preset-env-npm-7.23.6-1d02f5fcb3-130262f263.zip
vendored
Normal file
BIN
.yarn/cache/@babel-preset-env-npm-7.23.6-1d02f5fcb3-130262f263.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-runtime-npm-7.23.6-287e8eeec7-1a8eaf3d3a.zip
vendored
Normal file
BIN
.yarn/cache/@babel-runtime-npm-7.23.6-287e8eeec7-1a8eaf3d3a.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-traverse-npm-7.23.6-2f4f5d4be0-48f2eac0e8.zip
vendored
Normal file
BIN
.yarn/cache/@babel-traverse-npm-7.23.6-2f4f5d4be0-48f2eac0e8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-68187dbec0.zip
vendored
Normal file
BIN
.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-68187dbec0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/browserslist-npm-4.22.2-87e70d8021-33ddfcd914.zip
vendored
Normal file
BIN
.yarn/cache/browserslist-npm-4.22.2-87e70d8021-33ddfcd914.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/caniuse-lite-npm-1.0.30001568-f3cd98cf9b-7092aaa246.zip
vendored
Normal file
BIN
.yarn/cache/caniuse-lite-npm-1.0.30001568-f3cd98cf9b-7092aaa246.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/electron-to-chromium-npm-1.4.609-87ff3e9726-4ef3c32b11.zip
vendored
Normal file
BIN
.yarn/cache/electron-to-chromium-npm-1.4.609-87ff3e9726-4ef3c32b11.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/node-releases-npm-2.0.14-d39047cad8-59443a2f77.zip
vendored
Normal file
BIN
.yarn/cache/node-releases-npm-2.0.14-d39047cad8-59443a2f77.zip
vendored
Normal file
Binary file not shown.
10
package.json
10
package.json
|
@ -60,11 +60,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.4",
|
||||
"@babel/core": "7.23.5",
|
||||
"@babel/core": "7.23.6",
|
||||
"@babel/eslint-parser": "7.23.3",
|
||||
"@babel/node": "7.22.19",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.23.5",
|
||||
"@babel/plugin-proposal-decorators": "7.23.6",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.23.3",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
|
@ -77,12 +77,12 @@
|
|||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.23.3",
|
||||
"@babel/plugin-transform-classes": "7.23.5",
|
||||
"@babel/plugin-transform-runtime": "7.23.4",
|
||||
"@babel/plugin-transform-runtime": "7.23.6",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.23.5",
|
||||
"@babel/preset-env": "7.23.6",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"@babel/register": "7.22.15",
|
||||
"@babel/runtime": "7.23.5",
|
||||
"@babel/runtime": "7.23.6",
|
||||
"@octokit/rest": "19.0.13",
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@types/async": "3.2.24",
|
||||
|
|
218
yarn.lock
218
yarn.lock
|
@ -66,7 +66,30 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.23.5, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3":
|
||||
"@babel/core@npm:7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/core@npm:7.23.6"
|
||||
dependencies:
|
||||
"@ampproject/remapping": ^2.2.0
|
||||
"@babel/code-frame": ^7.23.5
|
||||
"@babel/generator": ^7.23.6
|
||||
"@babel/helper-compilation-targets": ^7.23.6
|
||||
"@babel/helper-module-transforms": ^7.23.3
|
||||
"@babel/helpers": ^7.23.6
|
||||
"@babel/parser": ^7.23.6
|
||||
"@babel/template": ^7.22.15
|
||||
"@babel/traverse": ^7.23.6
|
||||
"@babel/types": ^7.23.6
|
||||
convert-source-map: ^2.0.0
|
||||
debug: ^4.1.0
|
||||
gensync: ^1.0.0-beta.2
|
||||
json5: ^2.2.3
|
||||
semver: ^6.3.1
|
||||
checksum: 4bddd1b80394a64b2ee33eeb216e8a2a49ad3d74f0ca9ba678c84a37f4502b2540662d72530d78228a2a349fda837fa852eea5cd3ae28465d1188acc6055868e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3":
|
||||
version: 7.23.5
|
||||
resolution: "@babel/core@npm:7.23.5"
|
||||
dependencies:
|
||||
|
@ -126,6 +149,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/generator@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/types": ^7.23.6
|
||||
"@jridgewell/gen-mapping": ^0.3.2
|
||||
"@jridgewell/trace-mapping": ^0.3.17
|
||||
jsesc: ^2.5.1
|
||||
checksum: 1a1a1c4eac210f174cd108d479464d053930a812798e09fee069377de39a893422df5b5b146199ead7239ae6d3a04697b45fc9ac6e38e0f6b76374390f91fc6c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-annotate-as-pure@npm:^7.22.5":
|
||||
version: 7.22.5
|
||||
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
|
||||
|
@ -157,7 +192,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.5":
|
||||
"@babel/helper-compilation-targets@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.23.5
|
||||
"@babel/helper-validator-option": ^7.23.5
|
||||
browserslist: ^4.22.2
|
||||
lru-cache: ^5.1.1
|
||||
semver: ^6.3.1
|
||||
checksum: c630b98d4527ac8fe2c58d9a06e785dfb2b73ec71b7c4f2ddf90f814b5f75b547f3c015f110a010fd31f76e3864daaf09f3adcd2f6acdbfb18a8de3a48717590
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15":
|
||||
version: 7.23.5
|
||||
resolution: "@babel/helper-create-class-features-plugin@npm:7.23.5"
|
||||
dependencies:
|
||||
|
@ -176,6 +224,25 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/helper-create-class-features-plugin@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/helper-annotate-as-pure": ^7.22.5
|
||||
"@babel/helper-environment-visitor": ^7.22.20
|
||||
"@babel/helper-function-name": ^7.23.0
|
||||
"@babel/helper-member-expression-to-functions": ^7.23.0
|
||||
"@babel/helper-optimise-call-expression": ^7.22.5
|
||||
"@babel/helper-replace-supers": ^7.22.20
|
||||
"@babel/helper-skip-transparent-expression-wrappers": ^7.22.5
|
||||
"@babel/helper-split-export-declaration": ^7.22.6
|
||||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: 356b71b9f4a3a95917432bf6a452f475a292d394d9310e9c8b23c8edb564bee91e40d4290b8aa8779d2987a7c39ae717b2d76edc7c952078b8952df1a20259e3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.15, @babel/helper-create-regexp-features-plugin@npm:^7.22.5":
|
||||
version: 7.22.15
|
||||
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15"
|
||||
|
@ -375,6 +442,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/helpers@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/template": ^7.22.15
|
||||
"@babel/traverse": ^7.23.6
|
||||
"@babel/types": ^7.23.6
|
||||
checksum: c5ba62497e1d717161d107c4b3de727565c68b6b9f50f59d6298e613afeca8895799b227c256e06d362e565aec34e26fb5c675b9c3d25055c52b945a21c21e21
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/highlight@npm:^7.23.4":
|
||||
version: 7.23.4
|
||||
resolution: "@babel/highlight@npm:7.23.4"
|
||||
|
@ -413,6 +491,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/parser@npm:7.23.6"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 140801c43731a6c41fd193f5c02bc71fd647a0360ca616b23d2db8be4b9739b9f951a03fc7c2db4f9b9214f4b27c1074db0f18bc3fa653783082d5af7c8860d5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.23.3":
|
||||
version: 7.23.3
|
||||
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.23.3"
|
||||
|
@ -461,18 +548,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-decorators@npm:7.23.5":
|
||||
version: 7.23.5
|
||||
resolution: "@babel/plugin-proposal-decorators@npm:7.23.5"
|
||||
"@babel/plugin-proposal-decorators@npm:7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/plugin-proposal-decorators@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/helper-create-class-features-plugin": ^7.23.5
|
||||
"@babel/helper-create-class-features-plugin": ^7.23.6
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
"@babel/helper-replace-supers": ^7.22.20
|
||||
"@babel/helper-skip-transparent-expression-wrappers": ^7.22.5
|
||||
"@babel/helper-split-export-declaration": ^7.22.6
|
||||
"@babel/plugin-syntax-decorators": ^7.23.3
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: e925fe7a82c03aa372b92b312e69a05453d55aaaf2fd48336c88f4fe2b7e81bf9e8e52b93d4f785a02f2b8deedee6964054153566b40c92886dcf795843a243e
|
||||
checksum: 9d69891e0c37c73a8fd5deafbf42bd82e727f96a779cf1e5e194d97f856e04e79d2d39081c48ffcea596e6ff95024016479d728772e692999ab5af74d4106f27
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1037,14 +1125,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-for-of@npm:^7.23.3":
|
||||
version: 7.23.3
|
||||
resolution: "@babel/plugin-transform-for-of@npm:7.23.3"
|
||||
"@babel/plugin-transform-for-of@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/plugin-transform-for-of@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
"@babel/helper-skip-transparent-expression-wrappers": ^7.22.5
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: a6288122a5091d96c744b9eb23dc1b2d4cce25f109ac1e26a0ea03c4ea60330e6f3cc58530b33ba7369fa07163b71001399a145238b7e92bff6270ef3b9c32a0
|
||||
checksum: 228c060aa61f6aa89dc447170075f8214863b94f830624e74ade99c1a09316897c12d76e848460b0b506593e58dbc42739af6dc4cb0fe9b84dffe4a596050a36
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1328,9 +1417,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-runtime@npm:7.23.4":
|
||||
version: 7.23.4
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.23.4"
|
||||
"@babel/plugin-transform-runtime@npm:7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": ^7.22.15
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
|
@ -1340,7 +1429,7 @@ __metadata:
|
|||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: a1693d27cd5ce17d0917280942a62bbf4ee27f6f0fe7beb33789bdc699cda21e5253997663248b32e8e36c01ccd202f96246413b9328b70a05d4cf64faa3191e
|
||||
checksum: d87da909e40d31e984ca5487ba36fa229449b773bc0f3fbf1d3c5ccac788ad3aef7481f1d4a3384c1813ee4f958af52b449089d96c0d5625868c028dd630d683
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1471,12 +1560,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/preset-env@npm:7.23.5":
|
||||
version: 7.23.5
|
||||
resolution: "@babel/preset-env@npm:7.23.5"
|
||||
"@babel/preset-env@npm:7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/preset-env@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.23.5
|
||||
"@babel/helper-compilation-targets": ^7.22.15
|
||||
"@babel/helper-compilation-targets": ^7.23.6
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
"@babel/helper-validator-option": ^7.23.5
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.23.3
|
||||
|
@ -1516,7 +1605,7 @@ __metadata:
|
|||
"@babel/plugin-transform-dynamic-import": ^7.23.4
|
||||
"@babel/plugin-transform-exponentiation-operator": ^7.23.3
|
||||
"@babel/plugin-transform-export-namespace-from": ^7.23.4
|
||||
"@babel/plugin-transform-for-of": ^7.23.3
|
||||
"@babel/plugin-transform-for-of": ^7.23.6
|
||||
"@babel/plugin-transform-function-name": ^7.23.3
|
||||
"@babel/plugin-transform-json-strings": ^7.23.4
|
||||
"@babel/plugin-transform-literals": ^7.23.3
|
||||
|
@ -1557,7 +1646,7 @@ __metadata:
|
|||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: adddd58d14fc1b2e5f8cf90995f522879362a0543e316afe9e5783f1bd715bb1e92300cd49d7ce3a95c64a96d60788d0089651e2cf4cac937f5469aac1087bb1
|
||||
checksum: 130262f263c8a76915ff5361f78afa9e63b4ecbf3ade8e833dc7546db7b9552ab507835bdea0feb5e70861345ca128a31327fd2e187084a215fc9dd1cc0ed38e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1611,7 +1700,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/runtime@npm:7.23.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.8.4":
|
||||
"@babel/runtime@npm:7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/runtime@npm:7.23.6"
|
||||
dependencies:
|
||||
regenerator-runtime: ^0.14.0
|
||||
checksum: 1a8eaf3d3a103ef5227b60ca7ab5c589118c36ca65ef2d64e65380b32a98a3f3b5b3ef96660fa0471b079a18b619a8317f3e7f03ab2b930c45282a8b69ed9a16
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.23.5
|
||||
resolution: "@babel/runtime@npm:7.23.5"
|
||||
dependencies:
|
||||
|
@ -1667,6 +1765,24 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/traverse@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/code-frame": ^7.23.5
|
||||
"@babel/generator": ^7.23.6
|
||||
"@babel/helper-environment-visitor": ^7.22.20
|
||||
"@babel/helper-function-name": ^7.23.0
|
||||
"@babel/helper-hoist-variables": ^7.22.5
|
||||
"@babel/helper-split-export-declaration": ^7.22.6
|
||||
"@babel/parser": ^7.23.6
|
||||
"@babel/types": ^7.23.6
|
||||
debug: ^4.3.1
|
||||
globals: ^11.1.0
|
||||
checksum: 48f2eac0e86b6cb60dab13a5ea6a26ba45c450262fccdffc334c01089e75935f7546be195e260e97f6e43cea419862eda095018531a2718fef8189153d479f88
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:7.17.0":
|
||||
version: 7.17.0
|
||||
resolution: "@babel/types@npm:7.17.0"
|
||||
|
@ -1688,6 +1804,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.23.6":
|
||||
version: 7.23.6
|
||||
resolution: "@babel/types@npm:7.23.6"
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": ^7.23.4
|
||||
"@babel/helper-validator-identifier": ^7.22.20
|
||||
to-fast-properties: ^2.0.0
|
||||
checksum: 68187dbec0d637f79bc96263ac95ec8b06d424396678e7e225492be866414ce28ebc918a75354d4c28659be6efe30020b4f0f6df81cc418a2d30645b690a8de0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@bcoe/v8-coverage@npm:^0.2.3":
|
||||
version: 0.2.3
|
||||
resolution: "@bcoe/v8-coverage@npm:0.2.3"
|
||||
|
@ -3754,6 +3881,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"browserslist@npm:^4.22.2":
|
||||
version: 4.22.2
|
||||
resolution: "browserslist@npm:4.22.2"
|
||||
dependencies:
|
||||
caniuse-lite: ^1.0.30001565
|
||||
electron-to-chromium: ^1.4.601
|
||||
node-releases: ^2.0.14
|
||||
update-browserslist-db: ^1.0.13
|
||||
bin:
|
||||
browserslist: cli.js
|
||||
checksum: 33ddfcd9145220099a7a1ac533cecfe5b7548ffeb29b313e1b57be6459000a1f8fa67e781cf4abee97268ac594d44134fcc4a6b2b4750ceddc9796e3a22076d9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"bser@npm:2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "bser@npm:2.1.1"
|
||||
|
@ -3885,6 +4026,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"caniuse-lite@npm:^1.0.30001565":
|
||||
version: 1.0.30001568
|
||||
resolution: "caniuse-lite@npm:1.0.30001568"
|
||||
checksum: 7092aaa246dc8531fbca5b47be91e92065db7e5c04cc9e3d864e848f8f1be769ac6754429e843a5e939f7331a771e8b0a1bc3b13495c66b748c65e2f5bdb1220
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"caseless@npm:~0.12.0":
|
||||
version: 0.12.0
|
||||
resolution: "caseless@npm:0.12.0"
|
||||
|
@ -4577,7 +4725,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
|
||||
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
|
||||
version: 4.3.4
|
||||
resolution: "debug@npm:4.3.4"
|
||||
dependencies:
|
||||
|
@ -4875,6 +5023,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron-to-chromium@npm:^1.4.601":
|
||||
version: 1.4.609
|
||||
resolution: "electron-to-chromium@npm:1.4.609"
|
||||
checksum: 4ef3c32b11adc01ed8227d7bdbe0978b436b817e6b3bd09f19b42afbf9affdb6ddf99f4d20a3b28a494772a2985df12ec95abca849a38cccb217c4ee338561bb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"emittery@npm:^0.13.1":
|
||||
version: 0.13.1
|
||||
resolution: "emittery@npm:0.13.1"
|
||||
|
@ -8322,6 +8477,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-releases@npm:^2.0.14":
|
||||
version: 2.0.14
|
||||
resolution: "node-releases@npm:2.0.14"
|
||||
checksum: 59443a2f77acac854c42d321bf1b43dea0aef55cd544c6a686e9816a697300458d4e82239e2d794ea05f7bbbc8a94500332e2d3ac3f11f52e4b16cbe638b3c41
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nopt@npm:^6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "nopt@npm:6.0.0"
|
||||
|
@ -10791,11 +10953,11 @@ __metadata:
|
|||
resolution: "verdaccio@workspace:."
|
||||
dependencies:
|
||||
"@babel/cli": 7.23.4
|
||||
"@babel/core": 7.23.5
|
||||
"@babel/core": 7.23.6
|
||||
"@babel/eslint-parser": 7.23.3
|
||||
"@babel/node": 7.22.19
|
||||
"@babel/plugin-proposal-class-properties": 7.18.6
|
||||
"@babel/plugin-proposal-decorators": 7.23.5
|
||||
"@babel/plugin-proposal-decorators": 7.23.6
|
||||
"@babel/plugin-proposal-export-namespace-from": 7.18.9
|
||||
"@babel/plugin-proposal-function-sent": 7.23.3
|
||||
"@babel/plugin-proposal-json-strings": 7.18.6
|
||||
|
@ -10808,12 +10970,12 @@ __metadata:
|
|||
"@babel/plugin-syntax-import-meta": 7.10.4
|
||||
"@babel/plugin-transform-async-to-generator": 7.23.3
|
||||
"@babel/plugin-transform-classes": 7.23.5
|
||||
"@babel/plugin-transform-runtime": 7.23.4
|
||||
"@babel/plugin-transform-runtime": 7.23.6
|
||||
"@babel/polyfill": ^7.12.1
|
||||
"@babel/preset-env": 7.23.5
|
||||
"@babel/preset-env": 7.23.6
|
||||
"@babel/preset-typescript": 7.23.3
|
||||
"@babel/register": 7.22.15
|
||||
"@babel/runtime": 7.23.5
|
||||
"@babel/runtime": 7.23.6
|
||||
"@cypress/request": 3.0.1
|
||||
"@octokit/rest": 19.0.13
|
||||
"@trivago/prettier-plugin-sort-imports": 4.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue