From 1f0f96e66f96f13def50b572a6772f52b26352cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:08:16 +1100 Subject: [PATCH] Bump web-vitals from 2.1.3 to 2.1.4 in /examples/store-reactjs-chat (#426) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/store-reactjs-chat/package-lock.json | 14 +++++++------- examples/store-reactjs-chat/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/store-reactjs-chat/package-lock.json b/examples/store-reactjs-chat/package-lock.json index 4e4ad13e74..ff688cae7f 100644 --- a/examples/store-reactjs-chat/package-lock.json +++ b/examples/store-reactjs-chat/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.0", "stream-browserify": "^3.0.0", - "web-vitals": "^2.1.3" + "web-vitals": "^2.1.4" }, "devDependencies": { "cra-webpack-rewired": "^1.0.1" @@ -18006,9 +18006,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", @@ -32241,9 +32241,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/examples/store-reactjs-chat/package.json b/examples/store-reactjs-chat/package.json index 543d715320..ebed6fef5a 100644 --- a/examples/store-reactjs-chat/package.json +++ b/examples/store-reactjs-chat/package.json @@ -15,7 +15,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.0", "stream-browserify": "^3.0.0", - "web-vitals": "^2.1.3" + "web-vitals": "^2.1.4" }, "scripts": { "start": "cra-webpack-rewired start",