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>
This commit is contained in:
dependabot[bot] 2022-01-24 11:08:16 +11:00 committed by GitHub
parent c31972de02
commit 1f0f96e66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

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

View File

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