diff --git a/docs/gremlint/package-lock.json b/docs/gremlint/package-lock.json index edc0fa12969..8408aede01b 100644 --- a/docs/gremlint/package-lock.json +++ b/docs/gremlint/package-lock.json @@ -18,7 +18,7 @@ "sharp-router": "^4.1.5", "styled-components": "^6.1.14", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", @@ -17550,9 +17550,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", + "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/docs/gremlint/package.json b/docs/gremlint/package.json index 8758c21ce3e..5f9a85556f5 100644 --- a/docs/gremlint/package.json +++ b/docs/gremlint/package.json @@ -13,7 +13,7 @@ "sharp-router": "^4.1.5", "styled-components": "^6.1.14", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" }, "scripts": { "predeploy": "npm run build",