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

github.com/nextcloud/logreader.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>2022-04-02 04:01:31 +0300
committerGitHub <noreply@github.com>2022-04-02 04:01:31 +0300
commit2c05d49b252b4f11d89c58054d195c600fb84292 (patch)
tree96dedb63fe675fde76db0c766858ace7f1b5a8de
parent275522d88ac3786de94bbe32d6e1a1681cd001fe (diff)
Bump webpack from 5.70.0 to 5.71.0dependabot/npm_and_yarn/webpack-5.71.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.71.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.71.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... 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 aae4d73..70244fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"react-addons-css-transition-group": "^15.6.2",
"strip-loader": "^0.1.2",
"style-loader": "^3.3.1",
- "webpack": "^5.70.0",
+ "webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"engines": {
@@ -5416,9 +5416,9 @@
}
},
"node_modules/webpack": {
- "version": "5.70.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz",
- "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==",
+ "version": "5.71.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
+ "integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@@ -9504,9 +9504,9 @@
}
},
"webpack": {
- "version": "5.70.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz",
- "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==",
+ "version": "5.71.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.71.0.tgz",
+ "integrity": "sha512-g4dFT7CFG8LY0iU5G8nBL6VlkT21Z7dcYDpJAEJV5Q1WLb9UwnFbrem1k7K52ILqEmomN7pnzWFxxE6SlDY56A==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",
diff --git a/package.json b/package.json
index 9468456..b5fbf50 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"react-addons-css-transition-group": "^15.6.2",
"strip-loader": "^0.1.2",
"style-loader": "^3.3.1",
- "webpack": "^5.70.0",
+ "webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"engines": {