From 0d198fe03b96335484f1da4b27d2c44b99433040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:20:12 +0300 Subject: [PATCH] chore(deps): bump web-vitals (#1145) Bumps the production-dependencies group in /server with 1 update: [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `web-vitals` from 4.2.1 to 4.2.2 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package.json | 2 +- server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/package.json b/server/package.json index d10238f1..73ba2f36 100644 --- a/server/package.json +++ b/server/package.json @@ -19,7 +19,7 @@ "node-fetch": "^3.3.2", "qs": "^6.12.3", "typescript": "^5.5.3", - "web-vitals": "^4.2.1" + "web-vitals": "^4.2.2" }, "devDependencies": { "eslint": "^8.57.0" diff --git a/server/yarn.lock b/server/yarn.lock index 622dd9cc..76bde377 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -1505,10 +1505,10 @@ web-streams-polyfill@^3.0.3: resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== -web-vitals@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.1.tgz#67eec387ddd0ef4c25574a01ab9dae723eee2b97" - integrity sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q== +web-vitals@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.2.tgz#e883245180b95e175eb75a5ca8903b1a11597d7a" + integrity sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw== which@^2.0.1: version "2.0.2"