Merge pull request #3469 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/webpack-vue-config-4.2.0

This commit is contained in:
Julius Härtl
2021-12-16 10:29:55 +01:00
committed by GitHub
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4",
"@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.3.0",
"jest": "^27.4.4",
@@ -3262,13 +3262,13 @@
}
},
"node_modules/@nextcloud/webpack-vue-config": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz",
"integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz",
"integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==",
"dev": true,
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.13.10",
@@ -3280,12 +3280,12 @@
"sass": "^1.32.8",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.1",
"stylelint": "^13.12.0",
"stylelint-webpack-plugin": "^3.0.1",
"stylelint": "^14.0.1",
"stylelint-webpack-plugin": "^3.1.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "~5.46.0",
"webpack-cli": "^4.5.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0"
}
},
@@ -21121,9 +21121,9 @@
}
},
"@nextcloud/webpack-vue-config": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz",
"integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz",
"integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==",
"dev": true,
"requires": {}
},

View File

@@ -74,7 +74,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.4",
"@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0",
"@vue/test-utils": "^1.3.0",
"jest": "^27.4.4",