diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 39b3de5..18599ac 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.0.1" } }, "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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.1.tgz", + "integrity": "sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog==" }, "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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.1.tgz", + "integrity": "sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index 97ed2c7..5be2cbd 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.0.1" }, "scripts": { "start": "react-scripts start",