diff --git a/package-lock.json b/package-lock.json index 06a7a9394..c5fda61b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "terraso-client-shared": "github:techmatters/terraso-client-shared#8cd860e", "use-debounce": "^10.0.3", "uuid": "^11.0.3", - "web-vitals": "^4.2.3", + "web-vitals": "^4.2.4", "world-countries": "4.0.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.10/xlsx-0.18.10.tgz", "yup": "^1.4.0" @@ -31139,9 +31139,10 @@ } }, "node_modules/web-vitals": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", - "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 71028f396..9ebcb7b48 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "terraso-client-shared": "github:techmatters/terraso-client-shared#8cd860e", "use-debounce": "^10.0.3", "uuid": "^11.0.3", - "web-vitals": "^4.2.3", + "web-vitals": "^4.2.4", "world-countries": "4.0.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.10/xlsx-0.18.10.tgz", "yup": "^1.4.0"