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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-17 04:05:31 +0300
committerGitHub <noreply@github.com>2021-04-17 04:05:31 +0300
commit2d0d02f40d029afdd1110ab59603e4b2afe32cc2 (patch)
treeaafcdfb51831b177edfe08e65efde3ae57570dd5
parent626d74831d055e2a878b3bb605409dbfffd52332 (diff)
Bump webpack from 5.31.2 to 5.33.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.31.2 to 5.33.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.31.2...v5.33.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f1c9ff15..448c60d4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21089,9 +21089,9 @@
"dev": true
},
"webpack": {
- "version": "5.31.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.31.2.tgz",
- "integrity": "sha512-0bCQe4ybo7T5Z0SC5axnIAH+1WuIdV4FwLYkaAlLtvfBhIx8bPS48WHTfiRZS1VM+pSiYt7e/rgLs3gLrH82lQ==",
+ "version": "5.33.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.33.2.tgz",
+ "integrity": "sha512-X4b7F1sYBmJx8mlh2B7mV5szEkE0jYNJ2y3akgAP0ERi0vLCG1VvdsIxt8lFd4st6SUy0lf7W0CCQS566MBpJg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/package.json b/package.json
index 98c142b6..c7d0f7c3 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
- "webpack": "^5.31.2",
+ "webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},