From 5c43c4f1246539fe29c0c00cef5d68a8e9dfb16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:47:42 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.4.0 to 4.0.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.4.0 to 4.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... 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 0a76c52..6a21f7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.72.0", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1", @@ -4914,9 +4914,9 @@ } }, "node_modules/web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "node_modules/which-boxed-primitive": { "version": "1.0.2", @@ -8178,9 +8178,9 @@ } }, "web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "which-boxed-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index c89ebbd..16a0666 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.72.0", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1",