diff --git a/package-lock.json b/package-lock.json index 99ade51..bb8d576 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.77.2", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.1.1" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1", @@ -4480,9 +4480,9 @@ } }, "node_modules/web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "node_modules/yallist": { "version": "3.1.1", @@ -7403,9 +7403,9 @@ } }, "web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "yallist": { "version": "3.1.1", diff --git a/package.json b/package.json index b2e03a4..cfc2ed3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.77.2", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.1.1" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1",