From d2fbdf14bbe12e7c92147d8828dc155f49e6344a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:30:34 +0000 Subject: [PATCH] Dependency Update: Bump web-vitals from 3.3.1 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.1 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a01fa..75f1990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-filepond": "^7.1.1", "react-helmet-async": "^1.3.0", "react-router-dom": "^6.11.2", - "web-vitals": "^3.3.1" + "web-vitals": "^3.5.0" }, "devDependencies": { "@blacklab/react-image-magnify": "^4.1.1", @@ -18207,9 +18207,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", - "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 0f2bd25..71295e2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-filepond": "^7.1.1", "react-helmet-async": "^1.3.0", "react-router-dom": "^6.11.2", - "web-vitals": "^3.3.1" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",