Skip to content

Commit

Permalink
fix: update modules for security
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Dec 3, 2024
1 parent 03179f4 commit 9a8e4b8
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 187 deletions.
14 changes: 7 additions & 7 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"author": "[email protected]",
"license": "ELv2",
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/jest": "^29.5.12",
"@changesets/cli": "^2.27.10",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"ts-jest": "^29.2.2",
"typescript": "^5.5.4"
"prettier": "^3.4.1",
"rimraf": "^5.0.10",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=10",
Expand Down
Loading

0 comments on commit 9a8e4b8

Please sign in to comment.