From f937a227f0211f1ed781637b122e205aa9339da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:52:15 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.4.0 to 4.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.4.0 to 4.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.4.0...v4.1.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 99ade51..be6eeb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.77.2", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1", @@ -4480,9 +4480,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.0.tgz", + "integrity": "sha512-wz5ubPZK7DSKrlQvjsaCqdfa+9AjAYoUzj9GDzUmBTdfyfyl1fOIjfTh46DGKM8MdN+lcbNY8ObXo6TmHqRzVw==" }, "node_modules/yallist": { "version": "3.1.1", @@ -7403,9 +7403,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.0.tgz", + "integrity": "sha512-wz5ubPZK7DSKrlQvjsaCqdfa+9AjAYoUzj9GDzUmBTdfyfyl1fOIjfTh46DGKM8MdN+lcbNY8ObXo6TmHqRzVw==" }, "yallist": { "version": "3.1.1", diff --git a/package.json b/package.json index b2e03a4..2f13bba 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.77.2", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1",