refactor: Upgrade @babel/eslint-parser from 7.27.1 to 7.28.0 (#9835)

This commit is contained in:
Parse Platform
2025-07-30 00:37:51 +02:00
committed by GitHub
parent 4e301a5fff
commit 3d8dc5fa0d
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1",
"@babel/eslint-parser": "^7.28.0",
"@graphql-tools/merge": "9.0.24",
"@graphql-tools/schema": "10.0.23",
"@graphql-tools/utils": "10.8.6",
@@ -22,7 +22,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "5.1.0",
"express-rate-limit": "^7.5.1",
"express-rate-limit": "7.5.1",
"follow-redirects": "1.15.9",
"graphql": "16.11.0",
"graphql-list-fields": "2.0.4",
@@ -42,7 +42,7 @@
"parse": "6.1.1",
"path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0",
"pg-promise": "^11.14.0",
"pg-promise": "11.14.0",
"pluralize": "8.0.0",
"punycode": "2.3.1",
"rate-limit-redis": "4.2.0",
@@ -900,9 +900,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz",
"integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz",
"integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==",
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -23422,9 +23422,9 @@
}
},
"@babel/eslint-parser": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz",
"integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz",
"integrity": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==",
"requires": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",

View File

@@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1",
"@babel/eslint-parser": "7.28.0",
"@graphql-tools/merge": "9.0.24",
"@graphql-tools/schema": "10.0.23",
"@graphql-tools/utils": "10.8.6",