From dd22ed24776784203be2f371691dd41458b489fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Aug 2024 07:11:13 +0000 Subject: [PATCH] fix: upgrade web-vitals from 3.4.0 to 3.5.2 Snyk has created this PR to upgrade web-vitals from 3.4.0 to 3.5.2. See this package in npm: web-vitals See this project in Snyk: https://app.snyk.io/org/itsarraj/project/77b4bf17-77aa-4a58-9613-256339d71b3f?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/package-lock.json | 11 ++++++----- ui/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 4a8c7ea..a1d3e5a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@emailjs/browser": "^3.11.0", - "axios": "^1.5.0", + "axios": "^1.7.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", @@ -19,7 +19,7 @@ "react-router-dom": "^6.15.0", "spinners-react": "^1.0.7", "styled-components": "^6.0.7", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.2" }, "devDependencies": { "@types/react": "^18.2.15", @@ -5027,9 +5027,10 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==", + "license": "Apache-2.0" }, "node_modules/which": { "version": "2.0.2", diff --git a/ui/package.json b/ui/package.json index 9797e25..4ee464f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "react-router-dom": "^6.15.0", "spinners-react": "^1.0.7", "styled-components": "^6.0.7", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.2" }, "devDependencies": { "@types/react": "^18.2.15",