From 8659c2680191adb3dce377a1824f29c6fbf7f6bd Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 23 Oct 2023 04:27:15 -0400 Subject: [PATCH] fix: upgrade web-vitals from 3.4.0 to 3.5.0 (#136) Snyk has created this PR to upgrade web-vitals from 3.4.0 to 3.5.0. See this package in npm: https://www.npmjs.com/package/web-vitals See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/63543855-c8af-438d-9aa9-ce9af390b39e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a319deb..9580a2d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -18761,9 +18761,9 @@ } }, "node_modules/web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index ffba7db..8d45bec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",