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/types from 9.0.0 to 13.5.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/types
  - @octokit/rest from 19.0.7 to 21.0.2.
    See this package in npm: https://www.npmjs.com/package/@octokit/rest
  - @types/chai from 4.3.4 to 4.3.18.
    See this package in npm: https://www.npmjs.com/package/@types/chai
  - @types/mocha from 10.0.1 to 10.0.7.
    See this package in npm: https://www.npmjs.com/package/@types/mocha
  - @types/node from 18.11.18 to 22.5.0.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/sinon from 10.0.13 to 17.0.3.
    See this package in npm: https://www.npmjs.com/package/@types/sinon
  - c8 from 7.14.0 to 10.1.2.
    See this package in npm: https://www.npmjs.com/package/c8
  - chai from 4.3.7 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai
  - dotenv from 16.0.3 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - gts from 4.0.1 to 5.3.1.
    See this package in npm: https://www.npmjs.com/package/gts
  - minimatch from 5.1.2 to 10.0.1.
    See this package in npm: https://www.npmjs.com/package/minimatch
  - mocha from 10.2.0 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha
  - nock from 13.2.9 to 13.5.5.
    See this package in npm: https://www.npmjs.com/package/nock
  - sinon from 15.0.1 to 18.0.0.
    See this package in npm: https://www.npmjs.com/package/sinon
  - typescript from 4.9.4 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/cc9780df-9c2a-404c-8c5e-a1e73ae56f8a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent 656cd10 commit e237339
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/git-file-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"homepage": "https://github.com/googleapis/repo-automation-bots",
"bugs": "https://github.com/googleapis/repo-automation-bots/issues",
"dependencies": {
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"minimatch": "^5.1.0"
"@octokit/rest": "^21.0.2",
"@octokit/types": "^13.5.0",
"minimatch": "^10.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.18",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"chai": "^4.3.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.2",
"gts": "^4.0.0",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"sinon": "^15.0.0",
"dotenv": "^16.4.5",
"gts": "^5.3.1",
"mocha": "^10.7.3",
"nock": "^13.5.5",
"sinon": "^18.0.0",
"snap-shot-it": "^7.9.6",
"typescript": "^4.9.4"
"typescript": "^5.5.4"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit e237339

Please sign in to comment.