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:05:09 +0300
committerGitHub <noreply@github.com>2021-10-14 04:05:09 +0300
commit3f3f03aac9f5e8b40a0324a811f445f8350377cb (patch)
tree5f1490536efcd33a003dcd9a2150e1c85f3558c7
parentae7cdf8903195393c2c1601d1e5acae77a0f9d5b (diff)
Bump webpack from 5.58.1 to 5.58.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.58.1 to 5.58.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.58.1...v5.58.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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"
}