From 65a58ab89ef9045427fc513fd38fcd846ae8bb26 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 14 Aug 2023 00:08:31 +0000 Subject: [PATCH] chore(deps): update dependency favicons-webpack-plugin to v6.0.1 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fde11c..b5ec722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "copy-webpack-plugin": "11.0.0", - "favicons-webpack-plugin": "6.0.0", + "favicons-webpack-plugin": "6.0.1", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", "prettier": "3.0.1", @@ -1778,9 +1778,9 @@ } }, "node_modules/favicons-webpack-plugin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/favicons-webpack-plugin/-/favicons-webpack-plugin-6.0.0.tgz", - "integrity": "sha512-wryICW2NjR9BORYjP1PN3CDbjVzXDxcemLMWQBdLJGhZlj0sYF7NNq+ddQtO/YJvBurYQ3YR1df5uXZRmcF9hw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/favicons-webpack-plugin/-/favicons-webpack-plugin-6.0.1.tgz", + "integrity": "sha512-Gl0Co4zIZq74EKXdpfe8FaoJqbuf0undV4UgpsL34vqICRAYUDwQdp3D+z+uxEOV0i9o+vHDn7Q6jaSxRiDJUA==", "dev": true, "dependencies": { "find-root": "^1.1.0", @@ -1788,7 +1788,7 @@ "parse5": "^7.1.1" }, "engines": { - "node": ">=14" + "node": ">=16" }, "optionalDependencies": { "html-webpack-plugin": "^5.5.0" diff --git a/package.json b/package.json index c8664df..57264d9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "MIT", "devDependencies": { "copy-webpack-plugin": "11.0.0", - "favicons-webpack-plugin": "6.0.0", + "favicons-webpack-plugin": "6.0.1", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", "prettier": "3.0.1",