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:
authorRené Gieling <github@dartcafe.de>2021-10-11 12:20:40 +0300
committerGitHub <noreply@github.com>2021-10-11 12:20:40 +0300
commit62f0ac5f52dbe938cd3c1bfd7bf3b1fb004c8ad9 (patch)
treeff70606a66527b07e8cdef78ca7335e7e771b90c
parent4b20a95180ed99cbb3a0e994674d00b228cd794d (diff)
parentc7f99213476501bfc7f3f8b7ba33a0d7b991e329 (diff)
Merge pull request #2026 from nextcloud/dependabot/npm_and_yarn/webpack-5.58.1
Bump webpack from 5.58.0 to 5.58.1
-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 1cf3e536..f448823a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "3.3.0-rc1",
+ "version": "3.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "3.3.0-rc1",
+ "version": "3.3.0",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
@@ -60,7 +60,7 @@
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.58.0",
+ "webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
},
@@ -11892,9 +11892,9 @@
}
},
"node_modules/webpack": {
- "version": "5.58.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz",
- "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==",
+ "version": "5.58.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
+ "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
"dependencies": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@@ -21310,9 +21310,9 @@
}
},
"webpack": {
- "version": "5.58.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz",
- "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==",
+ "version": "5.58.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
+ "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
diff --git a/package.json b/package.json
index d3437eb4..b91b5dc1 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.58.0",
+ "webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
}