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-14 04:07:24 +0300
committerGitHub <noreply@github.com>2021-10-14 04:07:24 +0300
commit465c912accd6b4847d7cdd92d6744b40dccc5b97 (patch)
tree5f1490536efcd33a003dcd9a2150e1c85f3558c7
parentae7cdf8903195393c2c1601d1e5acae77a0f9d5b (diff)
parent3f3f03aac9f5e8b40a0324a811f445f8350377cb (diff)
Merge pull request #2033 from nextcloud/dependabot/npm_and_yarn/webpack-5.58.2
-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 bfa9f06f..163ec1d5 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.58.1",
+ "webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
},
@@ -11756,9 +11756,9 @@
}
},
"node_modules/webpack": {
- "version": "5.58.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
- "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
+ "version": "5.58.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
+ "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"dependencies": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
@@ -21065,9 +21065,9 @@
}
},
"webpack": {
- "version": "5.58.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
- "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
+ "version": "5.58.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
+ "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",
diff --git a/package.json b/package.json
index 77a2fe1a..511356ce 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.1",
+ "webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.8.0"
}