diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 39b3de5..4525531 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.1.0" } }, "node_modules/@apollo/client": { @@ -19579,9 +19579,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -37260,9 +37260,9 @@ } }, "web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index 97ed2c7..8485ea2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.1.0" }, "scripts": { "start": "react-scripts start",