From 03946d7927f712030e3f4a6c6e8670c7750ae770 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 8 Apr 2024 18:14:48 +0200 Subject: [PATCH] Update web-vitals to version 3.5.2 --- geneit_app/package-lock.json | 9 ++++----- geneit_app/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/geneit_app/package-lock.json b/geneit_app/package-lock.json index bd4711f..b4f5e1c 100644 --- a/geneit_app/package-lock.json +++ b/geneit_app/package-lock.json @@ -39,7 +39,7 @@ "typescript": "^4.9.5", "vite": "^5.0.8", "vite-tsconfig-paths": "^4.2.2", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.2" } }, "node_modules/@adobe/css-tools": { @@ -4760,10 +4760,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", - "license": "Apache-2.0" + "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/which-boxed-primitive": { "version": "1.0.2", diff --git a/geneit_app/package.json b/geneit_app/package.json index 57d0de1..e3c65a2 100644 --- a/geneit_app/package.json +++ b/geneit_app/package.json @@ -35,7 +35,7 @@ "typescript": "^4.9.5", "vite": "^5.0.8", "vite-tsconfig-paths": "^4.2.2", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.2" }, "scripts": { "start": "vite",