refactor: Upgrade @babel/eslint-parser from 7.25.9 to 7.26.5 (#9609)

This commit is contained in:
Parse Platform
2025-02-12 22:48:52 +01:00
committed by GitHub
parent 20f2071591
commit 79204f73f4
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.11.2",
"@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "^9.0.17",
"@babel/eslint-parser": "^7.26.5",
"@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.13",
"@graphql-tools/utils": "10.6.3",
"@parse/fs-files-adapter": "3.0.0",
@@ -638,9 +638,10 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
"integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",
@@ -21568,9 +21569,9 @@
}
},
"@babel/eslint-parser": {
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
"integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
"requires": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",