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:
  - @octokit/app from 3.0.2 to 15.1.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/app
  - @octokit/request from 3.0.3 to 9.1.3.
    See this package in npm: https://www.npmjs.com/package/@octokit/request
  - @octokit/rest from 16.43.2 to 21.0.2.
    See this package in npm: https://www.npmjs.com/package/@octokit/rest
  - async from 2.6.4 to 3.2.6.
    See this package in npm: https://www.npmjs.com/package/async
  - chai from 4.5.0 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai
  - minimatch from 3.1.2 to 10.0.1.
    See this package in npm: https://www.npmjs.com/package/minimatch
  - eslint from 6.8.0 to 9.9.1.
    See this package in npm: https://www.npmjs.com/package/eslint
  - google-auth-library from 8.9.0 to 9.14.0.
    See this package in npm: https://www.npmjs.com/package/google-auth-library
  - mocha from 6.2.3 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha
  - ms-rest-azure from 2.6.2 to 3.0.2.
    See this package in npm: https://www.npmjs.com/package/ms-rest-azure
  - nodemon from 1.19.4 to 3.1.4.
    See this package in npm: https://www.npmjs.com/package/nodemon
  - nyc from 14.1.1 to 17.0.0.
    See this package in npm: https://www.npmjs.com/package/nyc

See this project in Snyk:
https://app.snyk.io/org/ekmixon/project/a50a9592-0b85-48c9-9301-0888580e6c10?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 3e336e5 commit d51964f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@octokit/app": "^3.0.0",
"@octokit/request": "^3.0.3",
"@octokit/rest": "^16.3.2",
"@octokit/app": "^15.1.0",
"@octokit/request": "^9.1.3",
"@octokit/rest": "^21.0.2",
"ali-oss": "^6.15.2",
"argparse": "^2.0.0",
"async": "^2.6.1",
"async": "^3.2.6",
"aws-sdk": "^2.1148.0",
"azure-storage": "^2.10.3",
"csv-write-stream": "^2.0.0",
"fast-safe-stringify": "^2.0.6",
"google-auth-library": "^8.1.1",
"minimatch": "^3.0.4",
"ms-rest-azure": "^2.6.0",
"google-auth-library": "^9.14.0",
"minimatch": "^10.0.1",
"ms-rest-azure": "^3.0.2",
"tty-table": "^4.1.3"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nodemon": "^1.19.4",
"nyc": "^14.1.1",
"eslint": "^6.8.0"
"chai": "^5.1.1",
"mocha": "^10.7.3",
"nodemon": "^3.1.4",
"nyc": "^17.0.0",
"eslint": "^9.9.1"
}
}

0 comments on commit d51964f

Please sign in to comment.