From 984e9583687e91e962904dbe1104e99aab90e941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:27:34 +0000 Subject: [PATCH] build(deps-dev): bump webpack from 5.26.0 to 5.27.1 in /frontend Bumps [webpack](https://github.com/webpack/webpack) from 5.26.0 to 5.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.26.0...v5.27.1) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5e592a9a0..b28ea8f3e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12701,9 +12701,9 @@ } }, "webpack": { - "version": "5.26.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.0.tgz", - "integrity": "sha512-9kQATUOGQBkqzNKFmFON4KXZDsXnE7xk58tBxca8aCi+6/QhAbmWIvtGqBL66XIsBFpomFH0/0KyCaySo0ta2g==", + "version": "5.27.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.1.tgz", + "integrity": "sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/frontend/package.json b/frontend/package.json index 81085d966..158d1e6e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "sass-loader": "^11.0.1", "standard": "^16.0.1", "terser-webpack-plugin": "^5.1.1", - "webpack": "^5.26.0", + "webpack": "^5.27.1", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3"