Skip to content

Commit 2dbc03c

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 0177f5f commit 2dbc03c

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
@@ -50,22 +50,22 @@
5050
"@eslint/js": "^9.21.0",
5151
"@peculiar/webcrypto": "^1.4.5",
5252
"@types/cookie": "^0.6.0",
53-
"@types/jest": "29.5.3",
53+
"@types/jest": "^29.5.14",
5454
"@types/node": "~18",
55-
"@types/pluralize": "0.0.30",
55+
"@types/pluralize": "0.0.33",
5656
"@typescript-eslint/parser": "^8.25.0",
5757
"babel-jest": "^29.7.0",
5858
"eslint": "^9.21.0",
5959
"eslint-plugin-jest": "^28.11.0",
6060
"eslint-plugin-n": "^17.15.1",
61-
"jest": "29.6.2",
61+
"jest": "29.7.0",
6262
"jest-environment-miniflare": "^2.14.2",
6363
"jest-fetch-mock": "^3.0.3",
6464
"nock": "^13.5.5",
6565
"prettier": "^3.5.3",
66-
"supertest": "6.3.3",
67-
"ts-jest": "29.1.3",
68-
"typescript": "5.1.6",
66+
"supertest": "7.1.0",
67+
"ts-jest": "29.3.1",
68+
"typescript": "5.8.2",
6969
"typescript-eslint": "^8.25.0"
7070
},
7171
"exports": {

0 commit comments

Comments
 (0)