From 2af7cba08612cd6e123848269a8180f78eea28b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Jan 2023 05:55:05 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GHPAGES-3042993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1c658e..5f15520 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "gh-pages": "^3.2.3", + "gh-pages": "^5.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-ga": "^3.3.0",