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