refactor: Upgrade @babel/eslint-parser from 7.27.0 to 7.27.1 (#9774)

This commit is contained in:
Parse Platform
2025-05-28 20:32:21 +02:00
committed by GitHub
parent b324a73026
commit cad69ddf8e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apollo/server": "4.12.0", "@apollo/server": "4.12.0",
"@babel/eslint-parser": "7.27.0", "@babel/eslint-parser": "^7.27.1",
"@graphql-tools/merge": "9.0.17", "@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.18", "@graphql-tools/schema": "10.0.18",
"@graphql-tools/utils": "10.6.3", "@graphql-tools/utils": "10.6.3",
@@ -25,7 +25,7 @@
"express": "4.21.2", "express": "4.21.2",
"express-rate-limit": "7.4.1", "express-rate-limit": "7.4.1",
"follow-redirects": "1.15.9", "follow-redirects": "1.15.9",
"graphql": "^16.11.0", "graphql": "16.11.0",
"graphql-list-fields": "2.0.4", "graphql-list-fields": "2.0.4",
"graphql-relay": "0.10.2", "graphql-relay": "0.10.2",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
@@ -641,9 +641,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.27.0", "version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz",
"integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==", "integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -21608,9 +21608,9 @@
} }
}, },
"@babel/eslint-parser": { "@babel/eslint-parser": {
"version": "7.27.0", "version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz",
"integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==", "integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==",
"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.12.0", "@apollo/server": "4.12.0",
"@babel/eslint-parser": "7.27.0", "@babel/eslint-parser": "7.27.1",
"@graphql-tools/merge": "9.0.17", "@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.18", "@graphql-tools/schema": "10.0.18",
"@graphql-tools/utils": "10.6.3", "@graphql-tools/utils": "10.6.3",