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 528dbca commit 617fa98
Show file tree
Hide file tree
Showing 2 changed files with 1,540 additions and 1,275 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,32 +56,32 @@
"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/inquirer": "^8.2.10",
"@types/lodash.snakecase": "^4.1.9",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"inflector-js": "^1.0.1",
"lodash.snakecase": "^4.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.15.12",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"oclif": "^4.16.0",
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "5.5.4"
},
"dependencies": {
"@commercelayer/cli-core": "beta",
"@commercelayer/sdk": "^6.23.0",
"@commercelayer/sdk": "^6.25.2",
"@oclif/core": "^3.27.0",
"inquirer": "^8.2.6",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 617fa98

Please sign in to comment.