aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-01-18 09:17:58 +0000
committerGravatar vitalyster2021-01-18 14:39:57 +0300
commit73586c366722afd6cbec7958a0e5e05c344affba (patch)
tree449846efd171ad6506f626094186ba9798ca051a
parente84e6a82001b5b14777487bf97e85dce7d766b8a (diff)
Bump webpack from 5.14.0 to 5.15.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.14.0...v5.15.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index cd216a63..58608f03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7265,9 +7265,9 @@
}
},
"webpack": {
- "version": "5.14.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.14.0.tgz",
- "integrity": "sha512-PFtfqXIKT6EG+k4L7d9whUPacN2XvxlUMc8NAQvN+sF9G8xPQqrCDGDiXbAdyGNz+/OP6ioxnUKybBBZ1kp/2A==",
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.15.0.tgz",
+ "integrity": "sha512-y/xG+ONDz78yn3VvP6gAvGr1/gkxOgitvHSXBmquyN8KDtrGEyE3K9WkXOPB7QmfcOBCpO4ELXwNcCYQnEmexA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/package.json b/package.json
index 2ddade0c..c3f1f15f 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^4.1.1",
- "webpack": "^5.14.0",
+ "webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
},
"dependencies": {