fix(deps): update dependency web-vitals to v3

This commit is contained in:
renovate[bot] 2022-10-26 18:18:27 +00:00 committed by GitHub
parent f9028840a6
commit 2c8cf5d83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
}
},
"node_modules/@adobe/css-tools": {
@ -16158,9 +16158,9 @@
}
},
"node_modules/web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
"integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz",
"integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA=="
},
"node_modules/webidl-conversions": {
"version": "6.1.0",
@ -28485,9 +28485,9 @@
}
},
"web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
"integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz",
"integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA=="
},
"webidl-conversions": {
"version": "6.1.0",

View File

@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",