From 1daead52e55f211fb47fd65c48824fb0a4f9d069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 18:14:37 +0000 Subject: [PATCH] chore(deps): update dependency @babel/core to v7.22.1 --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index dbdbe5ffe..2be7986a4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -54,7 +54,7 @@ "yaml": "2.3.1" }, "devDependencies": { - "@babel/core": "7.22.0", + "@babel/core": "7.22.1", "@mdx-js/react": "2.3.0", "@storybook/addon-a11y": "6.5.16", "@storybook/addon-actions": "6.5.16", @@ -207,19 +207,19 @@ } }, "node_modules/@babel/core": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.0.tgz", - "integrity": "sha512-D58mjF+Y+89UfbMJpV57UTCg+JRQIFgvROPfH7mmIfBcoFVMkwiiiJyzPyW3onN9kg9noDg7MVyI+Yt64bnfQQ==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.1.tgz", + "integrity": "sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.21.4", "@babel/generator": "^7.22.0", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-module-transforms": "^7.22.0", + "@babel/helper-compilation-targets": "^7.22.1", + "@babel/helper-module-transforms": "^7.22.1", "@babel/helpers": "^7.22.0", "@babel/parser": "^7.22.0", "@babel/template": "^7.21.9", - "@babel/traverse": "^7.22.0", + "@babel/traverse": "^7.22.1", "@babel/types": "^7.22.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", diff --git a/web/package.json b/web/package.json index f6e668aa5..9b16b13b7 100644 --- a/web/package.json +++ b/web/package.json @@ -59,7 +59,7 @@ "yaml": "2.3.1" }, "devDependencies": { - "@babel/core": "7.22.0", + "@babel/core": "7.22.1", "@mdx-js/react": "2.3.0", "@storybook/addon-a11y": "6.5.16", "@storybook/addon-actions": "6.5.16",