From 9b4605458af68773c504701f4a5d8b8f68e28b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:15:25 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v4 --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fcce198..4dbf845 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "vite": "^5.2.11", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2", + "web-vitals": "^4.0.0", "yaml": "^2.4.1" }, "devDependencies": { @@ -21685,9 +21685,10 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "7.0.0", diff --git a/frontend/package.json b/frontend/package.json index f0382c6..604c9b9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "vite": "^5.2.11", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2", + "web-vitals": "^4.0.0", "yaml": "^2.4.1" }, "scripts": {