diff --git a/package-lock.json b/package-lock.json index 67782ff01..ef7bcb6c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.23.0", "react-scripts": "^5.0.1", "react-table": "^7.8.0", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -19377,9 +19377,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", @@ -34260,9 +34260,9 @@ } }, "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index b8c9620a7..06af2b230 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-router-dom": "^6.23.0", "react-scripts": "^5.0.1", "react-table": "^7.8.0", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.1" }, "scripts": { "start": "react-scripts start",