Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f0d61a4

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 61b3cb7 commit f0d61a4

File tree

2 files changed

+88
-41
lines changed

2 files changed

+88
-41
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.1.0",
40+
"eslint": "^8.3.0",
4141
"eslint-config-standard": "^16.0.3",
42-
"eslint-plugin-import": "^2.25.2",
42+
"eslint-plugin-import": "^2.25.3",
4343
"eslint-plugin-node": "^11.1.0",
4444
"eslint-plugin-promise": "^5.1.1",
4545
"eslint-plugin-standard": "^5.0.0",
4646
"husky": "^7.0.4",
4747
"jest": "^27.3.1",
48-
"lint-staged": "^11.2.4",
48+
"lint-staged": "^11.2.6",
4949
"pinst": "^2.1.6",
5050
"standard-version": "^9.3.2"
5151
},
5252
"dependencies": {
5353
"eslint-plugin-vue": "^7.20.0",
5454
"semver": "^7.3.5",
55-
"vue-eslint-parser": "^8.0.0"
55+
"vue-eslint-parser": "^8.0.1"
5656
}
5757
}

yarn.lock

Lines changed: 84 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -302,18 +302,18 @@
302302
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
303303
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
304304

305-
"@eslint/eslintrc@^1.0.3":
306-
version "1.0.3"
307-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
308-
integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
305+
"@eslint/eslintrc@^1.0.4":
306+
version "1.0.4"
307+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
308+
integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
309309
dependencies:
310310
ajv "^6.12.4"
311311
debug "^4.3.2"
312312
espree "^9.0.0"
313313
globals "^13.9.0"
314314
ignore "^4.0.6"
315315
import-fresh "^3.2.1"
316-
js-yaml "^3.13.1"
316+
js-yaml "^4.1.0"
317317
minimatch "^3.0.4"
318318
strip-json-comments "^3.1.1"
319319

@@ -619,6 +619,11 @@
619619
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
620620
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
621621

622+
"@types/parse-json@^4.0.0":
623+
version "4.0.0"
624+
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
625+
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
626+
622627
"@types/prettier@^2.1.5":
623628
version "2.4.1"
624629
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"
@@ -682,6 +687,11 @@ acorn@^8.2.4, acorn@^8.5.0:
682687
resolved "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
683688
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
684689

690+
acorn@^8.6.0:
691+
version "8.6.0"
692+
resolved "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
693+
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
694+
685695
add-stream@^1.0.0:
686696
version "1.0.0"
687697
resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1269,6 +1279,17 @@ core-util-is@~1.0.0:
12691279
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
12701280
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
12711281

1282+
cosmiconfig@^7.0.1:
1283+
version "7.0.1"
1284+
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
1285+
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
1286+
dependencies:
1287+
"@types/parse-json" "^4.0.0"
1288+
import-fresh "^3.2.1"
1289+
parse-json "^5.0.0"
1290+
path-type "^4.0.0"
1291+
yaml "^1.10.0"
1292+
12721293
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
12731294
version "7.0.3"
12741295
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -1540,7 +1561,7 @@ eslint-import-resolver-node@^0.3.6:
15401561
debug "^3.2.7"
15411562
resolve "^1.20.0"
15421563

1543-
eslint-module-utils@^2.7.0:
1564+
eslint-module-utils@^2.7.1:
15441565
version "2.7.1"
15451566
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
15461567
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
@@ -1557,19 +1578,19 @@ eslint-plugin-es@^3.0.0:
15571578
eslint-utils "^2.0.0"
15581579
regexpp "^3.0.0"
15591580

1560-
eslint-plugin-import@^2.25.2:
1561-
version "2.25.2"
1562-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
1563-
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
1581+
eslint-plugin-import@^2.25.3:
1582+
version "2.25.3"
1583+
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
1584+
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
15641585
dependencies:
15651586
array-includes "^3.1.4"
15661587
array.prototype.flat "^1.2.5"
15671588
debug "^2.6.9"
15681589
doctrine "^2.1.0"
15691590
eslint-import-resolver-node "^0.3.6"
1570-
eslint-module-utils "^2.7.0"
1591+
eslint-module-utils "^2.7.1"
15711592
has "^1.0.3"
1572-
is-core-module "^2.7.0"
1593+
is-core-module "^2.8.0"
15731594
is-glob "^4.0.3"
15741595
minimatch "^3.0.4"
15751596
object.values "^1.1.5"
@@ -1624,6 +1645,14 @@ eslint-scope@^6.0.0:
16241645
esrecurse "^4.3.0"
16251646
estraverse "^5.2.0"
16261647

1648+
eslint-scope@^7.1.0:
1649+
version "7.1.0"
1650+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
1651+
integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
1652+
dependencies:
1653+
esrecurse "^4.3.0"
1654+
estraverse "^5.2.0"
1655+
16271656
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
16281657
version "2.1.0"
16291658
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -1653,12 +1682,17 @@ eslint-visitor-keys@^3.0.0:
16531682
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
16541683
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
16551684

