Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump @babel/core from 7.22.17 to 7.22.20 #15835

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"zustand": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.22.17",
"@babel/core": "7.22.20",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-decorators": "7.22.15",
"@babel/preset-env": "7.22.20",
Expand Down
60 changes: 28 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.22.17":
version: 7.22.17
resolution: "@babel/core@npm:7.22.17"
"@babel/core@npm:7.22.20":
version: 7.22.20
resolution: "@babel/core@npm:7.22.20"
dependencies:
"@ampproject/remapping": ^2.2.0
"@babel/code-frame": ^7.22.13
"@babel/generator": ^7.22.15
"@babel/helper-compilation-targets": ^7.22.15
"@babel/helper-module-transforms": ^7.22.17
"@babel/helper-module-transforms": ^7.22.20
"@babel/helpers": ^7.22.15
"@babel/parser": ^7.22.16
"@babel/template": ^7.22.15
"@babel/traverse": ^7.22.17
"@babel/types": ^7.22.17
"@babel/traverse": ^7.22.20
"@babel/types": ^7.22.19
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.2.3
semver: ^6.3.1
checksum: 355216a342d1b3952d7c040dd4c99ecef6b3501ba99a713703c1fec1ae73bc92a48a0c1234562bdbb4fd334b2e452f5a6c3bb282f0e613fa89e1518c91d1aea1
checksum: 73663a079194b5dc406b2e2e5e50db81977d443e4faf7ef2c27e5836cd9a359e81e551115193dc9b1a93471275351a972e54904f4d3aa6cb156f51e26abf6765
languageName: node
linkType: hard

Expand Down Expand Up @@ -263,6 +263,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-environment-visitor@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-environment-visitor@npm:7.22.20"
checksum: d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69
languageName: node
linkType: hard

"@babel/helper-environment-visitor@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-environment-visitor@npm:7.22.5"
Expand Down Expand Up @@ -340,18 +347,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-module-transforms@npm:^7.22.17":
version: 7.22.17
resolution: "@babel/helper-module-transforms@npm:7.22.17"
"@babel/helper-module-transforms@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-module-transforms@npm:7.22.20"
dependencies:
"@babel/helper-environment-visitor": ^7.22.5
"@babel/helper-environment-visitor": ^7.22.20
"@babel/helper-module-imports": ^7.22.15
"@babel/helper-simple-access": ^7.22.5
"@babel/helper-split-export-declaration": ^7.22.6
"@babel/helper-validator-identifier": ^7.22.15
"@babel/helper-validator-identifier": ^7.22.20
peerDependencies:
"@babel/core": ^7.0.0
checksum: 458021c74093e66179765fcc9d1c1cb694f7bdf98656f23486901d35636495c38aab4661547fac2142e13d887987d1ea30cc9fe42968376a51a99bcd207b4989
checksum: 8fce25362df8711bd4620f41c5c18769edfeafe7f8f1dae9691966ef368e57f9da68dfa1707cd63c834c89dc4eaa82c26f12ea33e88fd262ac62844b11dcc389
languageName: node
linkType: hard

Expand Down Expand Up @@ -453,7 +460,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.19":
"@babel/helper-validator-identifier@npm:^7.22.19, @babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: 136412784d9428266bcdd4d91c32bcf9ff0e8d25534a9d94b044f77fe76bc50f941a90319b05aafd1ec04f7d127cd57a179a3716009ff7f3412ef835ada95bdc
Expand Down Expand Up @@ -1952,21 +1959,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.22.17":
version: 7.22.17
resolution: "@babel/traverse@npm:7.22.17"
"@babel/traverse@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/traverse@npm:7.22.20"
dependencies:
"@babel/code-frame": ^7.22.13
"@babel/generator": ^7.22.15
"@babel/helper-environment-visitor": ^7.22.5
"@babel/helper-environment-visitor": ^7.22.20
"@babel/helper-function-name": ^7.22.5
"@babel/helper-hoist-variables": ^7.22.5
"@babel/helper-split-export-declaration": ^7.22.6
"@babel/parser": ^7.22.16
"@babel/types": ^7.22.17
"@babel/types": ^7.22.19
debug: ^4.1.0
globals: ^11.1.0
checksum: 1153ca166a0a9b3fddf67f7f7c8c5b4f88aa2c2c00261ff2fc8424a63bc93250ed3fd08b04bd526ad19e797aeb6f22161120646a570cbfe5ff2a5d2f5d28af01
checksum: 97da9afa7f8f505ce52c36ac2531129bc4a0e250880aaf9b467dc044f30a5bce2b756c1af4d961958bc225659546e811a7d536ab3d920fd60921087989b841b9
languageName: node
linkType: hard

Expand All @@ -1992,17 +1999,6 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.22.17":
version: 7.22.17
resolution: "@babel/types@npm:7.22.17"
dependencies:
"@babel/helper-string-parser": ^7.22.5
"@babel/helper-validator-identifier": ^7.22.15
to-fast-properties: ^2.0.0
checksum: 7382220f6eb2548f2c867a98916c3aa8a6063498d5372e5d21d8d184ba354033defb72aeba5858c1b2b42177058b896a34a7dcbae5eccd47fb0104721efa909d
languageName: node
linkType: hard

"@babel/types@npm:^7.22.19":
version: 7.22.19
resolution: "@babel/types@npm:7.22.19"
Expand Down Expand Up @@ -18536,7 +18532,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "wire-webapp@workspace:."
dependencies:
"@babel/core": 7.22.17
"@babel/core": 7.22.20
"@babel/eslint-parser": 7.22.15
"@babel/plugin-proposal-decorators": 7.22.15
"@babel/preset-env": 7.22.20
Expand Down
Loading