From a4e6768b601581df831fc8e446b9ef7e464bfebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:23:17 -0700 Subject: [PATCH] chore(integration-tests): update dependency @babel/core to ^7.23.7 (#462) * 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 --- .changeset/famous-seahorses-sleep.md | 5 ++ integration-tests/plugin-fastify/package.json | 2 +- yarn.lock | 54 ++++++++++++++++++- 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .changeset/famous-seahorses-sleep.md diff --git a/.changeset/famous-seahorses-sleep.md b/.changeset/famous-seahorses-sleep.md new file mode 100644 index 000000000..e9fe2767c --- /dev/null +++ b/.changeset/famous-seahorses-sleep.md @@ -0,0 +1,5 @@ +--- +"test-plugin-fastify": patch +--- + +chore(integration-tests): update dependency @babel/core to ^7.23.7 diff --git a/integration-tests/plugin-fastify/package.json b/integration-tests/plugin-fastify/package.json index 0bc49e0b0..03a113ad2 100644 --- a/integration-tests/plugin-fastify/package.json +++ b/integration-tests/plugin-fastify/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 482e20c87..f38d6aafb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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" @@ -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"