Merge pull request #58 from tbnobody/dependabot/npm_and_yarn/webapp/babel/eslint-parser-7.18.9

Bump @babel/eslint-parser from 7.18.2 to 7.18.9 in /webapp
This commit is contained in:
tbnobody 2022-08-06 03:52:07 +02:00 committed by GitHub
commit cc7a10c916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.10", "@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.2", "@babel/eslint-parser": "^7.18.9",
"@types/bootstrap": "^5.1.12", "@types/bootstrap": "^5.1.12",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"@types/spark-md5": "^3.0.2", "@types/spark-md5": "^3.0.2",

View File

@ -57,10 +57,10 @@
json5 "^2.2.1" json5 "^2.2.1"
semver "^6.3.0" semver "^6.3.0"
"@babel/eslint-parser@^7.18.2": "@babel/eslint-parser@^7.18.9":
version "7.18.2" version "7.18.9"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245" resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A== integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
dependencies: dependencies:
eslint-scope "^5.1.1" eslint-scope "^5.1.1"
eslint-visitor-keys "^2.1.0" eslint-visitor-keys "^2.1.0"