mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(deps): update babel monorepo to ^7.24.8
This commit is contained in:
parent
028fe11af3
commit
e1de24d0ce
18
package-lock.json
generated
18
package-lock.json
generated
@ -24,7 +24,7 @@
|
||||
"packages/jsdoc-util"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.24.7",
|
||||
"@babel/eslint-parser": "7.24.8",
|
||||
"@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.24.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz",
|
||||
"integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==",
|
||||
"version": "7.24.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz",
|
||||
"integrity": "sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
||||
@ -321,9 +321,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/parser": {
|
||||
"version": "7.24.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
|
||||
"integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
|
||||
"version": "7.24.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz",
|
||||
"integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"parser": "bin/babel-parser.js"
|
||||
@ -12429,7 +12429,7 @@
|
||||
"version": "0.2.11",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.24.7",
|
||||
"@babel/parser": "^7.24.8",
|
||||
"@jsdoc/core": "^0.5.8",
|
||||
"@jsdoc/util": "^0.3.3",
|
||||
"ast-module-types": "^6.0.0",
|
||||
@ -12521,7 +12521,7 @@
|
||||
"version": "2.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "^7.24.7",
|
||||
"@babel/eslint-parser": "^7.24.8",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.24.7",
|
||||
"@babel/eslint-parser": "7.24.8",
|
||||
"@jsdoc/ast": "^0.2.5",
|
||||
"@jsdoc/cli": "^0.3.5",
|
||||
"@jsdoc/core": "^0.5.4",
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.24.7",
|
||||
"@babel/parser": "^7.24.8",
|
||||
"@jsdoc/core": "^0.5.8",
|
||||
"@jsdoc/util": "^0.3.3",
|
||||
"ast-module-types": "^6.0.0",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "^7.24.7",
|
||||
"@babel/eslint-parser": "^7.24.8",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user