build(deps): bump nanoid from 5.0.2 to 5.0.9

Bumps [nanoid](https://github.com/ai/nanoid) from 5.0.2 to 5.0.9.
- [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/5.0.2...5.0.9)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-09 23:21:46 +00:00
committed by GitHub
parent 2eba1475c5
commit 99db483e59
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"fast-equals": "5.0.1", "fast-equals": "5.0.1",
"idb": "7.1.1", "idb": "7.1.1",
"mingo": "6.4.6", "mingo": "6.4.6",
"nanoid": "5.0.2", "nanoid": "5.0.9",
"rfdc": "1.3.0", "rfdc": "1.3.0",
"rxjs": "7.8.1" "rxjs": "7.8.1"
}, },
@@ -5661,9 +5661,9 @@
"dev": true "dev": true
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "5.0.2", "version": "5.0.9",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.2.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz",
"integrity": "sha512-2ustYUX1R2rL/Br5B/FMhi8d5/QzvkJ912rBYxskcpu0myTHzSZfTr1LAS2Sm7jxRUObRrSBFoyzwAhL49aVSg==", "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@@ -29,7 +29,7 @@
"fast-equals": "5.0.1", "fast-equals": "5.0.1",
"idb": "7.1.1", "idb": "7.1.1",
"mingo": "6.4.6", "mingo": "6.4.6",
"nanoid": "5.0.2", "nanoid": "5.0.9",
"rfdc": "1.3.0", "rfdc": "1.3.0",
"rxjs": "7.8.1" "rxjs": "7.8.1"
}, },