diff --git a/package-lock.json b/package-lock.json index 1a01b02..4351b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.1.1" + "web-vitals": "^3.3.1" } }, "node_modules/@adobe/css-tools": { @@ -16675,9 +16675,9 @@ } }, "node_modules/web-vitals": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", - "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", + "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index e3dd845..131fc84 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.1.1" + "web-vitals": "^3.3.1" }, "scripts": { "start": "react-scripts start",