From 9bcb372cac470cfbdf7e734d1a5315e8ea158d47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 01:18:19 +0000 Subject: [PATCH] Bump @nextcloud/webpack-vue-config from 1.0.3 to 1.1.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v1.0.3...v1.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6335cb1..9884198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3046,9 +3046,9 @@ } }, "@nextcloud/webpack-vue-config": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.0.3.tgz", - "integrity": "sha512-75J4ZwyDpyPyDqrkIJA0yEQ98DYeBpsLhNg3ExTtY++1bmp+wkQ4yUmrbvXL85uRtYhNb1Wc6AQ5fnHBPFvVYA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.1.0.tgz", + "integrity": "sha512-3eDbH05tlkfM12syuM36QS+xU1r80iX21PZ5tN+/O9Ekto2psmt+vf7Vgs5JX20M97Uy89POQ09A8tQUj83Yuw==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index da94225..aba0775 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^2.2.0", "@nextcloud/eslint-plugin": "^1.4.0", - "@nextcloud/webpack-vue-config": "^1.0.3", + "@nextcloud/webpack-vue-config": "^1.1.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "css-loader": "^3.6.0",