From cddc8d0f1565860829e2183d164fee816062d8c0 Mon Sep 17 00:00:00 2001 From: Simon Knittel Date: Thu, 20 Jun 2024 05:34:53 +0200 Subject: [PATCH] fix(deps): update dependency @vercel/speed-insights to v1.0.12 (#823) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vercel/speed-insights](https://togithub.com/vercel/speed-insights) ([source](https://togithub.com/vercel/speed-insights/tree/HEAD/packages/web)) | dependencies | patch | [`1.0.11` -> `1.0.12`](https://renovatebot.com/diffs/npm/@vercel%2fspeed-insights/1.0.11/1.0.12) | --- ### Release Notes
vercel/speed-insights (@​vercel/speed-insights) ### [`v1.0.12`](https://togithub.com/vercel/speed-insights/releases/tag/1.0.12) [Compare Source](https://togithub.com/vercel/speed-insights/compare/1.0.11...1.0.12) #### What's Changed - fix([#​56](https://togithub.com/vercel/speed-insights/issues/56),[#​72](https://togithub.com/vercel/speed-insights/issues/72)): useSearchParams might return null and break script insertion by [@​feugy](https://togithub.com/feugy) in [https://github.com/vercel/speed-insights/pull/73](https://togithub.com/vercel/speed-insights/pull/73) **Full Changelog**: https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index a534b5f3a..daf04cb2f 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -30,7 +30,7 @@ "@uidotdev/usehooks": "2.4.1", "@unleash/nextjs": "1.4.3", "@vercel/analytics": "1.3.1", - "@vercel/speed-insights": "1.0.11", + "@vercel/speed-insights": "1.0.12", "algoliasearch": "4.23.3", "change-case": "5.4.4", "clsx": "2.1.1", @@ -5468,9 +5468,9 @@ "dev": true }, "node_modules/@vercel/speed-insights": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.0.11.tgz", - "integrity": "sha512-l9hzSNmJvb2Yqpgd/BzpiT0J0aQDdtqxOf3Xm+iW4PICxVvhY1ef7Otdx4GXI+88dVkws57qMzXiShz19gXzSQ==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.0.12.tgz", + "integrity": "sha512-ZGQ+a7bcfWJD2VYEp2R1LHvRAMyyaFBYytZXsfnbOMkeOvzGNVxUL7aVUvisIrTZjXTSsxG45DKX7yiw6nq2Jw==", "hasInstallScript": true, "license": "Apache-2.0", "peerDependencies": { diff --git a/app/package.json b/app/package.json index 88740c431..47f7e562a 100644 --- a/app/package.json +++ b/app/package.json @@ -32,7 +32,7 @@ "@uidotdev/usehooks": "2.4.1", "@unleash/nextjs": "1.4.3", "@vercel/analytics": "1.3.1", - "@vercel/speed-insights": "1.0.11", + "@vercel/speed-insights": "1.0.12", "algoliasearch": "4.23.3", "change-case": "5.4.4", "clsx": "2.1.1",