From f8d8eec9472b0057ab34ca520a904f04607c8fb3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 19 Sep 2022 00:05:04 +0000 Subject: [PATCH] chore(deps): pin dependency webpack-favicons to 1.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6f7a7c..461e949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "shx": "0.3.4", "webpack": "5.74.0", "webpack-cli": "4.10.0", - "webpack-favicons": "^1.3.8" + "webpack-favicons": "1.3.8" } }, "node_modules/@babel/runtime": { @@ -7578,7 +7578,7 @@ "peer": true, "requires": { "clone": "^2.1.2", - "colors": "^1.4.0", + "colors": "1.4.0", "image-size": "^0.8.3", "jimp": "^0.16.1", "jsontoxml": "^1.0.1", diff --git a/package.json b/package.json index 5c9e4c0..c9b229f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "shx": "0.3.4", "webpack": "5.74.0", "webpack-cli": "4.10.0", - "webpack-favicons": "^1.3.8" + "webpack-favicons": "1.3.8" }, "overrides": { "colors": "1.4.0"