From 3cfb5e9132d505392860fc44eb001e0cca5641ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 15:58:01 +0000 Subject: [PATCH] Bump web-vitals from 3.3.1 to 3.3.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.1 to 3.3.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... 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 6614520..4ee15c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.11.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.1" + "web-vitals": "^3.3.2" } }, "node_modules/@adobe/css-tools": { @@ -16718,9 +16718,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.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index aa848e3..f1f40c5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.11.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.1" + "web-vitals": "^3.3.2" }, "scripts": { "start": "react-scripts start",