From 7d1ec4f4e6a3e029a4161045cd4086f628b4e935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:25:43 +0000 Subject: [PATCH] build(deps): bump @vercel/speed-insights in /playground Bumps [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/vercel/speed-insights/releases) - [Commits](https://github.com/vercel/speed-insights/commits/v2.0.0/packages/web) --- updated-dependencies: - dependency-name: "@vercel/speed-insights" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- playground/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playground/package.json b/playground/package.json index e3b68fbe6..11037b3c8 100644 --- a/playground/package.json +++ b/playground/package.json @@ -13,7 +13,7 @@ "@monaco-editor/react": "4.7.0", "@vercel/analytics": "^1.3.1", "@vercel/blob": "^2.0.0", - "@vercel/speed-insights": "^1.0.12", + "@vercel/speed-insights": "^2.0.0", "allotment": "^1.19.3", "antd": "^6.0.0", "axios": "^1.15.0", diff --git a/playground/yarn.lock b/playground/yarn.lock index 2f77376b9..cc1df2082 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -1121,10 +1121,10 @@ throttleit "^2.1.0" undici "^6.23.0" -"@vercel/speed-insights@^1.0.12": - version "1.3.1" - resolved "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.3.1.tgz#df8baeba65a1aaaf11adbd09d3fe7edc6b2a493a" - integrity sha512-PbEr7FrMkUrGYvlcLHGkXdCkxnylCWePx7lPxxq36DNdfo9mcUjLOmqOyPDHAOgnfqgGGdmE3XI9L/4+5fr+vQ== +"@vercel/speed-insights@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@vercel/speed-insights/-/speed-insights-2.0.0.tgz#76e7ce61ce5db6f006a4991b0f60bd12d7c61b7c" + integrity sha512-jwkNcrTeafWxjmWq4AHBaptSqZiJkYU5adLC9QBSqeim0GcqDMgN5Ievh8OG1rJ6W3A4l1oiP7qr9CWxGuzu3w== "@vitejs/plugin-react@^5.1.0": version "5.2.0"