Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @oclif/core from 1.26.2 to 4.0.18.
    See this package in npm: https://www.npmjs.com/package/@oclif/core
  - @oclif/plugin-help from 5.2.20 to 6.2.8.
    See this package in npm: https://www.npmjs.com/package/@oclif/plugin-help
  - @oclif/plugin-plugins from 2.4.7 to 5.4.4.
    See this package in npm: https://www.npmjs.com/package/@oclif/plugin-plugins

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/bc79a771-ca7c-494f-81ee-14d6dfa907f0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 403c8ba commit 1dee3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/package-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"/oclif.manifest.json"
],
"dependencies": {
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@oclif/core": "^4.0.18",
"@oclif/plugin-help": "^6.2.8",
"@oclif/plugin-plugins": "^5.4.4",
"@types/semver": "^7.3.10",
"semver": "^7.3.2"
},
Expand Down

0 comments on commit 1dee3e2

Please sign in to comment.