build(deps): bump web-vitals in /app/vmui/packages/vmui (#2045)

Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/GoogleChrome/web-vitals/releases)
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 10:41:45 +03:00 committed by GitHub
parent 2e7b537b68
commit c2dbc642e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"typescript": "~4.5.4", "typescript": "~4.5.4",
"uplot": "^1.6.18", "uplot": "^1.6.18",
"web-vitals": "^2.1.2" "web-vitals": "^2.1.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
@ -15149,9 +15149,9 @@
} }
}, },
"node_modules/web-vitals": { "node_modules/web-vitals": {
"version": "2.1.2", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz",
"integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w=="
}, },
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",
@ -26754,9 +26754,9 @@
} }
}, },
"web-vitals": { "web-vitals": {
"version": "2.1.2", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz",
"integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ==" "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w=="
}, },
"webidl-conversions": { "webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",

View File

@ -37,7 +37,7 @@
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"typescript": "~4.5.4", "typescript": "~4.5.4",
"uplot": "^1.6.18", "uplot": "^1.6.18",
"web-vitals": "^2.1.2" "web-vitals": "^2.1.3"
}, },
"scripts": { "scripts": {
"start": "react-app-rewired start", "start": "react-app-rewired start",