From ed5a18b90651ad2c3c2750dde65c7ef5c6a3b2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:06:43 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.3.2 to 3.4.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.2 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.4.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 984c5a3..e298f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "uuid": "^9.0.0", "wavesurfer-react": "^2.2.2", "wavesurfer.js": "^6.6.4", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "devDependencies": { "@octokit/rest": "^19.0.13", @@ -27767,9 +27767,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "4.0.2", @@ -49382,9 +49382,9 @@ } }, "web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "webidl-conversions": { "version": "4.0.2", diff --git a/package.json b/package.json index 0a0f162..ac12e0c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "uuid": "^9.0.0", "wavesurfer-react": "^2.2.2", "wavesurfer.js": "^6.6.4", - "web-vitals": "^3.3.2" + "web-vitals": "^3.4.0" }, "scripts": { "compile-grammar": "npx nearleyc src/parseq-lang/parseq-lang.ne -o src/parseq-lang/parseq-lang.js",