diff --git a/package-lock.json b/package-lock.json index 0a76c52..6a21f7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.72.0", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1", @@ -4914,9 +4914,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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "node_modules/which-boxed-primitive": { "version": "1.0.2", @@ -8178,9 +8178,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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "which-boxed-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index c89ebbd..16a0666 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "remark-gfm": "^4.0.0", "sass": "^1.72.0", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1",