diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-29 06:49:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 06:49:41 +0000 |
commit | 90916914c2be6340d966be2eb82737d3b1438864 (patch) | |
tree | 2d1dd162a3cfdb644818a0aff7b1d651eb2547a7 | |
parent | cd064017ca96a26bfacb83c831498826daad4330 (diff) | |
parent | 763a9951cef6b34c91ea9024046188a14846cdae (diff) | |
download | nextcloud-server-90916914c2be6340d966be2eb82737d3b1438864.tar.gz nextcloud-server-90916914c2be6340d966be2eb82737d3b1438864.zip |
Merge pull request #37981 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-5.5.1
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index a6d97581bc4..9f04fe44cd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "@nextcloud/cypress": "^1.0.0-beta.2", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^5.5.0", + "@nextcloud/webpack-vue-config": "^5.5.1", "@pinia/testing": "^0.0.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", @@ -4232,9 +4232,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "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==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.1.tgz", + "integrity": "sha512-2Q3kPnsvkKeENG3rruTjAE1oz/9w0u5QMKO8oh9arL2TIO2aswkDKBtkmu6q7Po3tE+3B2f+ggHq1PNkhtwu6w==", "dev": true, "engines": { "node": "^16.0.0", @@ -29295,9 +29295,9 @@ "requires": {} }, "@nextcloud/webpack-vue-config": { - "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==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.1.tgz", + "integrity": "sha512-2Q3kPnsvkKeENG3rruTjAE1oz/9w0u5QMKO8oh9arL2TIO2aswkDKBtkmu6q7Po3tE+3B2f+ggHq1PNkhtwu6w==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index a918d378f4a..e8c4b7c2936 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@nextcloud/cypress": "^1.0.0-beta.2", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^5.5.0", + "@nextcloud/webpack-vue-config": "^5.5.1", "@pinia/testing": "^0.0.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", |