From 0af7ba36a8fa92e5e30931ce0f2644f1dbdd0f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:55:01 +0000 Subject: [PATCH] chore(deps): bump nanoid from 4.0.2 to 5.0.5 in /packages/toast Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.5. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.5) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/toast/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toast/package.json b/packages/toast/package.json index 732a25f6d5b..2f71879a2aa 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -11,7 +11,7 @@ "dependencies": { "@nanostores/react": "^0.7.1", "@standardnotes/icons": "workspace:*", - "nanoid": "^4.0.0", + "nanoid": "^5.0.5", "nanostores": "^0.9.3", "react": "^18.2.0", "react-dom": "^18.2.0"