From 1d5eafbea03f4994f7b7501438a2eaa4a00917d0 Mon Sep 17 00:00:00 2001 From: Stefan Vacareanu Date: Wed, 14 Feb 2024 16:52:43 +0200 Subject: [PATCH] v3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f5e3317df7..0e6d05136d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "tslint": "^5.20.1", "tslint-sonarts": "^1.9.0", "typescript": "^3.8.3", - "webpack": "^4.42.1", + "webpack": "^4.47.0", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.3.12" }, diff --git a/package.json b/package.json index 0df1672ed11..73ffe9904e8 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "tslint": "^5.20.1", "tslint-sonarts": "^1.9.0", "typescript": "^3.8.3", - "webpack": "^4.42.1", + "webpack": "^4.47.0", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^3.3.12" },