diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 99b0972d4..89a43476a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "typography": "0.16.24", "vite": "^5.0.2", "vite-tsconfig-paths": "^4.2.1", - "web-vitals": "3.5.0" + "web-vitals": "3.5.1" }, "devDependencies": { "@graphql-codegen/cli": "5.0.0", @@ -12872,9 +12872,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", - "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", + "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" }, "node_modules/webcrypto-core": { "version": "1.7.7", diff --git a/frontend/package.json b/frontend/package.json index 0182815c4..ed63cbc2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "typography": "0.16.24", "vite": "^5.0.2", "vite-tsconfig-paths": "^4.2.1", - "web-vitals": "3.5.0" + "web-vitals": "3.5.1" }, "scripts": { "start": "vite",