diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 407c1625..b8f54e7d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "react-scripts": "5.0.1", "svgo": "^3.2.0", "uuidv4": "^6.2.13", - "web-vitals": "^3.5.1" + "web-vitals": "^3.5.2" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.0", @@ -24513,9 +24513,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", - "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "node_modules/webcrypto-core": { "version": "1.7.5", @@ -43194,9 +43194,9 @@ "dev": true }, "web-vitals": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", - "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "webcrypto-core": { "version": "1.7.5", diff --git a/frontend/package.json b/frontend/package.json index 26c98911..0a336e4b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "react-scripts": "5.0.1", "svgo": "^3.2.0", "uuidv4": "^6.2.13", - "web-vitals": "^3.5.1" + "web-vitals": "^3.5.2" }, "scripts": { "start": "BROWSER=none react-scripts start",