diff --git a/client/package-lock.json b/client/package-lock.json index de39670..a7eeebc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.8.1", "sass": "^1.58.3", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.0" }, "devDependencies": { "react-scripts": "5.0.1" @@ -18319,9 +18319,10 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/client/package.json b/client/package.json index 6009853..bd7786d 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "dependencies": { "prismjs": "^1.29.0", "react": "^18.2.0", - "web-vitals": "^2.1.4", + "web-vitals": "^5.0.0", "@ant-design/icons": "^5.0.1", "antd": "^5.2.2", "axios": "^1.3.4",