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 89c77b1 commit 74eef22
Show file tree
Hide file tree
Showing 2 changed files with 1,334 additions and 1,289 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,32 @@
},
"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.10",
"@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.19",
"@types/chai": "^4.3.20",
"@types/inquirer": "^8.2.10",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.26",
"semantic-release": "^24.1.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"oclif": "^4.15.9",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/cli-ux": "^1.0.5",
"@commercelayer/sdk": "^6.14.1",
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/sdk": "^6.23.0",
"@oclif/core": "^3.27.0",
"inquirer": "^8.2.6",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 74eef22

Please sign in to comment.