From 31ef33f2d07ad830e87ad32924c1ad7caa6bcd30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Apr 2024 21:02:52 +0000 Subject: [PATCH] fix: upgrade web-vitals from 3.1.0 to 3.5.2 Snyk has created this PR to upgrade web-vitals from 3.1.0 to 3.5.2. See this package in npm: https://www.npmjs.com/package/web-vitals See this project in Snyk: https://app.snyk.io/org/andrezyn/project/16b51356-29b9-4098-bdf8-4300fbe83a16?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e8a2ee..a6b049f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^14.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "web-vitals": "^3.1.0" + "web-vitals": "^3.5.2" }, "devDependencies": { "@vitejs/plugin-react": "^4.1.1", @@ -3608,9 +3608,9 @@ } }, "node_modules/web-vitals": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", - "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "node_modules/webidl-conversions": { "version": "7.0.0", @@ -6282,9 +6282,9 @@ } }, "web-vitals": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", - "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "webidl-conversions": { "version": "7.0.0", diff --git a/package.json b/package.json index 4038a62..83d9de5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^14.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "web-vitals": "^3.1.0" + "web-vitals": "^3.5.2" }, "overrides": { "@svgr/webpack": "^8.0.1",