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:
  - @types/node from 18.11.18 to 22.5.2.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @octokit/types from 8.1.0 to 13.5.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/types
  - jsonwebtoken from 9.0.0 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken
  - lru-cache from 7.14.1 to 11.0.0.
    See this package in npm: https://www.npmjs.com/package/lru-cache
  - gcf-utils from 14.4.6 to 15.0.1.
    See this package in npm: https://www.npmjs.com/package/gcf-utils
  - @google-automations/bot-config-utils from 6.1.3 to 7.0.0.
    See this package in npm: https://www.npmjs.com/package/@google-automations/bot-config-utils
  - @google-automations/datastore-lock from 4.1.0 to 5.0.0.
    See this package in npm: https://www.npmjs.com/package/@google-automations/datastore-lock
  - @google-automations/label-utils from 3.0.2 to 4.0.0.
    See this package in npm: https://www.npmjs.com/package/@google-automations/label-utils
  - @octokit/webhooks from 10.6.0 to 13.3.0.
    See this package in npm: https://www.npmjs.com/package/@octokit/webhooks
  - @types/mocha from 10.0.1 to 10.0.7.
    See this package in npm: https://www.npmjs.com/package/@types/mocha
  - @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
  - gts from 4.0.1 to 5.3.1.
    See this package in npm: https://www.npmjs.com/package/gts
  - mocha from 10.2.0 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha
  - nock from 13.3.0 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
  - smee-client from 1.2.3 to 2.0.3.
    See this package in npm: https://www.npmjs.com/package/smee-client
  - 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/2309214f-6bf3-4d5b-a632-390d9897e44b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 22, 2024
1 parent 656cd10 commit e55212d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/blunderbuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"lint": "gts check"
},
"dependencies": {
"@google-automations/bot-config-utils": "^6.1.0",
"@google-automations/datastore-lock": "^4.0.0",
"@google-automations/label-utils": "^3.0.0",
"gcf-utils": "^14.4.4",
"jsonwebtoken": "^9.0.0"
"@google-automations/bot-config-utils": "^7.0.0",
"@google-automations/datastore-lock": "^5.0.0",
"@google-automations/label-utils": "^4.0.0",
"gcf-utils": "^15.0.1",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@octokit/types": "^8.0.0",
"@octokit/webhooks": "^10.1.5",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.13",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"@octokit/types": "^13.5.0",
"@octokit/webhooks": "^13.3.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.2",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"gts": "^4.0.0",
"gts": "^5.3.1",
"js-yaml": "^4.1.0",
"lru-cache": "^7.14.0",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"sinon": "^15.0.0",
"smee-client": "^1.2.3",
"lru-cache": "^11.0.0",
"mocha": "^10.7.3",
"nock": "^13.5.5",
"sinon": "^18.0.0",
"smee-client": "^2.0.3",
"snap-shot-it": "^7.9.6",
"typescript": "^4.9.4"
"typescript": "^5.5.4"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit e55212d

Please sign in to comment.