From fe1d945e97ccb55e1d30ceae08e89989b62cb2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:50:50 +0000 Subject: [PATCH] chore(deps): bump web-vitals Bumps the production-dependencies group in /server with 1 update: [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `web-vitals` from 4.2.2 to 4.2.3 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.2...v4.2.3) --- 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] --- 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 bfecead1..f82c4868 100644 --- a/server/package.json +++ b/server/package.json @@ -19,7 +19,7 @@ "node-fetch": "^3.3.2", "qs": "^6.13.0", "typescript": "^5.5.4", - "web-vitals": "^4.2.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "eslint": "^8.57.0" diff --git a/server/yarn.lock b/server/yarn.lock index 3a3bcb0e..a06c313c 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.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.2.tgz#e883245180b95e175eb75a5ca8903b1a11597d7a" - integrity sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw== +web-vitals@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.3.tgz#270c4baecfbc6ec6fc15da1989e465e5f9b94fb7" + integrity sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q== which@^2.0.1: version "2.0.2"