summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-03 12:02:26 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-08-04 13:54:17 +0200
commit9d81500cdd4e90a1d4380056d67bb9febd5464cb (patch)
tree4357793f5c3095db2aaa4c4d40301775e623d41c /js
parent2a865a5451e38f4152d13e0fc7dd80c40001848d (diff)
Bump vue-loader from 16.3.3 to 16.4.1 in /js
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.3.3 to 16.4.1. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v16.3.3...v16.4.1) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js')
-rw-r--r--js/package-lock.json12
-rw-r--r--js/package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 3ae44a030..c36879cf0 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -8120,9 +8120,9 @@
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
"vue-loader": {
- "version": "16.3.3",
- "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.3.3.tgz",
- "integrity": "sha512-/1GzCuQ6MRORbC+leKTKoTGtpQt60bYe0gDGEextSteA2OM+v201FPha5jzmjQzVhRcwieZeUvezAtG5a/e5cw==",
+ "version": "16.4.1",
+ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.4.1.tgz",
+ "integrity": "sha512-nL1bDhfMAZgTVmVkOXQaK/WJa9zFDLM9vKHbh5uGv6HeH1TmZrXMWUEVhUrACT38XPhXM4Awtjj25EvhChEgXw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@@ -8131,9 +8131,9 @@
},
"dependencies": {
"chalk": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
- "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
diff --git a/js/package.json b/js/package.json
index 4cff38d31..087bad550 100644
--- a/js/package.json
+++ b/js/package.json
@@ -52,7 +52,7 @@
"minimatch": "^3.0.4",
"natives": "^1.1.6",
"webpack-stream": "^6.1.2",
- "vue-loader": "^16.3.3",
+ "vue-loader": "^16.4.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {