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",