Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to ^7.17.5 (nuxt#3300)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 17, 2022
1 parent 56aabd6 commit 3d258d3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@babel/core": "^7.17.4",
"@babel/core": "^7.17.5",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.0.0",
"@vue/babel-preset-jsx": "^1.2.4",
Expand Down
27 changes: 25 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.12.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.16.0, @babel/core@npm:^7.16.10, @babel/core@npm:^7.16.7, @babel/core@npm:^7.17.2, @babel/core@npm:^7.17.4":
"@babel/core@npm:^7.12.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.16.0, @babel/core@npm:^7.16.10, @babel/core@npm:^7.16.7, @babel/core@npm:^7.17.2":
version: 7.17.4
resolution: "@babel/core@npm:7.17.4"
dependencies:
Expand All @@ -81,6 +81,29 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.17.5":
version: 7.17.5
resolution: "@babel/core@npm:7.17.5"
dependencies:
"@ampproject/remapping": ^2.1.0
"@babel/code-frame": ^7.16.7
"@babel/generator": ^7.17.3
"@babel/helper-compilation-targets": ^7.16.7
"@babel/helper-module-transforms": ^7.16.7
"@babel/helpers": ^7.17.2
"@babel/parser": ^7.17.3
"@babel/template": ^7.16.7
"@babel/traverse": ^7.17.3
"@babel/types": ^7.17.0
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.1.2
semver: ^6.3.0
checksum: c5e7dddb4feaacb91175d22a6edc8e93804242328a82b80732c6e84a0647bc0a9c9d5b05f3ce13138b8e59bf7aba4ff9f7b7446302f141f243ba51df02c318a5
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.12.16":
version: 7.17.0
resolution: "@babel/eslint-parser@npm:7.17.0"
Expand Down Expand Up @@ -3461,7 +3484,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
dependencies:
"@babel/core": ^7.17.4
"@babel/core": ^7.17.5
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
"@nuxt/kit": 3.0.0
"@nuxt/schema": 3.0.0
Expand Down

0 comments on commit 3d258d3

Please sign in to comment.