From d97245c5c662d8130b5a138e0bde16b4f62c41ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:40:04 +0000 Subject: [PATCH] chore(deps): update babel monorepo to v7.22.11 --- package-lock.json | 14 +++++++------- package.json | 2 +- react-front-end/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39d95adec8..6577e51a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "openequella", "hasInstallScript": true, "devDependencies": { - "@babel/eslint-parser": "7.22.10", + "@babel/eslint-parser": "7.22.11", "@commitlint/cli": "17.7.1", "@commitlint/config-conventional": "17.7.0", "@typescript-eslint/eslint-plugin": "5.62.0", @@ -110,9 +110,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz", - "integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz", + "integrity": "sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -13475,9 +13475,9 @@ } }, "@babel/eslint-parser": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz", - "integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz", + "integrity": "sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w==", "dev": true, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index 1994d69025..e895653eaf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@commitlint/config-conventional": "17.7.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "@babel/eslint-parser": "7.22.10", + "@babel/eslint-parser": "7.22.11", "cross-env": "7.0.3", "eslint": "8.48.0", "eslint-config-prettier": "9.0.0", diff --git a/react-front-end/package.json b/react-front-end/package.json index 79b181dd82..d0885ac419 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -72,7 +72,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@babel/core": "7.22.10", + "@babel/core": "7.22.11", "@storybook/addon-a11y": "6.5.16", "@storybook/addon-essentials": "6.5.16", "@storybook/addon-controls": "6.5.16",