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/mocha from 9.1.1 to 10.0.7.
    See this package in npm: https://www.npmjs.com/package/@types/mocha
  - @types/node from 20.16.5 to 22.5.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - c8 from 9.1.0 to 10.1.2.
    See this package in npm: https://www.npmjs.com/package/c8
  - linkinator from 4.1.2 to 6.1.1.
    See this package in npm: https://www.npmjs.com/package/linkinator
  - mocha from 9.2.2 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha
  - sinon from 17.0.2 to 18.0.0.
    See this package in npm: https://www.npmjs.com/package/sinon

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/29811e5f-fde6-4503-9b68-d6d2d7cd20b8?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent e275d20 commit 338b57f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/google-cloud-bigquery-reservation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"google-gax": "^4.0.3"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^20.4.5",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@types/sinon": "^17.0.0",
"c8": "^9.0.0",
"c8": "^10.1.2",
"gapic-tools": "^0.4.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "4.1.2",
"linkinator": "6.1.1",
"long": "^5.2.3",
"mocha": "^9.2.2",
"mocha": "^10.7.3",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "^5.1.6"
},
"engines": {
Expand Down

0 comments on commit 338b57f

Please sign in to comment.