aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-22 14:15:40 +0100
committerGitHub <noreply@github.com>2022-01-22 14:15:40 +0100
commit16b924934e9586ff3e1e69803f84c53578384c36 (patch)
treeadf6b0f9f395a4ad616dad2aac8db7d6f7355545
parentfffe4fc8552b8e9b0d0abb69f040663b556ccabc (diff)
parent2b3341ea7259b5a415bde597c59a51b0572f67da (diff)
downloadnextcloud-server-16b924934e9586ff3e1e69803f84c53578384c36.tar.gz
nextcloud-server-16b924934e9586ff3e1e69803f84c53578384c36.zip
Merge pull request #30802 from nextcloud/dependabot/npm_and_yarn/webpack-5.67.0
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index efee137fbd1..4386aa9951b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -120,7 +120,7 @@
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.66.0",
+ "webpack": "^5.67.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
@@ -19196,9 +19196,9 @@
}
},
"node_modules/webpack": {
- "version": "5.66.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
- "integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
+ "version": "5.67.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
+ "integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
"dependencies": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@@ -19223,7 +19223,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.3.1",
- "webpack-sources": "^3.2.2"
+ "webpack-sources": "^3.2.3"
},
"bin": {
"webpack": "bin/webpack.js"
@@ -34323,9 +34323,9 @@
"dev": true
},
"webpack": {
- "version": "5.66.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
- "integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
+ "version": "5.67.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.67.0.tgz",
+ "integrity": "sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@@ -34350,7 +34350,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.3.1",
- "webpack-sources": "^3.2.2"
+ "webpack-sources": "^3.2.3"
},
"dependencies": {
"acorn": {
diff --git a/package.json b/package.json
index 8f16a43e788..08b33bc498e 100644
--- a/package.json
+++ b/package.json
@@ -123,7 +123,7 @@
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.66.0",
+ "webpack": "^5.67.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"handlebars": "^4.7.7",