diff --git a/package-lock.json b/package-lock.json index ae2c9d0..efb9dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "reactstrap": "^9.1.10", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0", - "web-vitals": "^1.1.1", + "web-vitals": "^3.3.2", "yup": "^0.32.9" }, "devDependencies": { @@ -19675,9 +19675,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", - "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" + "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", @@ -37710,9 +37710,9 @@ } }, "web-vitals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", - "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", + "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 550f0fc..9559002 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "reactstrap": "^9.1.10", "spectre.css": "^0.5.9", "use-places-autocomplete": "^4.0.0", - "web-vitals": "^1.1.1", + "web-vitals": "^3.3.2", "yup": "^0.32.9" }, "scripts": {