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

github.com/nextcloud/polls.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-10-08 04:07:43 +0300
committerGitHub <noreply@github.com>2021-10-08 04:07:43 +0300
commit645bfa8685a6255f8e3a58f5e41469ecf41b6070 (patch)
treedbb6d6234de3fc2d1e1a5ba920b3aba710ef4ddc
parent56d0546be8d3ee471a1885198c96788a208b60cd (diff)
parentde8210f36a73021831eb633dbcc7299b56a8d25b (diff)
Merge pull request #2023 from nextcloud/dependabot/npm_and_yarn/webpack-5.58.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 7126b399..73466d2a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -60,7 +60,7 @@
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.57.1",
+ "webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
},
@@ -11930,9 +11930,9 @@
}
},
"node_modules/webpack": {
- "version": "5.57.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz",
- "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==",
+ "version": "5.58.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz",
+ "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==",
"dependencies": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@@ -21378,9 +21378,9 @@
}
},
"webpack": {
- "version": "5.57.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz",
- "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==",
+ "version": "5.58.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz",
+ "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
diff --git a/package.json b/package.json
index 526cbb37..702bfc9e 100644
--- a/package.json
+++ b/package.json
@@ -93,7 +93,7 @@
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.57.1",
+ "webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
}