diff --git a/package-lock.json b/package-lock.json index 99ade51..4f7028e 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.2.0" }, "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.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "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.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "yallist": { "version": "3.1.1", diff --git a/package.json b/package.json index b2e03a4..0e436aa 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.2.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1",