diff --git a/package-lock.json b/package-lock.json index 515c0fb..5b69bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.11.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.1" + "web-vitals": "^3.3.2" } }, "node_modules/@adobe/css-tools": { @@ -16718,9 +16718,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", - "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 0d23e6d..e89863b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.11.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.1" + "web-vitals": "^3.3.2" }, "scripts": { "start": "react-scripts start",