Skip to content

Commit 456cc5c

Browse files
build(deps-dev): bump vue-loader from 15.11.1 to 17.4.2
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.11.1 to 17.4.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md) - [Commits](vuejs/vue-loader@v15.11.1...v17.4.2) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 201d9d8 commit 456cc5c

File tree

2 files changed

+44
-85
lines changed

2 files changed

+44
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sass": "^1.69.6",
2121
"sass-loader": "^12.1.0",
2222
"style-loader": "^3.3.3",
23-
"vue-loader": "^15.11.1",
23+
"vue-loader": "^17.4.2",
2424
"vue-template-compiler": "^2.7.16",
2525
"webpack": "^5.89.0",
2626
"webpack-cli": "^4.10.0"

yarn.lock

Lines changed: 43 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,21 +1155,6 @@
11551155
"@vue/compiler-dom" "3.0.3"
11561156
"@vue/shared" "3.0.3"
11571157

1158-
"@vue/component-compiler-utils@^3.1.0":
1159-
version "3.1.1"
1160-
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.1.1.tgz#d4ef8f80292674044ad6211e336a302e4d2a6575"
1161-
integrity sha512-+lN3nsfJJDGMNz7fCpcoYIORrXo0K3OTsdr8jCM7FuqdI4+70TY6gxY6viJ2Xi1clqyPg7LpeOWwjF31vSMmUw==
1162-
dependencies:
1163-
consolidate "^0.15.1"
1164-
hash-sum "^1.0.2"
1165-
lru-cache "^4.1.2"
1166-
merge-source-map "^1.1.0"
1167-
postcss "^7.0.14"
1168-
postcss-selector-parser "^6.0.2"
1169-
prettier "^1.18.2"
1170-
source-map "~0.6.1"
1171-
vue-template-es2015-compiler "^1.9.0"
1172-
11731158
11741159
version "3.0.3"
11751160
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.3.tgz#ef12ebff93a446df281e8a0fd765b5aea8e7745b"
@@ -1405,6 +1390,13 @@ ansi-styles@^3.2.1:
14051390
dependencies:
14061391
color-convert "^1.9.0"
14071392

1393+
ansi-styles@^4.1.0:
1394+
version "4.3.0"
1395+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1396+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1397+
dependencies:
1398+
color-convert "^2.0.1"
1399+
14081400
anymatch@~3.1.2:
14091401
version "3.1.2"
14101402
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
@@ -1474,11 +1466,6 @@ binary-extensions@^2.0.0:
14741466
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
14751467
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
14761468

1477-
bluebird@^3.1.1:
1478-
version "3.5.5"
1479-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
1480-
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
1481-
14821469
bluebird@^3.7.2:
14831470
version "3.7.2"
14841471
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
@@ -1553,6 +1540,14 @@ chalk@^2.4.2:
15531540
escape-string-regexp "^1.0.5"
15541541
supports-color "^5.3.0"
15551542

1543+
chalk@^4.1.0:
1544+
version "4.1.2"
1545+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1546+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1547+
dependencies:
1548+
ansi-styles "^4.1.0"
1549+
supports-color "^7.1.0"
1550+
15561551
character-parser@^2.2.0:
15571552
version "2.2.0"
15581553
resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0"
@@ -1610,11 +1605,23 @@ color-convert@^1.9.0:
16101605
dependencies:
16111606
color-name "1.1.3"
16121607

1608+
color-convert@^2.0.1:
1609+
version "2.0.1"
1610+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1611+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1612+
dependencies:
1613+
color-name "~1.1.4"
1614+
16131615
16141616
version "1.1.3"
16151617
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
16161618
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
16171619

1620+
color-name@~1.1.4:
1621+
version "1.1.4"
1622+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1623+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1624+
16181625
colorette@^2.0.14:
16191626
version "2.0.16"
16201627
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
@@ -1635,13 +1642,6 @@ commondir@^1.0.1:
16351642
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
16361643
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
16371644

1638-
consolidate@^0.15.1:
1639-
version "0.15.1"
1640-
resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.15.1.tgz#21ab043235c71a07d45d9aad98593b0dba56bab7"
1641-
integrity sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==
1642-
dependencies:
1643-
bluebird "^3.1.1"
1644-
16451645
consolidate@^0.16.0:
16461646
version "0.16.0"
16471647
resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.16.0.tgz#a11864768930f2f19431660a65906668f5fbdc16"
@@ -2030,11 +2030,6 @@ has@^1.0.3:
20302030
dependencies:
20312031
function-bind "^1.1.1"
20322032

2033-
hash-sum@^1.0.2:
2034-
version "1.0.2"
2035-
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
2036-
integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=
2037-
20382033
hash-sum@^2.0.0:
20392034
version "2.0.0"
20402035
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a"
@@ -2245,7 +2240,7 @@ loader-runner@^4.2.0:
22452240
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
22462241
integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==
22472242

2248-
loader-utils@^1.0.2, loader-utils@^1.1.0:
2243+
loader-utils@^1.1.0:
22492244
version "1.4.2"
22502245
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
22512246
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
@@ -2285,14 +2280,6 @@ lodash@^4.15.0:
22852280
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
22862281
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
22872282

