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 Oct 21, 2024
1 parent 8e57286 commit b3252d5
Show file tree
Hide file tree
Showing 2 changed files with 1,462 additions and 1,419 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,33 @@
},
"types": "lib/index.d.ts",
"devDependencies": {
"@commercelayer/cli-dev": "^3.0.5",
"@commercelayer/cli-dev": "^3.0.6",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.8",
"@oclif/plugin-help": "^6.2.16",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.20",
"@types/lodash.isempty": "^4.4.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.15",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.13",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.19",
"semantic-release": "^24.0.0",
"tsx": "^4.17.0",
"oclif": "^4.15.9",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"typescript": "5.5.2"
},
"dependencies": {
"@commercelayer/cli-core": "^5.1.1",
"@commercelayer/sdk": "^6.11.0",
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/sdk": "^6.23.0",
"@oclif/core": "^3.27.0",
"cli-table3": "^0.6.5",
"lodash.isempty": "^4.4.0",
"open": "^8.4.2",
"tslib": "^2.6.3"
"tslib": "^2.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b3252d5

Please sign in to comment.