Skip to content

Commit 1243455

Browse files
build(deps): bump minimist in /tests-integrations/config-recommended (#306)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f0f817 commit 1243455

File tree

1 file changed

+106
-10
lines changed

1 file changed

+106
-10
lines changed

tests-integrations/config-recommended/yarn.lock

+106-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@eslint/eslintrc@^1.0.3", "@eslint/eslintrc@^1.0.4":
5+
"@babel/runtime@^7.14.0":
6+
version "7.17.8"
7+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2"
8+
integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==
9+
dependencies:
10+
regenerator-runtime "^0.13.4"
11+
12+
"@eslint/eslintrc@^1.0.4":
613
version "1.0.4"
714
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
815
integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
@@ -17,6 +24,21 @@
1724
minimatch "^3.0.4"
1825
strip-json-comments "^3.1.1"
1926

27+
"@eslint/eslintrc@^1.2.0":
28+
version "1.2.1"
29+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
30+
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
31+
dependencies:
32+
ajv "^6.12.4"
33+
debug "^4.3.2"
34+
espree "^9.3.1"
35+
globals "^13.9.0"
36+
ignore "^5.2.0"
37+
import-fresh "^3.2.1"
38+
js-yaml "^4.1.0"
39+
minimatch "^3.0.4"
40+
strip-json-comments "^3.1.1"
41+
2042
"@humanwhocodes/config-array@^0.6.0":
2143
version "0.6.0"
2244
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
@@ -31,15 +53,35 @@
3153
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
3254
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
3355

56+
"@intlify/core-base@^9.1.9":
57+
version "9.1.9"
58+
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.1.9.tgz#e4e8c951010728e4af3a0d13d74cf3f9e7add7f6"
59+
integrity sha512-x5T0p/Ja0S8hs5xs+ImKyYckVkL4CzcEXykVYYV6rcbXxJTe2o58IquSqX9bdncVKbRZP7GlBU1EcRaQEEJ+vw==
60+
dependencies:
61+
"@intlify/devtools-if" "9.1.9"
62+
"@intlify/message-compiler" "9.1.9"
63+
"@intlify/message-resolver" "9.1.9"
64+
"@intlify/runtime" "9.1.9"
65+
"@intlify/shared" "9.1.9"
66+
"@intlify/vue-devtools" "9.1.9"
67+
68+
"@intlify/[email protected]":
69+
version "9.1.9"
70+
resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.1.9.tgz#a30e1dd1256ff2c5c98d8d75d075384fba898e5d"
71+
integrity sha512-oKSMKjttG3Ut/1UGEZjSdghuP3fwA15zpDPcjkf/1FjlOIm6uIBGMNS5jXzsZy593u+P/YcnrZD6cD3IVFz9vQ==
72+
dependencies:
73+
"@intlify/shared" "9.1.9"
74+
3475
"@intlify/eslint-plugin-vue-i18n@file:../..":
35-
version "1.2.0"
76+
version "1.4.0"
3677
dependencies:
37-
"@eslint/eslintrc" "^1.0.3"
38-
"@intlify/message-compiler" "^9.1.6"
39-
"@intlify/message-resolver" "^9.1.6"
78+
"@eslint/eslintrc" "^1.2.0"
79+
"@intlify/core-base" "^9.1.9"
80+
"@intlify/message-compiler" "^9.1.9"
4081
debug "^4.3.1"
4182
glob "^7.1.3"
4283
ignore "^5.0.5"
84+
is-language-code "^3.1.0"
4385
js-yaml "^4.0.0"
4486
json5 "^2.1.3"
4587
jsonc-eslint-parser "^2.0.0"
@@ -49,7 +91,7 @@
4991
vue-eslint-parser "^8.0.0"
5092
yaml-eslint-parser "^0.5.0"
5193

52-
"@intlify/message-compiler@^9.1.6":
94+
"@intlify/message-compiler@9.1.9", "@intlify/message-compiler@^9.1.9":
5395
version "9.1.9"
5496
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.1.9.tgz#1193cbd224a71c2fb981455b8534a3c766d2948d"
5597
integrity sha512-6YgCMF46Xd0IH2hMRLCssZI3gFG4aywidoWQ3QP4RGYQXQYYfFC54DxhSgfIPpVoPLQ+4AD29eoYmhiHZ+qLFQ==
@@ -58,16 +100,34 @@
58100
"@intlify/shared" "9.1.9"
59101
source-map "0.6.1"
60102

61-
"@intlify/[email protected]", "@intlify/message-resolver@^9.1.6":
103+
"@intlify/[email protected]":
62104
version "9.1.9"
63105
resolved "https://registry.yarnpkg.com/@intlify/message-resolver/-/message-resolver-9.1.9.tgz#3155ccd2f5e6d0dc16cad8b7f1d8e97fcda05bfc"
64106
integrity sha512-Lx/DBpigeK0sz2BBbzv5mu9/dAlt98HxwbG7xLawC3O2xMF9MNWU5FtOziwYG6TDIjNq0O/3ZbOJAxwITIWXEA==
65107

108+
"@intlify/[email protected]":
109+
version "9.1.9"
110+
resolved "https://registry.yarnpkg.com/@intlify/runtime/-/runtime-9.1.9.tgz#2c12ce29518a075629efed0a8ed293ee740cb285"
111+
integrity sha512-XgPw8+UlHCiie3fI41HPVa/VDJb3/aSH7bLhY1hJvlvNV713PFtb4p4Jo+rlE0gAoMsMCGcsiT982fImolSltg==
112+
dependencies:
113+
"@intlify/message-compiler" "9.1.9"
114+
"@intlify/message-resolver" "9.1.9"
115+
"@intlify/shared" "9.1.9"
116+
66117
"@intlify/[email protected]":
67118
version "9.1.9"
68119
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.1.9.tgz#0baaf96128b85560666bec784ffb01f6623cc17a"
69120
integrity sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw==
70121

122+
"@intlify/[email protected]":
123+
version "9.1.9"
124+
resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.1.9.tgz#2be8f4dbe7f7ed4115676eb32348141d411e426b"
125+
integrity sha512-YPehH9uL4vZcGXky4Ev5qQIITnHKIvsD2GKGXgqf+05osMUI6WSEQHaN9USRa318Rs8RyyPCiDfmA0hRu3k7og==
126+
dependencies:
127+
"@intlify/message-resolver" "9.1.9"
128+
"@intlify/runtime" "9.1.9"
129+
"@intlify/shared" "9.1.9"
130+
71131
acorn-jsx@^5.3.1:
72132
version "5.3.2"
73133
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -78,6 +138,11 @@ acorn@^8.5.0:
78138
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
79139
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
80140

141+
acorn@^8.7.0:
142+
version "8.7.0"
143+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
144+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
145+
81146
ajv@^6.10.0, ajv@^6.12.4:
82147
version "6.12.6"
83148
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -218,6 +283,11 @@ eslint-visitor-keys@^3.0.0:
218283
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
219284
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
220285

286+
eslint-visitor-keys@^3.3.0:
287+
version "3.3.0"
288+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
289+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
290+
221291
eslint@^8.0.0:
222292
version "8.2.0"
223293
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.2.0.tgz#44d3fb506d0f866a506d97a0fc0e90ee6d06a815"
@@ -271,6 +341,15 @@ espree@^9.0.0:
271341
acorn-jsx "^5.3.1"
272342
eslint-visitor-keys "^3.0.0"
273343

344+
espree@^9.3.1:
345+
version "9.3.1"
346+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
347+
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
348+
dependencies:
349+
acorn "^8.7.0"
350+
acorn-jsx "^5.3.1"
351+
eslint-visitor-keys "^3.3.0"
352+
274353
esquery@^1.4.0:
275354
version "1.4.0"
276355
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
@@ -381,6 +460,11 @@ ignore@^5.0.5:
381460
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
382461
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
383462

463+
ignore@^5.2.0:
464+
version "5.2.0"
465+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
466+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
467+
384468
import-fresh@^3.0.0, import-fresh@^3.2.1:
385469
version "3.3.0"
386470
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -419,6 +503,13 @@ is-glob@^4.0.0, is-glob@^4.0.3:
419503
dependencies:
420504
is-extglob "^2.1.1"
421505

506+
is-language-code@^3.1.0:
507+
version "3.1.0"
508+
resolved "https://registry.yarnpkg.com/is-language-code/-/is-language-code-3.1.0.tgz#b2386b49227e7010636f16d0c2c681ca40136ab5"
509+
integrity sha512-zJdQ3QTeLye+iphMeK3wks+vXSRFKh68/Pnlw7aOfApFSEIOhYa8P9vwwa6QrImNNBMJTiL1PpYF0f4BxDuEgA==
510+
dependencies:
511+
"@babel/runtime" "^7.14.0"
512+
422513
isexe@^2.0.0:
423514
version "2.0.0"
424515
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -492,9 +583,9 @@ minimatch@^3.0.4:
492583
brace-expansion "^1.1.7"
493584

494585
minimist@^1.2.5:
495-
version "1.2.5"
496-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
497-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
586+
version "1.2.6"
587+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
588+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
498589

499590
500591
version "2.1.2"
@@ -562,6 +653,11 @@ punycode@^2.1.0:
562653
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
563654
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
564655

656+
regenerator-runtime@^0.13.4:
657+
version "0.13.9"
658+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
659+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
660+
565661
regexpp@^3.2.0:
566662
version "3.2.0"
567663
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"

0 commit comments

Comments
 (0)