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 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.1.
    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
  - @types/yargs from 17.0.19 to 17.0.33.
    See this package in npm: https://www.npmjs.com/package/@types/yargs
  - ajv from 8.12.0 to 8.17.1.
    See this package in npm: https://www.npmjs.com/package/ajv
  - c8 from 7.14.0 to 10.1.2.
    See this package in npm: https://www.npmjs.com/package/c8
  - dotenv from 16.0.3 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - jsonwebtoken from 9.0.0 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken
  - yargs from 17.6.2 to 17.7.2.
    See this package in npm: https://www.npmjs.com/package/yargs
  - gcf-utils from 15.0.0 to 15.0.1.
    See this package in npm: https://www.npmjs.com/package/gcf-utils
  - 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
  - typescript from 4.8.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/a961d74c-dc2c-46c9-a266-5fa98d285f89?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 656cd10 commit c566812
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/object-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
"homepage": "https://github.com/googleapis/repo-automation-bots",
"bugs": "https://github.com/googleapis/repo-automation-bots/issues",
"dependencies": {
"ajv": "^8.11.0",
"ajv": "^8.17.1",
"easy-object-selector": "^1.3.0",
"gcf-utils": "^15.0.0",
"gcf-utils": "^15.0.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"yargs": "^17.5.1"
"jsonwebtoken": "^9.0.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/sinon": "^10.0.13",
"@types/yargs": "^17.0.12",
"c8": "^7.12.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@types/sinon": "^17.0.3",
"@types/yargs": "^17.0.33",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.0.2",
"gts": "^4.0.0",
"mocha": "^10.0.0",
"dotenv": "^16.4.5",
"gts": "^5.3.1",
"mocha": "^10.7.3",
"mocked-env": "^1.3.5",
"nock": "^13.2.9",
"sinon": "^15.0.0",
"nock": "^13.5.5",
"sinon": "^18.0.0",
"snap-shot-it": "^7.9.6",
"typescript": "~4.8.2"
"typescript": "~5.5.4"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit c566812

Please sign in to comment.