Skip to content

Commit

Permalink
fix(deps): update dependency nanoid to v3.3.8 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent a4f4737 commit 0f46d2b
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lambdas/instant-sync-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"knex-serverless-mysql": "1.1.0",
"lodash": "4.17.21",
"mysql2": "3.11.3",
"nanoid": "3.3.7",
"nanoid": "3.3.8",
"serverless-mysql": "1.5.5",
"tslib": "2.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lambdas/user-list-search-indexing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@sentry/aws-serverless": "8.41.0",
"nanoid": "3.3.7",
"nanoid": "3.3.8",
"tslib": "2.8.0"
},
"devDependencies": {
Expand Down
84 changes: 42 additions & 42 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 servers/account-data-deleter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"knex": "3.1.0",
"lodash": "4.17.21",
"mysql2": "3.11.3",
"nanoid": "3.3.7",
"nanoid": "3.3.8",
"stripe": "16.9.0",
"tslib": "2.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion servers/annotations-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"luxon": "3.5.0",
"md5": "2.3.0",
"mysql2": "3.11.3",
"nanoid": "3.3.7",
"nanoid": "3.3.8",
"tslib": "2.8.0",
"uuid": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion servers/user-list-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"knex": "3.1.0",
"lodash": "4.17.21",
"mysql2": "3.11.3",
"nanoid": "3.3.7",
"nanoid": "3.3.8",
"striptags": "^3.1.1",
"tslib": "2.8.0",
"unleash-client": "6.1.2"
Expand Down

0 comments on commit 0f46d2b

Please sign in to comment.