diff --git a/package-lock.json b/package-lock.json index 5f58da07..8c0a95e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "packages/jsdoc-util" ], "devDependencies": { - "@babel/eslint-parser": "7.27.5", + "@babel/eslint-parser": "7.28.0", "@jsdoc/ast": "^0.2.5", "@jsdoc/cli": "^0.3.5", "@jsdoc/core": "^0.5.4", @@ -133,9 +133,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.27.5", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz", - "integrity": "sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz", + "integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==", "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -312,12 +312,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.27.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz", - "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", + "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", "license": "MIT", "dependencies": { - "@babel/types": "^7.27.7" + "@babel/types": "^7.28.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -363,9 +363,9 @@ } }, "node_modules/@babel/types": { - "version": "7.27.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz", - "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz", + "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", @@ -6243,7 +6243,7 @@ "version": "0.2.13", "license": "Apache-2.0", "dependencies": { - "@babel/parser": "^7.27.7", + "@babel/parser": "^7.28.0", "@jsdoc/name": "^0.1.1", "@jsdoc/util": "^0.3.4", "ast-module-types": "^6.0.1", @@ -6318,7 +6318,7 @@ "version": "2.0.2", "license": "Apache-2.0", "dependencies": { - "@babel/eslint-parser": "^7.27.5", + "@babel/eslint-parser": "^7.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-simple-import-sort": "^12.1.1", diff --git a/package.json b/package.json index 95044e0b..d4033112 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "license": "Apache-2.0", "devDependencies": { - "@babel/eslint-parser": "7.27.5", + "@babel/eslint-parser": "7.28.0", "@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 d0d1b061..60c48582 100644 --- a/packages/jsdoc-ast/package.json +++ b/packages/jsdoc-ast/package.json @@ -31,7 +31,7 @@ } }, "dependencies": { - "@babel/parser": "^7.27.7", + "@babel/parser": "^7.28.0", "@jsdoc/name": "^0.1.1", "@jsdoc/util": "^0.3.4", "ast-module-types": "^6.0.1", diff --git a/packages/jsdoc-eslint-config/package.json b/packages/jsdoc-eslint-config/package.json index eeee30ba..2e676f69 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.27.5", + "@babel/eslint-parser": "^7.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-simple-import-sort": "^12.1.1",