diff --git a/package-lock.json b/package-lock.json index ee5a16e..dc46ed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.14.1", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" } }, "node_modules/@adobe/css-tools": { @@ -21867,9 +21867,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 817e1d7..9f33241 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.14.1", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "scripts": { "start": "react-scripts start",