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.15.5 to 22.5.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @google-cloud/secret-manager from 4.2.2 to 5.6.0.
    See this package in npm: https://www.npmjs.com/package/@google-cloud/secret-manager
  - jsonwebtoken from 9.0.0 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken
  - lru-cache from 7.18.3 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
  - @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.2 to 18.0.0.
    See this package in npm: https://www.npmjs.com/package/sinon
  - typescript from 4.9.5 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/fefe76df-d346-4bba-9f9d-875625b6870b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 656cd10 commit 00efc93
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/trusted-contribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
"lint": "gts check"
},
"dependencies": {
"@google-automations/bot-config-utils": "^6.1.0",
"@google-cloud/secret-manager": "^4.1.2",
"gcf-utils": "^14.2.0",
"jsonwebtoken": "^9.0.0"
"@google-automations/bot-config-utils": "^7.0.0",
"@google-cloud/secret-manager": "^5.6.0",
"gcf-utils": "^15.0.1",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@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",
"lru-cache": "^11.0.0",
"mocha": "^10.7.3",
"nock": "^13.5.5",
"sinon": "^18.0.0",
"snap-shot-it": "^7.9.6",
"typescript": "~4.9.0"
"typescript": "~5.5.4"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit 00efc93

Please sign in to comment.