Skip to content

Commit

Permalink
fix: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh committed May 1, 2024
1 parent 4dbf540 commit dd76b19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5,679 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ updates:
interval: weekly
time: "13:00"
open-pull-requests-limit: 10
versioning-strategy: increase
versioning-strategy: increase
ignore:
- dependency-name: "csv-parse"
- dependency-name: "globby"

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"@oclif/config": "^1.18.17",
"@oclif/errors": "^1.3.6",
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^7.3.0",
"@salesforce/core": "^7.3.3",
"@salesforce/dev-config": "^4.1.0",
"@types/bunyan": "^1.8.11",
"alasql": "^0.6.4",
"casual": "^1.6.2",
"class-transformer": "^0.2.3",
"class-transformer": "^0.5.1",
"csv-parse": "^4.12.0",
"csv-writer": "^1.5.0",
"deep.clone": "^2.1.2",
"es6-shim": "^0.35.5",
"fastest-levenshtein": "^1.0.12",
"fastest-levenshtein": "^1.0.16",
"glob": "^7.1.4",
"jsforce": "^1.9.3",
"jsforce": "^1.11.1",
"madge": "^3.8.0",
"promise-parallel-throttle": "^3.3.0",
"promise-parallel-throttle": "^3.4.1",
"reflect-metadata": "^0.1.13",
"soql-parser-js": "^1.2.1",
"tslib": "^1"
Expand All @@ -42,8 +42,8 @@
"globby": "11.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"ts-node": "^8",
"tslint": "^5",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"engines": {
Expand Down
Loading

0 comments on commit dd76b19

Please sign in to comment.