aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-31 05:48:51 +0000
committerGitHub <noreply@github.com>2021-01-31 05:48:51 +0000
commitf7aa46711ef464e8bbef8ebc2e20fa3cdc36a551 (patch)
treeaca93d0e657a2f0b01d909be8ef77beb25998504
parent21564830954879a86a2f2803c82d3d6819c03aee (diff)
downloadtimeline-f7aa46711ef464e8bbef8ebc2e20fa3cdc36a551.tar.gz
timeline-f7aa46711ef464e8bbef8ebc2e20fa3cdc36a551.tar.bz2
timeline-f7aa46711ef464e8bbef8ebc2e20fa3cdc36a551.zip
build(deps-dev): Bump webpack from 5.18.0 to 5.19.0 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.19.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package-lock.json6
-rw-r--r--FrontEnd/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index c314ab84..d403197b 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -11307,9 +11307,9 @@
}
},
"webpack": {
- "version": "5.18.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.18.0.tgz",
- "integrity": "sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw==",
+ "version": "5.19.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.19.0.tgz",
+ "integrity": "sha512-egX19vAQ8fZ4cVYtA9Y941eqJtcZAK68mQq87MMv+GTXKZOc3TpKBBxdGX+HXUYlquPxiluNsJ1VHvwwklW7CQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 6a8de100..97850b42 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -104,7 +104,7 @@
"type-fest": "^0.20.2",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
- "webpack": "^5.15.0",
+ "webpack": "^5.19.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",