From 6eb7b8567ae13fc445f6851c02ff3c38362c2e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:50:38 +0000 Subject: [PATCH] Bump web-vitals from 3.5.1 to 3.5.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.1 to 3.5.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.1...v3.5.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0e2e7c..c3493ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "stellar-sdk": "^10.4.1", "typescript": "^4.9.5", "unist-util-visit": "^4.1.2", - "web-vitals": "^3.5.1" + "web-vitals": "^3.5.2" }, "devDependencies": { "@craco/craco": "^7.1.0", @@ -22711,9 +22711,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", - "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" + "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": "6.1.0", @@ -40376,9 +40376,9 @@ "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==" }, "web-vitals": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", - "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" + "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": "6.1.0", diff --git a/package.json b/package.json index 39df0cd..f479e51 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "stellar-sdk": "^10.4.1", "typescript": "^4.9.5", "unist-util-visit": "^4.1.2", - "web-vitals": "^3.5.1" + "web-vitals": "^3.5.2" }, "scripts": { "set-app-version": "APP_VERSION=$(git rev-parse --short HEAD) npx envsub --syntax handlebars app_version.js.dist src/app_version.js",