Skip to content

Commit bc3121e

Browse files
dependabot[bot]matteobruni
authored andcommitted
chore(deps-dev): bump eslint from 8.25.0 to 8.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.25.0...v8.26.0)
1 parent c2b0e29 commit bc3121e

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

apps/nuxt2-particles-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@commitlint/config-conventional": "^17.1.0",
3434
"@nuxtjs/eslint-config": "^11.0.0",
3535
"@nuxtjs/eslint-module": "^3.0.2",
36-
"eslint": "^8.25.0",
36+
"eslint": "^8.26.0",
3737
"eslint-config-prettier": "^8.3.0",
3838
"eslint-plugin-nuxt": "^4.0.0",
3939
"eslint-plugin-vue": "^9.6.0",

apps/nuxt2-particles-demo/yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,10 @@
11331133
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
11341134
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
11351135

1136-
"@humanwhocodes/config-array@^0.10.5":
1137-
version "0.10.5"
1138-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1139-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1136+
"@humanwhocodes/config-array@^0.11.6":
1137+
version "0.11.6"
1138+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1139+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
11401140
dependencies:
11411141
"@humanwhocodes/object-schema" "^1.2.1"
11421142
debug "^4.1.1"
@@ -1220,7 +1220,7 @@
12201220
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
12211221
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
12221222

1223-
"@nodelib/fs.walk@^1.2.3":
1223+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
12241224
version "1.2.8"
12251225
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
12261226
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -4208,14 +4208,15 @@ eslint-webpack-plugin@^2.6.0:
42084208
normalize-path "^3.0.0"
42094209
schema-utils "^3.1.1"
42104210

4211-
eslint@^8.25.0:
4212-
version "8.25.0"
4213-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
4214-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
4211+
eslint@^8.26.0:
4212+
version "8.26.0"
4213+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
4214+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
42154215
dependencies:
42164216
"@eslint/eslintrc" "^1.3.3"
4217-
"@humanwhocodes/config-array" "^0.10.5"
4217+
"@humanwhocodes/config-array" "^0.11.6"
42184218
"@humanwhocodes/module-importer" "^1.0.1"
4219+
"@nodelib/fs.walk" "^1.2.8"
42194220
ajv "^6.10.0"
42204221
chalk "^4.0.0"
42214222
cross-spawn "^7.0.2"
@@ -4231,14 +4232,14 @@ eslint@^8.25.0:
42314232
fast-deep-equal "^3.1.3"
42324233
file-entry-cache "^6.0.1"
42334234
find-up "^5.0.0"
4234-
glob-parent "^6.0.1"
4235+
glob-parent "^6.0.2"
42354236
globals "^13.15.0"
4236-
globby "^11.1.0"
42374237
grapheme-splitter "^1.0.4"
42384238
ignore "^5.2.0"
42394239
import-fresh "^3.0.0"
42404240
imurmurhash "^0.1.4"
42414241
is-glob "^4.0.0"
4242+
is-path-inside "^3.0.3"
42424243
js-sdsl "^4.1.4"
42434244
js-yaml "^4.1.0"
42444245
json-stable-stringify-without-jsonify "^1.0.1"
@@ -4801,7 +4802,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
48014802
dependencies:
48024803
is-glob "^4.0.1"
48034804

4804-
glob-parent@^6.0.1:
4805+
glob-parent@^6.0.2:
48054806
version "6.0.2"
48064807
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
48074808
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -4844,7 +4845,7 @@ globals@^13.15.0:
48444845
dependencies:
48454846
type-fest "^0.20.2"
48464847

4847-
globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
4848+
globby@^11.0.3, globby@^11.0.4:
48484849
version "11.1.0"
48494850
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
48504851
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -5494,6 +5495,11 @@ is-obj@^2.0.0:
54945495
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
54955496
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
54965497

5498+
is-path-inside@^3.0.3:
5499+
version "3.0.3"
5500+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
5501+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
5502+
54975503
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
54985504
version "1.1.0"
54995505
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"

0 commit comments

Comments
 (0)