From 6012f0887d0c196f65b306a37a8bb01572d297be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 01:01:56 +0000 Subject: [PATCH] Bump @nextcloud/webpack-vue-config from 4.0.3 to 4.1.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 988b510b8..62a56307b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@nextcloud/browserslist-config": "^2.1.0", "@nextcloud/eslint-config": "^5.1.0", "@nextcloud/stylelint-config": "^1.0.0-beta.0", - "@nextcloud/webpack-vue-config": "^4.0.3", + "@nextcloud/webpack-vue-config": "^4.1.0", "@relative-ci/agent": "^2.0.0", "@vue/test-utils": "^1.2.1", "jest": "^27.0.6", @@ -3225,9 +3225,10 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "4.0.3", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.0.tgz", + "integrity": "sha512-sIZJVq2XVj1ijC0HNDjOIXqfOEm41vXAQEHSU/qdhrFmSSzi9C/HtoYzqtD+qgrtFochMY5x2To04zZHqhUoAg==", "dev": true, - "license": "AGPL-3.0-or-later", "peerDependencies": { "@babel/core": "^7.13.10", "babel-loader": "^8.2.2", @@ -22308,7 +22309,9 @@ } }, "@nextcloud/webpack-vue-config": { - "version": "4.0.3", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.0.tgz", + "integrity": "sha512-sIZJVq2XVj1ijC0HNDjOIXqfOEm41vXAQEHSU/qdhrFmSSzi9C/HtoYzqtD+qgrtFochMY5x2To04zZHqhUoAg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index a3b0a8aea..6bfcd136b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/browserslist-config": "^2.1.0", "@nextcloud/eslint-config": "^5.1.0", "@nextcloud/stylelint-config": "^1.0.0-beta.0", - "@nextcloud/webpack-vue-config": "^4.0.3", + "@nextcloud/webpack-vue-config": "^4.1.0", "@relative-ci/agent": "^2.0.0", "@vue/test-utils": "^1.2.1", "jest": "^27.0.6",