diff --git a/package-lock.json b/package-lock.json index 94d8fc4..36a9c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "seed-random": "~2.2.0", "simplex-noise": "~3.0.1", "smoothstep": "~1.0.1", - "web-vitals": "~2.1.3" + "web-vitals": "~2.1.4" }, "devDependencies": { "@babel/core": "~7.16.10", @@ -21396,9 +21396,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", - "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -37874,9 +37874,9 @@ } }, "web-vitals": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", - "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 677df02..c6ee701 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "seed-random": "~2.2.0", "simplex-noise": "~3.0.1", "smoothstep": "~1.0.1", - "web-vitals": "~2.1.3" + "web-vitals": "~2.1.4" }, "devDependencies": { "@babel/core": "~7.16.10",