Skip to content

Commit f8876a4

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 3489330 commit f8876a4

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.70.0",
2121
"sass-loader": "^12.1.0",
2222
"style-loader": "^3.3.4",
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
@@ -1154,21 +1154,6 @@
11541154
"@vue/compiler-dom" "3.0.3"
11551155
"@vue/shared" "3.0.3"
11561156

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

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

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

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

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

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

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

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

2247-
loader-utils@^1.0.2, loader-utils@^1.1.0:
2242+
loader-utils@^1.1.0:
22482243
version "1.4.2"
22492244
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
22502245
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
@@ -2284,14 +2279,6 @@ lodash@^4.15.0:
22842279
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
22852280
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
22862281

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

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

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

2941-
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
2918+
source-map@^0.6.0, source-map@^0.6.1:
29422919
version "0.6.1"
29432920
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
29442921
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -2984,6 +2961,13 @@ supports-color@^6.1.0:
29842961
dependencies:
29852962
has-flag "^3.0.0"
29862963

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

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

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

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

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

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

0 commit comments

Comments
 (0)