Skip to content

Commit 72f8af5

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent c859a34 commit 72f8af5

File tree

2 files changed

+584
-10
lines changed

2 files changed

+584
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"author": "@ClayChipps",
66
"bugs": "https://github.com/ClayChipps/sf-chipps-data/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.19.2",
8+
"@oclif/core": "^4.0.0",
99
"@salesforce/core": "^6.5.3",
1010
"@salesforce/kit": "^3.0.15",
11-
"@salesforce/sf-plugins-core": "^5.0.13",
11+
"@salesforce/sf-plugins-core": "^10.0.0",
1212
"csv-parse": "^5.5.3",
1313
"csv-writer": "^1.6.0",
1414
"form-data": "^4.0.0",

0 commit comments

Comments
 (0)