fix(deps): update babel monorepo to ^7.24.1

This commit is contained in:
renovate[bot] 2024-03-19 09:59:02 +00:00 committed by GitHub
parent f4605789c7
commit dec65fd3e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@ -24,7 +24,7 @@
"packages/jsdoc-util"
],
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@jsdoc/ast": "^0.2.5",
"@jsdoc/cli": "^0.3.5",
"@jsdoc/core": "^0.5.4",
@ -129,9 +129,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.23.10",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz",
"integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",
@ -319,9 +319,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.24.0",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz",
"integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -12491,7 +12491,7 @@
"version": "0.2.10",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.24.0",
"@babel/parser": "^7.24.1",
"@jsdoc/core": "^0.5.7",
"@jsdoc/util": "^0.3.2",
"ast-module-types": "^5.0.0",
@ -12583,7 +12583,7 @@
"version": "1.2.8",
"license": "Apache-2.0",
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0"

View File

@ -3,7 +3,7 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@jsdoc/ast": "^0.2.5",
"@jsdoc/cli": "^0.3.5",
"@jsdoc/core": "^0.5.4",

View File

@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.24.0",
"@babel/parser": "^7.24.1",
"@jsdoc/core": "^0.5.7",
"@jsdoc/util": "^0.3.2",
"ast-module-types": "^5.0.0",

View File

@ -11,7 +11,7 @@
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0"