diff --git a/package-lock.json b/package-lock.json index d0b0eac..1931c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-select": "^5.8.0", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "devDependencies": { "react-router-dom": "^6.24.0" @@ -19482,9 +19482,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", - "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 2e9c349..edc5336 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-select": "^5.8.0", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "scripts": { "start": "react-scripts start",