Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
new yarn.lock
  • Loading branch information
woutervanbakel committed Jun 10, 2024
1 parent b8826d9 commit f428e63
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 109 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.34",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-sonar-reporter": "^2.0.0",
"ncp": "^2.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"release-it": "15.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"tsup": "^7.2.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-sonar-reporter": "^2.0.0",
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.4"
}
}
Loading

0 comments on commit f428e63

Please sign in to comment.