From ba08312593b3bd684e357116856dbc5b603220bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 06:20:53 +0100 Subject: [PATCH] chore(deps-dev): bump webpack from 5.24.1 to 5.24.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.24.1 to 5.24.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47a471266..8608a8b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27741,9 +27741,9 @@ "dev": true }, "webpack": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.1.tgz", - "integrity": "sha512-eg+6OIt6npUSwbhRQY6XffAixEUSARBf+WAWOxrZwOB4jRbbpMXlridFy/Yt7N0U20Ry1vp/nnDbtN7l1rUdIA==", + "version": "5.24.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.2.tgz", + "integrity": "sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 3830363ea..59e6d5e8f 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "tslint": "5.20.1", "tslint-config-standard": "9.0.0", "typescript": "3.9.9", - "webpack": "^5.24.1", + "webpack": "^5.24.2", "webpack-dev-server": "3.11.2", "webpack-merge": "5.7.3" },