Merge pull request #8 from Zathiel/dependabot/npm_and_yarn/apps/OpenSignServer/babel/eslint-parser-7.24.5

build(deps-dev): bump @babel/eslint-parser from 7.24.1 to 7.24.5 in /apps/OpenSignServer
This commit is contained in:
Zathiel
2024-05-19 02:18:23 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -38,7 +38,7 @@
"posthog-node": "^3.6.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.5",
"eslint": "^8.57.0",
"jasmine": "^5.1.0",
"mongodb-runner": "^5.5.4",
@@ -1007,9 +1007,9 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
"version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
"integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
"dev": true,
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -1021,7 +1021,7 @@
},
"peerDependencies": {
"@babel/core": "^7.11.0",
"eslint": "^7.5.0 || ^8.0.0"
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
}
},
"node_modules/@babel/generator": {
+1 -1
View File
@@ -48,7 +48,7 @@
},
"type": "module",
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.5",
"eslint": "^8.57.0",
"jasmine": "^5.1.0",
"mongodb-runner": "^5.5.4",