Skip to content

Commit a9e7508

Browse files
committed
fix: Some oupdated dependencies updates
1 parent b65a434 commit a9e7508

File tree

4 files changed

+1329
-1363
lines changed

4 files changed

+1329
-1363
lines changed

messages/resources.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"newLine": "",
3-
"separator": "=============",
42
"source": "SOURCE",
53
"target": "TARGET",
64
"step1": "STAGE 1",

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
"bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues",
99
"dependencies": {
1010
"@babel/traverse": "^7.24.1",
11-
"@oclif/command": "^1.8.36",
12-
"@oclif/config": "^1.18.17",
13-
"@oclif/errors": "^1.3.6",
11+
"@oclif/core": "^4.0.22",
1412
"@salesforce/command": "^5.3.9",
15-
"@salesforce/core": "^7.3.3",
13+
"@salesforce/core": "^8.5.7",
1614
"@salesforce/dev-config": "^4.1.0",
1715
"@types/bunyan": "^1.8.11",
18-
"alasql": "^0.6.4",
16+
"alasql": "^4.5.2",
1917
"casual": "^1.6.2",
2018
"class-transformer": "^0.5.1",
2119
"csv-parse": "^4.12.0",
@@ -29,22 +27,22 @@
2927
"promise-parallel-throttle": "^3.4.1",
3028
"reflect-metadata": "^0.1.13",
3129
"soql-parser-js": "^1.2.1",
32-
"tslib": "^2.6.2"
30+
"tslib": "^2.7.0"
3331
},
3432
"devDependencies": {
3533
"@oclif/dev-cli": "^1.26.10",
3634
"@oclif/plugin-help": "^6.0.21",
3735
"@oclif/test": "^3.2.10",
3836
"@types/chai": "^4.3.14",
3937
"@types/mocha": "^10.0.6",
40-
"@types/node": "^20.12.7",
38+
"@types/node": "^22.5.5",
4139
"chai": "^5.1.0",
4240
"globby": "11.0.0",
4341
"mocha": "^10.4.0",
4442
"nyc": "^15.1.0",
4543
"ts-node": "^10.9.2",
4644
"tslint": "^6.1.3",
47-
"typescript": "^4.4.3"
45+
"typescript": "^5.6.2"
4846
},
4947
"engines": {
5048
"node": ">=8.0.0"

src/modules/components/common_components/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { CONSTANTS } from './statics';
2020
// ----------------------//
2121
export enum RESOURCES {
2222

23-
newLine = "newLine",
24-
separator = "separator",
23+
newLine = "",
24+
separator = "===========",
2525
source = "Source",
2626
target = "Target",
2727
step1 = "step1",

0 commit comments

Comments
 (0)