Skip to content

Commit eca68c3

Browse files
chore(deps-dev): bump eslint from 8.48.0 to 8.50.0 in /web
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.50.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.48.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20c4809 commit eca68c3

2 files changed

Lines changed: 16 additions & 21 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@vue/test-utils": "^1.3.6",
6161
"babel-core": "7.0.0-bridge.0",
6262
"babel-jest": "^29.7.0",
63-
"eslint": "^8.46.0",
63+
"eslint": "^8.50.0",
6464
"eslint-config-prettier": "^9.0.0",
6565
"eslint-plugin-nuxt": "^4.0.0",
6666
"eslint-plugin-vue": "^9.16.1",

web/yarn.lock

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,16 +1480,11 @@
14801480
dependencies:
14811481
eslint-visitor-keys "^3.3.0"
14821482

1483-
"@eslint-community/regexpp@^4.5.1":
1483+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
14841484
version "4.9.0"
14851485
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
14861486
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
14871487

1488-
"@eslint-community/regexpp@^4.6.1":
1489-
version "4.6.2"
1490-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
1491-
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
1492-
14931488
"@eslint/eslintrc@^2.1.2":
14941489
version "2.1.2"
14951490
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
@@ -1505,10 +1500,10 @@
15051500
minimatch "^3.1.2"
15061501
strip-json-comments "^3.1.1"
15071502

1508-
"@eslint/js@8.48.0":
1509-
version "8.48.0"
1510-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
1511-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
1503+
"@eslint/js@8.50.0":
1504+
version "8.50.0"
1505+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
1506+
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
15121507

15131508
"@fastify/busboy@^1.1.0":
15141509
version "1.2.1"
@@ -2053,10 +2048,10 @@
20532048
protobufjs "^7.2.4"
20542049
yargs "^17.7.2"
20552050

2056-
"@humanwhocodes/config-array@^0.11.10":
2057-
version "0.11.10"
2058-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
2059-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
2051+
"@humanwhocodes/config-array@^0.11.11":
2052+
version "0.11.11"
2053+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
2054+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
20602055
dependencies:
20612056
"@humanwhocodes/object-schema" "^1.2.1"
20622057
debug "^4.1.1"
@@ -6801,16 +6796,16 @@ eslint-webpack-plugin@^4.0.1:
68016796
normalize-path "^3.0.0"
68026797
schema-utils "^4.0.0"
68036798

6804-
eslint@^8.46.0:
6805-
version "8.48.0"
6806-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
6807-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
6799+
eslint@^8.50.0:
6800+
version "8.50.0"
6801+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
6802+
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
68086803
dependencies:
68096804
"@eslint-community/eslint-utils" "^4.2.0"
68106805
"@eslint-community/regexpp" "^4.6.1"
68116806
"@eslint/eslintrc" "^2.1.2"
6812-
"@eslint/js" "8.48.0"
6813-
"@humanwhocodes/config-array" "^0.11.10"
6807+
"@eslint/js" "8.50.0"
6808+
"@humanwhocodes/config-array" "^0.11.11"
68146809
"@humanwhocodes/module-importer" "^1.0.1"
68156810
"@nodelib/fs.walk" "^1.2.8"
68166811
ajv "^6.12.4"

0 commit comments

Comments
 (0)