From e417d2fc9905de847e56e7e7e94083e1c89269ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 22:01:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6437d7384ac..6171110704ab 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "object-hash": "^2.1.1", "postcss": "^8.3.0", "prettier": "^2.3.0", - "replace": "^1.2.1", + "replace": "^1.2.2", "resolve-url-loader": "^4.0.0", "rimraf": "^3.0.2", "robots-parser": "^2.3.0",