refactor: Upgrade @babel/eslint-parser from 7.26.5 to 7.27.0 (#9718)

This commit is contained in:
Parse Platform
2025-04-16 11:47:36 +02:00
committed by GitHub
parent a1d65896cd
commit 3de5cc57b9
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -11,9 +11,9 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.11.2",
"@babel/eslint-parser": "7.26.5",
"@babel/eslint-parser": "^7.27.0",
"@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "^10.0.18",
"@graphql-tools/schema": "10.0.18",
"@graphql-tools/utils": "10.6.3",
"@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "6.8.0",
@@ -25,7 +25,7 @@
"express": "4.21.2",
"express-rate-limit": "7.4.1",
"follow-redirects": "1.15.9",
"graphql": "^16.10.0",
"graphql": "16.10.0",
"graphql-list-fields": "2.0.4",
"graphql-relay": "0.10.2",
"graphql-tag": "2.12.6",
@@ -37,7 +37,7 @@
"lodash": "4.17.21",
"lru-cache": "10.4.0",
"mime": "4.0.6",
"mongodb": "^6.13.0",
"mongodb": "6.13.0",
"mustache": "4.2.0",
"otpauth": "9.3.5",
"parse": "5.3.0",
@@ -48,7 +48,7 @@
"punycode": "2.3.1",
"rate-limit-redis": "4.2.0",
"redis": "4.7.0",
"semver": "^7.7.1",
"semver": "7.7.1",
"subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0",
"uuid": "11.0.3",
@@ -638,9 +638,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
"version": "7.27.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz",
"integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==",
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -21602,9 +21602,9 @@
}
},
"@babel/eslint-parser": {
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
"version": "7.27.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz",
"integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==",
"requires": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",

View File

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