diff --git a/package-lock.json b/package-lock.json index bb19e4b..60760ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" }, "devDependencies": { "autoprefixer": "^10.4.16", @@ -21250,9 +21250,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": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index db468e9..1d580ce 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",