From 5f8d3999a381d892cfd821b8e4d18935a2d8f0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:13:25 +0000 Subject: [PATCH] Bump web-vitals from 3.3.2 to 3.4.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.2 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.4.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index be14720..0ab1245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "reactstrap": "^9.2.0", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0", - "web-vitals": "^3.3.2", + "web-vitals": "^3.4.0", "yup": "^1.2.0" }, "devDependencies": { @@ -19712,9 +19712,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -34919,9 +34919,9 @@ } }, "web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 854b9ea..87d7758 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "reactstrap": "^9.2.0", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0", - "web-vitals": "^3.3.2", + "web-vitals": "^3.4.0", "yup": "^1.2.0" }, "scripts": {