diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-03 10:21:13 +0000 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-16 12:56:43 +0100 |
commit | 977daf76cdcd943d6d0c5ce845a3636ea39f8b03 (patch) | |
tree | 56237392af5298652a13694f4aaa0d701acf5e21 /package-lock.json | |
parent | ad2e242458f9f5dbe9d042caf616c30475027966 (diff) | |
download | nextcloud-server-977daf76cdcd943d6d0c5ce845a3636ea39f8b03.tar.gz nextcloud-server-977daf76cdcd943d6d0c5ce845a3636ea39f8b03.zip |
chore(deps-dev): Bump @nextcloud/webpack-vue-config
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from `53df7bb` to `516d77c`.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/53df7bbe61e4a6d960c1d13e63597ce361f3795d...516d77c7012711a741baee53be745168c0456605)
---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index d25590d69c3..aabfadf8cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "@nextcloud/cypress": "^1.0.0-beta.1", "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master", + "@nextcloud/webpack-vue-config": "^5.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", @@ -4866,10 +4866,10 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "5.4.0", - "resolved": "git+ssh://git@github.com/nextcloud/webpack-vue-config.git#53df7bbe61e4a6d960c1d13e63597ce361f3795d", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.0.tgz", + "integrity": "sha512-bKlGYEqblSiSHNmpaGM9fz/f9v6JNwHp63V63yaI26gE0Zs+DpZSzJWC6HWWbJ1BgmoKT7wLN1GJc4W/NxvnxQ==", "dev": true, - "license": "AGPL-3.0-or-later", "engines": { "node": "^16.0.0", "npm": "^7.0.0 || ^8.0.0" @@ -29872,9 +29872,10 @@ "requires": {} }, "@nextcloud/webpack-vue-config": { - "version": "git+ssh://git@github.com/nextcloud/webpack-vue-config.git#53df7bbe61e4a6d960c1d13e63597ce361f3795d", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.0.tgz", + "integrity": "sha512-bKlGYEqblSiSHNmpaGM9fz/f9v6JNwHp63V63yaI26gE0Zs+DpZSzJWC6HWWbJ1BgmoKT7wLN1GJc4W/NxvnxQ==", "dev": true, - "from": "@nextcloud/webpack-vue-config@github:nextcloud/webpack-vue-config#master", "requires": {} }, "@nodelib/fs.scandir": { |