From 3dc7f64ae0df490bdffe95d8ceec83a4b56ebc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 09:24:20 +0000 Subject: [PATCH] Bump web-vitals from 3.3.2 to 3.4.0 in /app 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] --- app/package-lock.json | 14 +++++++------- app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index d79b4602..aa7c1d52 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -27,7 +27,7 @@ "react-router-dom": "^6.14.1", "react-scripts": "^5.0.0", "react-split": "^2.0.14", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "devDependencies": { "eslint": "^8.44.0" @@ -19538,9 +19538,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", @@ -34488,9 +34488,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/app/package.json b/app/package.json index 1e213201..8ce31e82 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.14.1", "react-scripts": "^5.0.0", "react-split": "^2.0.14", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "scripts": { "prebuild": "node src/doc/doc.js && copyfiles -f src/doc/images/*.* public/doc/images",