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

View File

@@ -20,7 +20,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apollo/server": "4.11.2", "@apollo/server": "4.11.2",
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.26.5",
"@graphql-tools/merge": "9.0.17", "@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.13", "@graphql-tools/schema": "10.0.13",
"@graphql-tools/utils": "10.6.3", "@graphql-tools/utils": "10.6.3",