Skip to content

Commit af1df6d

Browse files
authored
Merge pull request #201 from NdoleStudio/dependabot/npm_and_yarn/web/eslint-8.42.0
chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 in /web
2 parents a2aaaf5 + b44b535 commit af1df6d

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

web/package-lock.json

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
6161
"babel-core": "7.0.0-bridge.0",
6262
"babel-jest": "^29.5.0",
63-
"eslint": "^8.41.0",
63+
"eslint": "^8.42.0",
6464
"eslint-config-prettier": "^8.8.0",
6565
"eslint-plugin-nuxt": "^4.0.0",
6666
"eslint-plugin-vue": "^9.14.1",

web/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,10 @@
14081408
minimatch "^3.1.2"
14091409
strip-json-comments "^3.1.1"
14101410

1411-
"@eslint/js@8.41.0":
1412-
version "8.41.0"
1413-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1414-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
1411+
"@eslint/js@8.42.0":
1412+
version "8.42.0"
1413+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1414+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
14151415

14161416
"@fastify/busboy@^1.1.0":
14171417
version "1.2.1"
@@ -1956,10 +1956,10 @@
19561956
protobufjs "^7.0.0"
19571957
yargs "^16.2.0"
19581958

1959-
"@humanwhocodes/config-array@^0.11.8":
1960-
version "0.11.8"
1961-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz"
1962-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1959+
"@humanwhocodes/config-array@^0.11.10":
1960+
version "0.11.10"
1961+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1962+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
19631963
dependencies:
19641964
"@humanwhocodes/object-schema" "^1.2.1"
19651965
debug "^4.1.1"
@@ -6537,16 +6537,16 @@ eslint-webpack-plugin@^4.0.1:
65376537
normalize-path "^3.0.0"
65386538
schema-utils "^4.0.0"
65396539

6540-
eslint@^8.41.0:
6541-
version "8.41.0"
6542-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
6543-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
6540+
eslint@^8.42.0:
6541+
version "8.42.0"
6542+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
6543+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
65446544
dependencies:
65456545
"@eslint-community/eslint-utils" "^4.2.0"
65466546
"@eslint-community/regexpp" "^4.4.0"
65476547
"@eslint/eslintrc" "^2.0.3"
6548-
"@eslint/js" "8.41.0"
6549-
"@humanwhocodes/config-array" "^0.11.8"
6548+
"@eslint/js" "8.42.0"
6549+
"@humanwhocodes/config-array" "^0.11.10"
65506550
"@humanwhocodes/module-importer" "^1.0.1"
65516551
"@nodelib/fs.walk" "^1.2.8"
65526552
ajv "^6.10.0"

0 commit comments

Comments
 (0)