From ad52682d4ce4e3d32d7bbc24c86c03f09a8b5b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:06:33 +0000 Subject: [PATCH] fix(deps): update babel monorepo to ^7.25.7 --- package-lock.json | 42 +++++++++++------------ package.json | 2 +- packages/jsdoc-ast/package.json | 2 +- packages/jsdoc-eslint-config/package.json | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 121e2d19..0e123103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "packages/jsdoc-util" ], "devDependencies": { - "@babel/eslint-parser": "7.25.1", + "@babel/eslint-parser": "7.25.7", "@jsdoc/ast": "^0.2.5", "@jsdoc/cli": "^0.3.5", "@jsdoc/core": "^0.5.4", @@ -130,9 +130,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.25.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz", - "integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz", + "integrity": "sha512-B+BO9x86VYsQHimucBAL1fxTJKF4wyKY6ZVzee9QgzdZOUfs3BaR6AQrgoGrRI+7IFS1wUz/VyQ+SoBcSpdPbw==", "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -268,18 +268,18 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz", + "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", + "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -322,12 +322,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", - "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.7.tgz", + "integrity": "sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6" + "@babel/types": "^7.25.7" }, "bin": { "parser": "bin/babel-parser.js" @@ -372,13 +372,13 @@ } }, "node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.7.tgz", + "integrity": "sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", + "@babel/helper-string-parser": "^7.25.7", + "@babel/helper-validator-identifier": "^7.25.7", "to-fast-properties": "^2.0.0" }, "engines": { @@ -12115,7 +12115,7 @@ "version": "0.2.11", "license": "Apache-2.0", "dependencies": { - "@babel/parser": "^7.25.6", + "@babel/parser": "^7.25.7", "@jsdoc/core": "^0.5.8", "@jsdoc/util": "^0.3.3", "ast-module-types": "^6.0.0", @@ -12207,7 +12207,7 @@ "version": "2.0.0", "license": "Apache-2.0", "dependencies": { - "@babel/eslint-parser": "^7.25.1", + "@babel/eslint-parser": "^7.25.7", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", diff --git a/package.json b/package.json index 4b6f4bdf..d7af4983 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@babel/eslint-parser": "7.25.1", + "@babel/eslint-parser": "7.25.7", "@jsdoc/ast": "^0.2.5", "@jsdoc/cli": "^0.3.5", "@jsdoc/core": "^0.5.4", diff --git a/packages/jsdoc-ast/package.json b/packages/jsdoc-ast/package.json index 6e62bacb..1c42e410 100644 --- a/packages/jsdoc-ast/package.json +++ b/packages/jsdoc-ast/package.json @@ -31,7 +31,7 @@ } }, "dependencies": { - "@babel/parser": "^7.25.6", + "@babel/parser": "^7.25.7", "@jsdoc/core": "^0.5.8", "@jsdoc/util": "^0.3.3", "ast-module-types": "^6.0.0", diff --git a/packages/jsdoc-eslint-config/package.json b/packages/jsdoc-eslint-config/package.json index 737f4ef9..2f2d1c14 100644 --- a/packages/jsdoc-eslint-config/package.json +++ b/packages/jsdoc-eslint-config/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "main": "index.js", "dependencies": { - "@babel/eslint-parser": "^7.25.1", + "@babel/eslint-parser": "^7.25.7", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1",