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:
  - uuid from 9.0.1 to 10.0.0.
    See this package in npm: https://www.npmjs.com/package/uuid
  - 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/e51610bd-cb09-4b5b-8848-a4c24511e314?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent e275d20 commit 24f942f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-asset/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/compute": "^4.0.0",
"@google-cloud/storage": "^7.0.0",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0"
"chai": "^5.1.1",
"mocha": "^10.7.3"
}
}

0 comments on commit 24f942f

Please sign in to comment.