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:
  - @commander-js/extra-typings from 10.0.3 to 12.1.0.
    See this package in npm: https://www.npmjs.com/package/@commander-js/extra-typings
  - @octokit/graphql from 4.8.0 to 8.1.1.
    See this package in npm: https://www.npmjs.com/package/@octokit/graphql
  - @octokit/graphql-schema from 14.58.0 to 15.25.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/graphql-schema
  - @octokit/types from 9.3.2 to 13.5.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/types
  - @types/uuid from 9.0.8 to 10.0.0.
    See this package in npm: https://www.npmjs.com/package/@types/uuid
  - chalk from 4.1.2 to 5.3.0.
    See this package in npm: https://www.npmjs.com/package/chalk
  - commander from 10.0.1 to 12.1.0.
    See this package in npm: https://www.npmjs.com/package/commander
  - dotenv from 10.0.0 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - glob from 10.4.5 to 11.0.0.
    See this package in npm: https://www.npmjs.com/package/glob
  - octokit from 2.1.0 to 4.0.2.
    See this package in npm: https://www.npmjs.com/package/octokit
  - ora from 5.4.1 to 8.1.0.
    See this package in npm: https://www.npmjs.com/package/ora
  - uuid from 9.0.1 to 10.0.0.
    See this package in npm: https://www.npmjs.com/package/uuid

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/54347cd0-be7d-48aa-9226-dbea3cf68ea4?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 403c8ba commit 827a90f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tools/monorepo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"main": "dist/index.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@commander-js/extra-typings": "^10.0.3",
"@octokit/graphql": "4.8.0",
"@octokit/graphql-schema": "^14.1.0",
"@octokit/types": "^9.2.0",
"@commander-js/extra-typings": "^12.1.0",
"@octokit/graphql": "8.1.1",
"@octokit/graphql-schema": "^15.25.0",
"@octokit/types": "^13.5.0",
"@types/cli-table": "^0.3.1",
"@types/uuid": "^9.0.1",
"chalk": "^4.1.2",
"@types/uuid": "^10.0.0",
"chalk": "^5.3.0",
"cli-table": "^0.3.11",
"commander": "^10.0.1",
"dotenv": "^10.0.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"figlet": "^1.6.0",
"glob": "^10.2.4",
"glob": "^11.0.0",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"octokit": "^2.0.14",
"ora": "^5.4.1",
"octokit": "^4.0.2",
"ora": "^8.1.0",
"promptly": "^3.2.0",
"semver": "^7.3.2",
"simple-git": "^3.10.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down

0 comments on commit 827a90f

Please sign in to comment.