From aac8cfb932eb6778862cb551af356ba16291f598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:28:56 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.5.2 in /storybook (#469) --- storybook/package-lock.json | 14 +++++++------- storybook/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/storybook/package-lock.json b/storybook/package-lock.json index 06ed15b8..d637c0d5 100644 --- a/storybook/package-lock.json +++ b/storybook/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "2.1.4" + "web-vitals": "3.5.2" }, "devDependencies": { "@saucelabs/visual-storybook": "0.3.377", @@ -29109,9 +29109,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==" + "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": "3.0.1", @@ -51208,9 +51208,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "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": "3.0.1", diff --git a/storybook/package.json b/storybook/package.json index de893b7f..5cee0110 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "2.1.4" + "web-vitals": "3.5.2" }, "scripts": { "start": "react-scripts start",