Skip to content

Commit af62f36

Browse files
chore(deps): bump nanoid from 5.0.8 to 5.0.9 (#776)
Bumps [nanoid](https://github.com/ai/nanoid) from 5.0.8 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@5.0.8...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15a38ef commit af62f36

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

apps/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"is-promise": "^4.0.0",
4343
"jsx-dom-cjs": "^8.1.5",
4444
"lodash": "^4.17.21",
45-
"nanoid": "^5.0.8",
45+
"nanoid": "^5.0.9",
4646
"react": "^18.3.1",
4747
"react-arborist": "^3.4.0",
4848
"react-dom": "^18.3.1",

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -5566,7 +5566,7 @@ __metadata:
55665566
is-promise: "npm:^4.0.0"
55675567
jsx-dom-cjs: "npm:^8.1.5"
55685568
lodash: "npm:^4.17.21"
5569-
nanoid: "npm:^5.0.8"
5569+
nanoid: "npm:^5.0.9"
55705570
react: "npm:^18.3.1"
55715571
react-arborist: "npm:^3.4.0"
55725572
react-dom: "npm:^18.3.1"
@@ -16900,6 +16900,15 @@ __metadata:
1690016900
languageName: node
1690116901
linkType: hard
1690216902

16903+
"nanoid@npm:^5.0.9":
16904+
version: 5.0.9
16905+
resolution: "nanoid@npm:5.0.9"
16906+
bin:
16907+
nanoid: bin/nanoid.js
16908+
checksum: 10/8a3f9104f81095e3e4785f58caae47a05755599824b8611b9730cbf73db706b664f100e6189f8303f08764f144d499613d8e4a39e83125c53f4b4986d6576621
16909+
languageName: node
16910+
linkType: hard
16911+
1690316912
"natural-compare-lite@npm:^1.4.0":
1690416913
version: 1.4.0
1690516914
resolution: "natural-compare-lite@npm:1.4.0"

0 commit comments

Comments
 (0)