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 0362018 commit 1c04475
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 327 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"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",
"@fig/complete-oclif": "^2.0.1",
"@oclif/test": "^3.2.15",
Expand All @@ -104,33 +104,33 @@
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.15.6",
"semantic-release": "^24.1.2",
"oclif": "^4.15.9",
"semantic-release": "^24.1.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.1",
"@commercelayer/sdk": "^6.22.0",
"@commercelayer/sdk": "^6.23.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.5",
"@oclif/plugin-autocomplete": "^3.2.6",
"@oclif/plugin-help": "6.2.14",
"@oclif/plugin-not-found": "^3.2.22",
"@oclif/plugin-plugins": "^5.4.14",
"@oclif/plugin-plugins": "^5.4.15",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"update-notifier-cjs": "^5.1.6"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1c04475

Please sign in to comment.