Skip to content

Commit

Permalink
fix: fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Dec 6, 2024
1 parent 4bdaa04 commit 7ca7068
Show file tree
Hide file tree
Showing 2 changed files with 1,678 additions and 1,373 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,34 +55,34 @@
"devDependencies": {
"@commercelayer/cli-dev": "^3.0.6",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.16",
"@oclif/plugin-help": "^6.2.18",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.20",
"@types/cli-progress": "^3.11.6",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.15.9",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
"oclif": "^4.16.0",
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/cli-core": "^5.4.2",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/sdk": "^6.23.0",
"@commercelayer/sdk": "^6.25.2",
"@fast-csv/parse": "^4.3.6",
"@oclif/core": "^3.27.0",
"axios": "^1.7.7",
"axios": "^1.7.9",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"open": "^8.4.2",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7ca7068

Please sign in to comment.