Skip to content

Commit cc8d7f2

Browse files
committed
General dev dependency updates (#1254)
>[!note] >This change is against the `version-8` branch. ## Description Update to latest of the following dev dependencies - TypeScript - ts-jest - Jest - Supertest ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent 8b95166 commit cc8d7f2

File tree

2 files changed

+159
-58
lines changed

2 files changed

+159
-58
lines changed

package-lock.json

Lines changed: 153 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@
5151
"@eslint/js": "^9.21.0",
5252
"@peculiar/webcrypto": "^1.4.5",
5353
"@types/cookie": "^0.6.0",
54-
"@types/jest": "29.5.3",
54+
"@types/jest": "^29.5.14",
5555
"@types/node": "~18",
56-
"@types/pluralize": "0.0.30",
56+
"@types/pluralize": "0.0.33",
5757
"@typescript-eslint/parser": "^8.25.0",
5858
"babel-jest": "^29.7.0",
5959
"eslint": "^9.21.0",
6060
"eslint-plugin-jest": "^28.11.0",
6161
"eslint-plugin-n": "^17.15.1",
62-
"jest": "29.6.2",
62+
"jest": "29.7.0",
6363
"jest-environment-miniflare": "^2.14.2",
6464
"jest-fetch-mock": "^3.0.3",
6565
"nock": "^13.5.5",
6666
"prettier": "^3.5.3",
67-
"supertest": "6.3.3",
68-
"ts-jest": "29.1.3",
69-
"typescript": "5.1.6",
67+
"supertest": "7.1.0",
68+
"ts-jest": "29.3.1",
69+
"typescript": "5.8.2",
7070
"typescript-eslint": "^8.25.0"
7171
},
7272
"exports": {

0 commit comments

Comments
 (0)