Skip to content

Commit

Permalink
Bump nanoid in the npm_and_yarn group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update in the / directory: [nanoid](https://github.com/ai/nanoid).


Updates `nanoid` from 3.3.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@3.3.8...5.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent dbcf2ed commit b0fa04a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 30 deletions.
2 changes: 1 addition & 1 deletion custom-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x",
"nanoid": "5.x",
"triple-beam": "^1.3.0",
"winston": "^3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
2 changes: 1 addition & 1 deletion grpc-calls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@temporalio/common": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
2 changes: 1 addition & 1 deletion message-passing/execute-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
2 changes: 1 addition & 1 deletion message-passing/introduction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"async-mutex": "^0.5.0",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
2 changes: 1 addition & 1 deletion message-passing/safe-message-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"async-mutex": "^0.5.0",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
2 changes: 1 addition & 1 deletion mutex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@temporalio/testing": "^1.11.5",
Expand Down
47 changes: 27 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion worker-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"nanoid": "3.x"
"nanoid": "5.x"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down

0 comments on commit b0fa04a

Please sign in to comment.