From b7ce4bdf8d97445516ec38c6956a37c733244556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 00:01:29 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 4.0.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...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 | 8 ++++---- packages/apidom-playground/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38df95f090..c61ee1bab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37115,9 +37115,9 @@ "integrity": "sha512-zKGJW9r23y3BcJusbgvnOH2OYAW40MXAOi9bi3Gcc7T4Gms9WWgXF8m6adsJWpGJEhgOzCrfiz1IzKowJWrtYw==" }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "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/webidl-conversions": { "version": "7.0.0", @@ -39028,7 +39028,7 @@ "react-dom": "^18.2.0", "react-redux": "^9.0.4", "swagger-adjust": "^0.7.1", - "web-vitals": "^3.0.2" + "web-vitals": "^4.0.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "=7.21.11", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index 58df7cc24b..246d723045 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -56,7 +56,7 @@ "react-dom": "^18.2.0", "react-redux": "^9.0.4", "swagger-adjust": "^0.7.1", - "web-vitals": "^3.0.2" + "web-vitals": "^4.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.0.0",