Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 50b67bc commit 3aad19c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 19 deletions.
28 changes: 16 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"shelljs": "0.8.5",
"shx": "0.3.4",
"snyk": "^1.1017.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"ts-loader": "^9.3.0",
"ts-node": "10.9.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-apex-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "3.0.3",
"rimraf": "3.0.2",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.2.2",
"vscode-uri": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-apex-replay-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "3.0.3",
"request-light": "^0.7.0",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-sobjects-faux-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mocha-multi-reporters": "^1.1.7",
"prettier": "3.0.3",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest": "^29.7.0",
"prettier": "3.0.3",
"shelljs": "0.8.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"jest": "^29.7.0",
"prettier": "3.0.3",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "3.0.3",
"proxyquire": "2.1.3",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.2.2",
"yeoman-assert": "^3.1.1"
},
Expand Down

0 comments on commit 3aad19c

Please sign in to comment.