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:
  - c8 from 9.1.0 to 10.1.2.
    See this package in npm: https://www.npmjs.com/package/c8
  - chai from 4.5.0 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai
  - mocha from 8.4.0 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/6b3d4332-c68d-4604-aae0-c7afec96e64d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent e275d20 commit aa949f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-apigeeconnect/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@google-cloud/apigee-connect": "^3.1.0"
},
"devDependencies": {
"c8": "^9.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0"
"c8": "^10.1.2",
"chai": "^5.1.1",
"mocha": "^10.7.3"
}
}

0 comments on commit aa949f4

Please sign in to comment.