From b7ca4fc39481c2fcb8cc672d361e52375b695d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:47:23 -0700 Subject: [PATCH] chore: bump nanoid from 3.3.7 to 3.3.8 (#4974) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [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/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> (cherry picked from commit bc32a189d2a7dcd9d511ee0bfda10dc309944fe2) --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b1c670e26..356caa4672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,9 +46,9 @@ "@playwright/test": "^1.49.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/exec": "^6.0.3", - "@semantic-release/git": "latest", - "@semantic-release/github": "latest", - "@semantic-release/npm": "latest", + "@semantic-release/git": "*", + "@semantic-release/github": "*", + "@semantic-release/npm": "*", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@tsconfig/docusaurus": "^2.0.3", @@ -37046,14 +37046,15 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.7", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" },