mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
chore(deps): update babel monorepo to v7.22.9 (#3936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a81334216
commit
93bc69abc1
13 changed files with 776 additions and 643 deletions
Binary file not shown.
BIN
.yarn/cache/@babel-compat-data-npm-7.22.9-f9e02d51b9-bed77d9044.zip
vendored
Normal file
BIN
.yarn/cache/@babel-compat-data-npm-7.22.9-f9e02d51b9-bed77d9044.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-generator-npm-7.22.9-d9fccf9328-7c9d2c58b8.zip
vendored
Normal file
BIN
.yarn/cache/@babel-generator-npm-7.22.9-d9fccf9328-7c9d2c58b8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-compilation-targets-npm-7.22.9-b4473889ca-ea0006c6a9.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-compilation-targets-npm-7.22.9-b4473889ca-ea0006c6a9.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-helper-module-transforms-npm-7.22.9-dfa9ef05d1-2751f77660.zip
vendored
Normal file
BIN
.yarn/cache/@babel-helper-module-transforms-npm-7.22.9-dfa9ef05d1-2751f77660.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/semver-npm-6.3.1-bcba31fdbe-ae47d06de2.zip
vendored
Normal file
BIN
.yarn/cache/semver-npm-6.3.1-bcba31fdbe-ae47d06de2.zip
vendored
Normal file
Binary file not shown.
10
package.json
10
package.json
|
@ -59,9 +59,9 @@
|
|||
"verdaccio-htpasswd": "11.0.0-6-next.44"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.22.6",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/eslint-parser": "7.22.7",
|
||||
"@babel/cli": "7.22.9",
|
||||
"@babel/core": "7.22.9",
|
||||
"@babel/eslint-parser": "7.22.9",
|
||||
"@babel/node": "7.22.6",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.7",
|
||||
|
@ -77,9 +77,9 @@
|
|||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.22.5",
|
||||
"@babel/plugin-transform-classes": "7.22.6",
|
||||
"@babel/plugin-transform-runtime": "7.22.7",
|
||||
"@babel/plugin-transform-runtime": "7.22.9",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-env": "7.22.9",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@babel/register": "7.22.5",
|
||||
"@babel/runtime": "7.22.6",
|
||||
|
|
126
yarn.lock
126
yarn.lock
|
@ -22,9 +22,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/cli@npm:7.22.6":
|
||||
version: 7.22.6
|
||||
resolution: "@babel/cli@npm:7.22.6"
|
||||
"@babel/cli@npm:7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/cli@npm:7.22.9"
|
||||
dependencies:
|
||||
"@jridgewell/trace-mapping": ^0.3.17
|
||||
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3
|
||||
|
@ -45,7 +45,7 @@ __metadata:
|
|||
bin:
|
||||
babel: ./bin/babel.js
|
||||
babel-external-helpers: ./bin/babel-external-helpers.js
|
||||
checksum: c2a6b7d68226f1601446a0e452fcbec9df40c5aabb991f427ad1e2d0eb75f123f530c1319b55b040d32b3593e003fced99e073ed556435e301d97a10965ac947
|
||||
checksum: 6acc76e521f8d657d8a85ff27387149b415507095911356417c7d26c456685153c76924bd5469f2ff026e83b65091df22d2066f1f403aeed82c4762611d9a9da
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -88,26 +88,33 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.22.8":
|
||||
version: 7.22.8
|
||||
resolution: "@babel/core@npm:7.22.8"
|
||||
"@babel/compat-data@npm:^7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/compat-data@npm:7.22.9"
|
||||
checksum: bed77d9044ce948b4327b30dd0de0779fa9f3a7ed1f2d31638714ed00229fa71fc4d1617ae0eb1fad419338d3658d0e9a5a083297451e09e73e078d0347ff808
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/core@npm:7.22.9"
|
||||
dependencies:
|
||||
"@ampproject/remapping": ^2.2.0
|
||||
"@babel/code-frame": ^7.22.5
|
||||
"@babel/generator": ^7.22.7
|
||||
"@babel/helper-compilation-targets": ^7.22.6
|
||||
"@babel/helper-module-transforms": ^7.22.5
|
||||
"@babel/generator": ^7.22.9
|
||||
"@babel/helper-compilation-targets": ^7.22.9
|
||||
"@babel/helper-module-transforms": ^7.22.9
|
||||
"@babel/helpers": ^7.22.6
|
||||
"@babel/parser": ^7.22.7
|
||||
"@babel/template": ^7.22.5
|
||||
"@babel/traverse": ^7.22.8
|
||||
"@babel/types": ^7.22.5
|
||||
"@nicolo-ribaudo/semver-v6": ^6.3.3
|
||||
convert-source-map: ^1.7.0
|
||||
debug: ^4.1.0
|
||||
gensync: ^1.0.0-beta.2
|
||||
json5: ^2.2.2
|
||||
checksum: 75ed701c14ad17070382ae1dd166f7534b31f2c71e00995a5f261ee2398ee96335b0736573b8ff24ab6e3e6f5814ee2a48fa11ab90fabcd3dfc70ea87c5f30a6
|
||||
semver: ^6.3.1
|
||||
checksum: 7bf069aeceb417902c4efdaefab1f7b94adb7dea694a9aed1bda2edf4135348a080820529b1a300c6f8605740a00ca00c19b2d5e74b5dd489d99d8c11d5e56d1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -134,17 +141,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/eslint-parser@npm:7.22.7":
|
||||
version: 7.22.7
|
||||
resolution: "@babel/eslint-parser@npm:7.22.7"
|
||||
"@babel/eslint-parser@npm:7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/eslint-parser@npm:7.22.9"
|
||||
dependencies:
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
|
||||
"@nicolo-ribaudo/semver-v6": ^6.3.3
|
||||
eslint-visitor-keys: ^2.1.0
|
||||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ">=7.11.0"
|
||||
eslint: ^7.5.0 || ^8.0.0
|
||||
checksum: 2909c61cca8a2eddb65c30181d7cbb740688a231dfd665ae4b189cc11494228dc15046084e3c15009f1203eb51f3cb3c1b62feed743e546603d18a040b60b108
|
||||
checksum: 4f417796c803056aad2c8fa69b8a7a78a1fdacc307d95702f22894cab42b83554e47de7d0b3cfbee667f25014bca0179f859aa86ceb684b09803192e1200b48d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -194,6 +201,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/generator@npm:7.22.9"
|
||||
dependencies:
|
||||
"@babel/types": ^7.22.5
|
||||
"@jridgewell/gen-mapping": ^0.3.2
|
||||
"@jridgewell/trace-mapping": ^0.3.17
|
||||
jsesc: ^2.5.1
|
||||
checksum: 7c9d2c58b8d5ac5e047421a6ab03ec2ff5d9a5ff2c2212130a0055e063ac349e0b19d435537d6886c999771aef394832e4f54cd9fc810100a7f23d982f6af06b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-annotate-as-pure@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-annotate-as-pure@npm:7.18.6"
|
||||
|
@ -266,6 +285,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.22.9"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.22.9
|
||||
"@babel/helper-validator-option": ^7.22.5
|
||||
browserslist: ^4.21.9
|
||||
lru-cache: ^5.1.1
|
||||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: ea0006c6a93759025f4a35a25228ae260538c9f15023e8aac2a6d45ca68aef4cf86cfc429b19af9a402cbdd54d5de74ad3fbcf6baa7e48184dc079f1a791e178
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@npm:^7.18.6":
|
||||
version: 7.20.12
|
||||
resolution: "@babel/helper-create-class-features-plugin@npm:7.20.12"
|
||||
|
@ -482,6 +516,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-transforms@npm:^7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/helper-module-transforms@npm:7.22.9"
|
||||
dependencies:
|
||||
"@babel/helper-environment-visitor": ^7.22.5
|
||||
"@babel/helper-module-imports": ^7.22.5
|
||||
"@babel/helper-simple-access": ^7.22.5
|
||||
"@babel/helper-split-export-declaration": ^7.22.6
|
||||
"@babel/helper-validator-identifier": ^7.22.5
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: 2751f77660518cf4ff027514d6f4794f04598c6393be7b04b8e46c6e21606e11c19f3f57ab6129a9c21bacdf8b3ffe3af87bb401d972f34af2d0ffde02ac3001
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-optimise-call-expression@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-optimise-call-expression@npm:7.18.6"
|
||||
|
@ -1744,19 +1793,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-runtime@npm:7.22.7":
|
||||
version: 7.22.7
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.22.7"
|
||||
"@babel/plugin-transform-runtime@npm:7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/plugin-transform-runtime@npm:7.22.9"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": ^7.22.5
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
"@nicolo-ribaudo/semver-v6": ^6.3.3
|
||||
babel-plugin-polyfill-corejs2: ^0.4.4
|
||||
babel-plugin-polyfill-corejs3: ^0.8.2
|
||||
babel-plugin-polyfill-regenerator: ^0.5.1
|
||||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 1b41c44d5c44c98df3885b4f541c4edbef507bbdb1c889eed9878d9aabb29b6f589192ae712454c20ced22c79cfb2911403023daf03d20902434a258632d4773
|
||||
checksum: 2fe5e41f83015ca174feda841d77aa9012fc855c907f9b360a11927f41b100537c8c83487771769147668e797eec26d5294e972b997f4759133cc43a22a43eec
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1887,12 +1936,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/preset-env@npm:7.22.7":
|
||||
version: 7.22.7
|
||||
resolution: "@babel/preset-env@npm:7.22.7"
|
||||
"@babel/preset-env@npm:7.22.9":
|
||||
version: 7.22.9
|
||||
resolution: "@babel/preset-env@npm:7.22.9"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.22.6
|
||||
"@babel/helper-compilation-targets": ^7.22.6
|
||||
"@babel/compat-data": ^7.22.9
|
||||
"@babel/helper-compilation-targets": ^7.22.9
|
||||
"@babel/helper-plugin-utils": ^7.22.5
|
||||
"@babel/helper-validator-option": ^7.22.5
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.22.5
|
||||
|
@ -1966,14 +2015,14 @@ __metadata:
|
|||
"@babel/plugin-transform-unicode-sets-regex": ^7.22.5
|
||||
"@babel/preset-modules": ^0.1.5
|
||||
"@babel/types": ^7.22.5
|
||||
"@nicolo-ribaudo/semver-v6": ^6.3.3
|
||||
babel-plugin-polyfill-corejs2: ^0.4.4
|
||||
babel-plugin-polyfill-corejs3: ^0.8.2
|
||||
babel-plugin-polyfill-regenerator: ^0.5.1
|
||||
core-js-compat: ^3.31.0
|
||||
semver: ^6.3.1
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: eabde70e450dd54f57997b0f92317f69f268e9a1f85b13f5ef5540d2a38cfae5620bd8e48ddffb547c55fbd2f17673276e6eb9411d6b5fb82e3422faf44cb6cf
|
||||
checksum: 6caa2897bbda30c6932aed0a03827deb1337c57108050c9f97dc9a857e1533c7125b168b6d70b9d191965bf05f9f233f0ad20303080505dff7ce39740aaa759d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -9925,6 +9974,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"semver@npm:^6.3.1":
|
||||
version: 6.3.1
|
||||
resolution: "semver@npm:6.3.1"
|
||||
bin:
|
||||
semver: bin/semver.js
|
||||
checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8":
|
||||
version: 7.3.8
|
||||
resolution: "semver@npm:7.3.8"
|
||||
|
@ -11083,9 +11141,9 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "verdaccio@workspace:."
|
||||
dependencies:
|
||||
"@babel/cli": 7.22.6
|
||||
"@babel/core": 7.22.8
|
||||
"@babel/eslint-parser": 7.22.7
|
||||
"@babel/cli": 7.22.9
|
||||
"@babel/core": 7.22.9
|
||||
"@babel/eslint-parser": 7.22.9
|
||||
"@babel/node": 7.22.6
|
||||
"@babel/plugin-proposal-class-properties": 7.18.6
|
||||
"@babel/plugin-proposal-decorators": 7.22.7
|
||||
|
@ -11101,9 +11159,9 @@ __metadata:
|
|||
"@babel/plugin-syntax-import-meta": 7.10.4
|
||||
"@babel/plugin-transform-async-to-generator": 7.22.5
|
||||
"@babel/plugin-transform-classes": 7.22.6
|
||||
"@babel/plugin-transform-runtime": 7.22.7
|
||||
"@babel/plugin-transform-runtime": 7.22.9
|
||||
"@babel/polyfill": ^7.12.1
|
||||
"@babel/preset-env": 7.22.7
|
||||
"@babel/preset-env": 7.22.9
|
||||
"@babel/preset-typescript": 7.22.5
|
||||
"@babel/register": 7.22.5
|
||||
"@babel/runtime": 7.22.6
|
||||
|
|
Loading…
Add table
Reference in a new issue