Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-04-11 23:34:55 +0300
committerGitHub <noreply@github.com>2022-04-11 23:34:55 +0300
commita94145308111dd46bab35155df1ffdf311a1b1a7 (patch)
treeb646ef5fee91231c300fc8982af55b11701d009f
parentaba9a16c000075de51407d56a640eb95248a8716 (diff)
parentd6c3cd4cb21c75de915c04050709a41649ffff33 (diff)
Merge pull request #2135 from nextcloud/dependabot/npm_and_yarn/webpack-5.72.0
Bump webpack from 5.71.0 to 5.72.0
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index ea722678..4b4b182b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -69,7 +69,7 @@
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.71.0",
+ "webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
@@ -24590,9 +24590,9 @@
"dev": true
},
"node_modules/webpack": {
- "version": "5.71.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
- "integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
+ "version": "5.72.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
+ "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^0.0.51",
@@ -44645,9 +44645,9 @@
"dev": true
},
"webpack": {
- "version": "5.71.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
- "integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
+ "version": "5.72.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
+ "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
"requires": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^0.0.51",
diff --git a/package.json b/package.json
index 5c751a24..cf5f6414 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.71.0",
+ "webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},