From 9d81500cdd4e90a1d4380056d67bb9febd5464cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:02:26 +0000 Subject: 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] --- js/package-lock.json | 12 ++++++------ js/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'js') 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": { -- cgit v1.2.3