Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit e004518

Browse files
author
Mohith Shrivastava
authored
Merge pull request #6 from msrivastav13/security-patch
Security patch
2 parents f9630cd + 0dc1c91 commit e004518

File tree

2 files changed

+844
-550
lines changed

2 files changed

+844
-550
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "mo-dx-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "Mohith Shrivastava",
55
"bugs": "https://github.com/ForceProjects/mo-dx-plugin/issues",
66
"dependencies": {
7-
"@oclif/command": "1",
8-
"@oclif/config": "1",
9-
"@oclif/errors": "1",
10-
"@salesforce/command": "^1.1.0",
7+
"@oclif/command": "^1",
8+
"@oclif/config": "^1",
9+
"@oclif/errors": "^1",
10+
"@salesforce/command": "^1.4.1",
1111
"@salesforce/ts-types": "^1.0.1",
12-
"tslib": "1",
13-
"adm-zip": "^0.4.11",
14-
"fs-extra": "^7.0.0",
15-
"lodash": "^4.17.10",
16-
"chalk": "^2.4.1"
12+
"tslib": "^1",
13+
"adm-zip": "^0.4.13",
14+
"fs-extra": "^8.1.0",
15+
"lodash": "^4.17.13",
16+
"chalk": "^2.4.1",
17+
"@salesforce/core": "^1.3.2"
1718
},
1819
"devDependencies": {
1920
"@types/adm-zip": "^0.4.31",
@@ -22,17 +23,17 @@
2223
"@oclif/test": "^1",
2324
"@salesforce/dev-config": "1.1.4",
2425
"@types/chai": "^4",
25-
"@types/jsforce": "1.8.13",
26+
"@types/jsforce": "1.9.8",
2627
"@types/mocha": "^5",
2728
"@types/node": "^10",
28-
"@types/lodash": "^4.14.116",
29+
"@types/lodash": "^4.14.13",
2930
"chai": "^4",
3031
"globby": "8",
3132
"mocha": "^5",
3233
"nyc": "^12",
3334
"sinon": "5",
3435
"ts-node": "^7",
35-
"typescript": "^3.0",
36+
"typescript": "~3.3",
3637
"@types/fs-extra": "^5.0.3"
3738
},
3839
"engines": {

0 commit comments

Comments
 (0)