Skip to content

Commit

Permalink
chore: bump dependency versions (#6712)
Browse files Browse the repository at this point in the history
* chore: bump dependency versions

bump dependency versions

* chore: bump nodemon (#6713)

nump nodemon version
  • Loading branch information
simeng-li authored Oct 23, 2024
1 parent b906db7 commit 3a826c4
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 118 deletions.
2 changes: 1 addition & 1 deletion packages/connectors/connector-postmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@logto/connector-kit": "workspace:^4.0.0",
"@silverhand/essentials": "^2.9.0",
"postmark": "^4.0.2",
"postmark": "^4.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"lint-staged": "^15.0.0",
"nock": "^14.0.0-beta.5",
"node-mocks-http": "^1.12.1",
"nodemon": "^3.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"expect-puppeteer": "^10.0.0",
"jest": "^29.7.0",
"jest-matcher-specific-error": "^1.0.0",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "^10.1.2",
"jose": "^5.6.3",
"ky": "^1.2.3",
"openapi-schema-validator": "^12.1.3",
Expand Down
Loading

0 comments on commit 3a826c4

Please sign in to comment.