Skip to content

Commit

Permalink
chore(integration-tests): update dependency @babel/core to ^7.23.7 (#462
Browse files Browse the repository at this point in the history
)

* chore(integration-tests): update dependency @babel/core to ^7.23.7

* Create famous-seahorses-sleep.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Moon <[email protected]>
  • Loading branch information
renovate[bot] and moonmeister authored Jan 1, 2024
1 parent c43c4d8 commit a4e6768
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-seahorses-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"test-plugin-fastify": patch
---

chore(integration-tests): update dependency @babel/core to ^7.23.7
2 changes: 1 addition & 1 deletion integration-tests/plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-preset-gatsby": "^3.13.0",
Expand Down
54 changes: 53 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,29 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.23.7":
version: 7.23.7
resolution: "@babel/core@npm:7.23.7"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.23.5"
"@babel/generator": "npm:^7.23.6"
"@babel/helper-compilation-targets": "npm:^7.23.6"
"@babel/helper-module-transforms": "npm:^7.23.3"
"@babel/helpers": "npm:^7.23.7"
"@babel/parser": "npm:^7.23.6"
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.7"
"@babel/types": "npm:^7.23.6"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 956841695ea801c8b4196d01072e6c1062335960715a6fcfd4009831003b526b00627c78b373ed49b1658c3622c71142f7ff04235fe839cac4a1a25ed51b90aa
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.19.1":
version: 7.19.1
resolution: "@babel/eslint-parser@npm:7.19.1"
Expand Down Expand Up @@ -3024,6 +3047,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.23.7":
version: 7.23.7
resolution: "@babel/helpers@npm:7.23.7"
dependencies:
"@babel/template": "npm:^7.22.15"
"@babel/traverse": "npm:^7.23.7"
"@babel/types": "npm:^7.23.6"
checksum: ec07061dc871d406ed82c8757c4d7a510aaf15145799fb0a2c3bd3c72ca101fe82a02dd5f83ca604fbbba5de5408dd731bb1452150562bed4f3b0a2846f81f61
languageName: node
linkType: hard

"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.16.0":
version: 7.16.0
resolution: "@babel/highlight@npm:7.16.0"
Expand Down Expand Up @@ -4964,6 +4998,24 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.23.7":
version: 7.23.7
resolution: "@babel/traverse@npm:7.23.7"
dependencies:
"@babel/code-frame": "npm:^7.23.5"
"@babel/generator": "npm:^7.23.6"
"@babel/helper-environment-visitor": "npm:^7.22.20"
"@babel/helper-function-name": "npm:^7.23.0"
"@babel/helper-hoist-variables": "npm:^7.22.5"
"@babel/helper-split-export-declaration": "npm:^7.22.6"
"@babel/parser": "npm:^7.23.6"
"@babel/types": "npm:^7.23.6"
debug: "npm:^4.3.1"
globals: "npm:^11.1.0"
checksum: 3215e59429963c8dac85c26933372cdd322952aa9930e4bc5ef2d0e4bd7a1510d1ecf8f8fd860ace5d4d9fe496d23805a1ea019a86410aee4111de5f63ee84f9
languageName: node
linkType: hard

"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.16.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.16.0
resolution: "@babel/types@npm:7.16.0"
Expand Down Expand Up @@ -28196,7 +28248,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "test-plugin-fastify@workspace:integration-tests/plugin-fastify"
dependencies:
"@babel/core": "npm:^7.23.6"
"@babel/core": "npm:^7.23.7"
"@babel/preset-typescript": "npm:^7.23.3"
babel-loader: "npm:^9.1.3"
babel-preset-gatsby: "npm:^3.13.0"
Expand Down

0 comments on commit a4e6768

Please sign in to comment.