diff --git a/package-lock.json b/package-lock.json index 58b87e2..61e54b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.45.1", "swiper": "^7.4.1", - "web-vitals": "^4.0.0" + "web-vitals": "^5.0.0" } }, "node_modules/@adobe/css-tools": { @@ -19039,9 +19039,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index cb2f3e1..d3ef833 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.45.1", "swiper": "^7.4.1", - "web-vitals": "^4.0.0" + "web-vitals": "^5.0.0" }, "scripts": { "start": "react-scripts start",