refactor: Upgrade @babel/eslint-parser from 7.27.1 to 7.27.5 (#9810)

This commit is contained in:
Parse Platform
2025-07-04 00:10:40 +02:00
committed by GitHub
parent 46821e40c9
commit 378798f789
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -10,8 +10,8 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@apollo/server": "^4.12.1", "@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1", "@babel/eslint-parser": "^7.27.5",
"@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",
@@ -641,9 +641,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.27.1", "version": "7.27.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz",
"integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==", "integrity": "sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==",
"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.1", "version": "7.27.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.5.tgz",
"integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==", "integrity": "sha512-HLkYQfRICudzcOtjGwkPvGc5nF1b4ljLZh1IRDj50lRZ718NAKVgQpIAUX8bfg6u/yuSKY3L7E0YzIV+OxrB8Q==",
"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.1", "@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1", "@babel/eslint-parser": "7.27.5",
"@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",