diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index ab96c8b5b..09c552b81 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -41,7 +41,7 @@ "react-scripts": "5.0.0", "typescript": "~4.5.4", "uplot": "^1.6.18", - "web-vitals": "^2.1.2" + "web-vitals": "^2.1.3" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", @@ -15149,9 +15149,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", - "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -26754,9 +26754,9 @@ } }, "web-vitals": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", - "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 3356badbf..350d05850 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -37,7 +37,7 @@ "react-scripts": "5.0.0", "typescript": "~4.5.4", "uplot": "^1.6.18", - "web-vitals": "^2.1.2" + "web-vitals": "^2.1.3" }, "scripts": { "start": "react-app-rewired start",