2288-
lru-cache@^4.1.2:
2289-
version "4.1.5"
2290-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
2291-
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
2292-
dependencies:
2293-
pseudomap "^1.0.2"
2294-
yallist "^2.1.2"
2295-
22962283
lru-cache@^5.1.1:
22972284
version "5.1.1"
22982285
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -2595,11 +2582,6 @@ postcss@^8.4.14, postcss@^8.4.21:
25952582
picocolors "^1.0.0"
25962583
source-map-js "^1.0.2"
25972584

2598-
prettier@^1.18.2:
2599-
version "1.19.1"
2600-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
2601-
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
2602-
26032585
"prettier@^1.18.2 || ^2.0.0":
26042586
version "2.8.8"
26052587
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
@@ -2612,11 +2594,6 @@ promise@^7.0.1:
26122594
dependencies:
26132595
asap "~2.0.3"
26142596

2615-
pseudomap@^1.0.2:
2616-
version "1.0.2"
2617-
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
2618-
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
2619-
26202597
pug-attrs@^3.0.0:
26212598
version "3.0.0"
26222599
resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-3.0.0.tgz#b10451e0348165e31fad1cc23ebddd9dc7347c41"
@@ -2939,7 +2916,7 @@ source-map-support@~0.5.20:
29392916
buffer-from "^1.0.0"
29402917
source-map "^0.6.0"
29412918

2942-
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
2919+
source-map@^0.6.0, source-map@^0.6.1:
29432920
version "0.6.1"
29442921
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
29452922
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -2985,6 +2962,13 @@ supports-color@^6.1.0:
29852962
dependencies:
29862963
has-flag "^3.0.0"
29872964

2965+
supports-color@^7.1.0:
2966+
version "7.2.0"
2967+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
2968+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
2969+
dependencies:
2970+
has-flag "^4.0.0"
2971+
29882972
supports-color@^8.0.0:
29892973
version "8.1.1"
29902974
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@@ -3116,35 +3100,20 @@ void-elements@^3.1.0:
31163100
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"
31173101
integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=
31183102

3119-
vue-hot-reload-api@^2.3.0:
3120-
version "2.3.3"
3121-
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.3.tgz#2756f46cb3258054c5f4723de8ae7e87302a1ccf"
3122-
integrity sha512-KmvZVtmM26BQOMK1rwUZsrqxEGeKiYSZGA7SNWE6uExx8UX/cj9hq2MRV/wWC3Cq6AoeDGk57rL9YMFRel/q+g==
3123-
3124-
vue-loader@^15.11.1:
3125-
version "15.11.1"
3126-
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.11.1.tgz#dee91169211276ed43c5715caef88a56b1f497b0"
3127-
integrity sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==
3103+
vue-loader@^17.4.2:
3104+
version "17.4.2"
3105+
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-17.4.2.tgz#f87f0d8adfcbbe8623de9eba1979d41ba223c6da"
3106+
integrity sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==
31283107
dependencies:
3129-
"@vue/component-compiler-utils" "^3.1.0"
3130-
hash-sum "^1.0.2"
3131-
loader-utils "^1.1.0"
3132-
vue-hot-reload-api "^2.3.0"
3133-
vue-style-loader "^4.1.0"
3108+
chalk "^4.1.0"
3109+
hash-sum "^2.0.0"
3110+
watchpack "^2.4.0"
31343111

31353112
vue-router@^3.6.5:
31363113
version "3.6.5"
31373114
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.6.5.tgz#95847d52b9a7e3f1361cb605c8e6441f202afad8"
31383115
integrity sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==
31393116

3140-
vue-style-loader@^4.1.0:
3141-
version "4.1.2"
3142-
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.2.tgz#dedf349806f25ceb4e64f3ad7c0a44fba735fcf8"
3143-
integrity sha512-0ip8ge6Gzz/Bk0iHovU9XAUQaFt/G2B61bnWa2tCcqqdgfHs1lF9xXorFbE55Gmy92okFT+8bfmySuUOu13vxQ==
3144-
dependencies:
3145-
hash-sum "^1.0.2"
3146-
loader-utils "^1.0.2"
3147-
31483117
vue-template-compiler@^2.7.16:
31493118
version "2.7.16"
31503119
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
@@ -3153,11 +3122,6 @@ vue-template-compiler@^2.7.16:
31533122
de-indent "^1.0.2"
31543123
he "^1.2.0"
31553124

3156-
vue-template-es2015-compiler@^1.9.0:
3157-
version "1.9.1"
3158-
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
3159-
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
3160-
31613125
vue@^2.7.16:
31623126
version "2.7.16"
31633127
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9"
@@ -3262,11 +3226,6 @@ with@^7.0.0:
32623226
assert-never "^1.2.1"
32633227
babel-walk "3.0.0-canary-5"
32643228

3265-
yallist@^2.1.2:
3266-
version "2.1.2"
3267-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
3268-
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
3269-
32703229
yallist@^3.0.2:
32713230
version "3.1.1"
32723231
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"

0 commit comments

Comments
 (0)