1656-
eslint@^8.1.0:
1657-
version "8.1.0"
1658-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664"
1659-
integrity sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==
1685+
eslint-visitor-keys@^3.1.0:
1686+
version "3.1.0"
1687+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1688+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1689+
1690+
eslint@^8.3.0:
1691+
version "8.3.0"
1692+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
1693+
integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
16601694
dependencies:
1661-
"@eslint/eslintrc" "^1.0.3"
1695+
"@eslint/eslintrc" "^1.0.4"
16621696
"@humanwhocodes/config-array" "^0.6.0"
16631697
ajv "^6.10.0"
16641698
chalk "^4.0.0"
@@ -1667,10 +1701,10 @@ eslint@^8.1.0:
16671701
doctrine "^3.0.0"
16681702
enquirer "^2.3.5"
16691703
escape-string-regexp "^4.0.0"
1670-
eslint-scope "^6.0.0"
1704+
eslint-scope "^7.1.0"
16711705
eslint-utils "^3.0.0"
1672-
eslint-visitor-keys "^3.0.0"
1673-
espree "^9.0.0"
1706+
eslint-visitor-keys "^3.1.0"
1707+
espree "^9.1.0"
16741708
esquery "^1.4.0"
16751709
esutils "^2.0.2"
16761710
fast-deep-equal "^3.1.3"
@@ -1692,7 +1726,7 @@ eslint@^8.1.0:
16921726
progress "^2.0.0"
16931727
regexpp "^3.2.0"
16941728
semver "^7.2.1"
1695-
strip-ansi "^6.0.0"
1729+
strip-ansi "^6.0.1"
16961730
strip-json-comments "^3.1.0"
16971731
text-table "^0.2.0"
16981732
v8-compile-cache "^2.0.3"
@@ -1715,6 +1749,15 @@ espree@^9.0.0:
17151749
acorn-jsx "^5.3.1"
17161750
eslint-visitor-keys "^3.0.0"
17171751

1752+
espree@^9.1.0:
1753+
version "9.1.0"
1754+
resolved "https://registry.npmjs.org/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
1755+
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
1756+
dependencies:
1757+
acorn "^8.6.0"
1758+
acorn-jsx "^5.3.1"
1759+
eslint-visitor-keys "^3.1.0"
1760+
17181761
esprima@^4.0.0, esprima@^4.0.1:
17191762
version "4.0.1"
17201763
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2227,7 +2270,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
22272270
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
22282271
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
22292272

2230-
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.7.0:
2273+
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.0:
22312274
version "2.8.0"
22322275
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
22332276
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
@@ -2961,29 +3004,23 @@ levn@~0.3.0:
29613004
prelude-ls "~1.1.2"
29623005
type-check "~0.3.2"
29633006

2964-
lilconfig@^2.0.3:
2965-
version "2.0.3"
2966-
resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
2967-
integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
2968-
29693007
lines-and-columns@^1.1.6:
29703008
version "1.1.6"
29713009
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
29723010
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
29733011

2974-
lint-staged@^11.2.4:
2975-
version "11.2.4"
2976-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d"
2977-
integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ==
3012+
lint-staged@^11.2.6:
3013+
version "11.2.6"
3014+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-11.2.6.tgz#f477b1af0294db054e5937f171679df63baa4c43"
3015+
integrity sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg==
29783016
dependencies:
29793017
cli-truncate "2.1.0"
29803018
colorette "^1.4.0"
29813019
commander "^8.2.0"
3020+
cosmiconfig "^7.0.1"
29823021
debug "^4.3.2"
29833022
enquirer "^2.3.6"
29843023
execa "^5.1.1"
2985-
js-yaml "^4.1.0"
2986-
lilconfig "^2.0.3"
29873024
listr2 "^3.12.2"
29883025
micromatch "^4.0.4"
29893026
normalize-path "^3.0.0"
@@ -3456,6 +3493,11 @@ path-type@^3.0.0:
34563493
dependencies:
34573494
pify "^3.0.0"
34583495

3496+
path-type@^4.0.0:
3497+
version "4.0.0"
3498+
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
3499+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
3500+
34593501
picocolors@^1.0.0:
34603502
version "1.0.0"
34613503
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
@@ -4258,10 +4300,10 @@ vue-eslint-parser@^7.10.0:
42584300
lodash "^4.17.21"
42594301
semver "^6.3.0"
42604302

4261-
vue-eslint-parser@^8.0.0:
4262-
version "8.0.0"
4263-
resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.0.0.tgz#d77fe0f47a378a7022d3d10c44d5c3df158bd27a"
4264-
integrity sha512-YxN5bkPDji+XLQ4sx+ULLxckL+y/oS3xzgFRkcjJL2asfVcRhzbrNRwMtWgj/70fXsrr+hkFjkxze8PBZ5O3ug==
4303+
vue-eslint-parser@^8.0.1:
4304+
version "8.0.1"
4305+
resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
4306+
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
42654307
dependencies:
42664308
debug "^4.3.2"
42674309
eslint-scope "^6.0.0"
@@ -4414,6 +4456,11 @@ yallist@^4.0.0:
44144456
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
44154457
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
44164458

4459+
yaml@^1.10.0:
4460+
version "1.10.2"
4461+
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
4462+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
4463+
44174464
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
44184465
version "20.2.9"
44194466
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"

0 commit comments

Comments
 (0)