Commit cf8be7ad authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitrii Safronov
Browse files

build(deps): Bump web-vitals from 5.0.3 to 5.1.0

Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.0.3 to 5.1.0.
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.0.3...v5.1.0

)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 93031090
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
        "react": "^19.1.1",
        "react-dom": "^19.1.0",
        "react-scripts": "^5.0.1",
        "web-vitals": "^5.0.3"
        "web-vitals": "^5.1.0"
      }
    },
    "node_modules/@adobe/css-tools": {
@@ -15598,10 +15598,9 @@
      }
    },
    "node_modules/web-vitals": {
      "version": "5.0.3",
      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz",
      "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==",
      "license": "Apache-2.0"
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz",
      "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg=="
    },
    "node_modules/webidl-conversions": {
      "version": "6.1.0",
@@ -27490,9 +27489,9 @@
      }
    },
    "web-vitals": {
      "version": "5.0.3",
      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz",
      "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg=="
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz",
      "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg=="
    },
    "webidl-conversions": {
      "version": "6.1.0",
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    "react": "^19.1.1",
    "react-dom": "^19.1.0",
    "react-scripts": "^5.0.1",
    "web-vitals": "^5.0.3"
    "web-vitals": "^5.1.0"
  },
  "scripts": {
    "start": "react-scripts start",