Skip to content

Commit

Permalink
chore: update luxon dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Sep 23, 2023
1 parent 34c9c60 commit 067b857
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"dynamoose": "^3.2.1",
"fast-redact": "^3.3.0",
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"luxon": "^3.4.3",
"mongodb": "^6.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@opentelemetry/sdk-node": "0.43.0",
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"luxon": "^3.4.2",
"luxon": "^3.4.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
Expand All @@ -66,7 +66,7 @@
"@opentelemetry/sdk-node": "0.43.0",
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"luxon": "^3.4.2"
"luxon": "^3.4.3"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@nestjs/core": "^10.2.6",
"@nestjs/platform-express": "^10.2.6",
"fast-redact": "^3.3.0",
"luxon": "^3.4.2",
"luxon": "^3.4.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5"
},
"dependencies": {
"fast-redact": "^3.3.0",
"luxon": "^3.4.2"
"luxon": "^3.4.3"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.3.2",
Expand Down

0 comments on commit 067b857

Please sign in to comment.