From 6b786146376998a65a3ab40f45ac6d904d21d647 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jul 2023 02:41:38 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ca700775..ad669c43 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.16.11", - "@equinor/fusion-cli": "3.0.0-beta.39", + "@equinor/fusion-cli": "3.0.0", "@graphql-codegen/cli": "2.5.0", "@graphql-codegen/typescript": "2.4.3", "@testing-library/react": "^12.1.2",