Skip to content

Commit

Permalink
fix(deps): update dependency @babel/core to v7.22.17 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ad89ab6 commit 42eea0d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "7.22.15",
"@babel/core": "7.22.17",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
Expand Down
71 changes: 62 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,26 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.22.15":
version: 7.22.15
resolution: "@babel/core@npm:7.22.15"
"@babel/core@npm:7.22.17":
version: 7.22.17
resolution: "@babel/core@npm:7.22.17"
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.15
"@babel/helper-module-transforms": ^7.22.17
"@babel/helpers": ^7.22.15
"@babel/parser": ^7.22.15
"@babel/parser": ^7.22.16
"@babel/template": ^7.22.15
"@babel/traverse": ^7.22.15
"@babel/types": ^7.22.15
"@babel/traverse": ^7.22.17
"@babel/types": ^7.22.17
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: 80b3705f2f809f024ac065d73b9bcde991ac5789c38320e00890862200b1603b68035cba7b13ecd827479c7d9ea9b5998ac0a1b7fd28940bcf587fb1301e994a
checksum: 355216a342d1b3952d7c040dd4c99ecef6b3501ba99a713703c1fec1ae73bc92a48a0c1234562bdbb4fd334b2e452f5a6c3bb282f0e613fa89e1518c91d1aea1
languageName: node
linkType: hard

Expand Down Expand Up @@ -339,6 +339,21 @@ __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"
dependencies:
"@babel/helper-environment-visitor": ^7.22.5
"@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
peerDependencies:
"@babel/core": ^7.0.0
checksum: 458021c74093e66179765fcc9d1c1cb694f7bdf98656f23486901d35636495c38aab4661547fac2142e13d887987d1ea30cc9fe42968376a51a99bcd207b4989
languageName: node
linkType: hard

"@babel/helper-module-transforms@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-module-transforms@npm:7.22.5"
Expand Down Expand Up @@ -590,6 +605,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.22.16":
version: 7.22.16
resolution: "@babel/parser@npm:7.22.16"
bin:
parser: ./bin/babel-parser.js
checksum: 944c756b5bdeb07b9fec16ecef6b3c61aff9d4c4b924abadcf01afa1840a740b8e2357ae00482b5b37daad6d2bfd848c947f27ad65138d687b6fdc924bc59edd
languageName: node
linkType: hard

"@babel/parser@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/parser@npm:7.22.5"
Expand Down Expand Up @@ -1670,6 +1694,24 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.22.17":
version: 7.22.17
resolution: "@babel/traverse@npm:7.22.17"
dependencies:
"@babel/code-frame": ^7.22.13
"@babel/generator": ^7.22.15
"@babel/helper-environment-visitor": ^7.22.5
"@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
debug: ^4.1.0
globals: ^11.1.0
checksum: 1153ca166a0a9b3fddf67f7f7c8c5b4f88aa2c2c00261ff2fc8424a63bc93250ed3fd08b04bd526ad19e797aeb6f22161120646a570cbfe5ff2a5d2f5d28af01
languageName: node
linkType: hard

"@babel/traverse@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/traverse@npm:7.22.5"
Expand Down Expand Up @@ -1720,6 +1762,17 @@ __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.5":
version: 7.22.5
resolution: "@babel/types@npm:7.22.5"
Expand Down Expand Up @@ -1932,7 +1985,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pluralsh/eslint-config-typescript@workspace:."
dependencies:
"@babel/core": 7.22.15
"@babel/core": 7.22.17
"@babel/eslint-parser": 7.22.15
"@babel/preset-env": 7.22.15
"@babel/preset-react": 7.22.15
Expand Down

0 comments on commit 42eea0d

Please sign in to comment.