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