Skip to content

Commit

Permalink
fix: packages/secret-rotator/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324
  • Loading branch information
snyk-io[bot] authored Mar 26, 2024
1 parent 656cd10 commit 59e9f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/secret-rotator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"gaxios": "^5.0.1",
"google-gax": "^3.5.2",
"google-gax": "^4.0.0",
"gts": "^4.0.0",
"lru-cache": "^7.14.0",
"mocha": "^10.0.0",
Expand All @@ -44,7 +44,7 @@
"typescript": "^4.8.2"
},
"dependencies": {
"@google-cloud/secret-manager": "^4.1.2",
"@google-cloud/secret-manager": "^5.0.0",
"@googleapis/iam": "^3.0.1",
"express": "^4.18.1",
"gcf-utils": "^14.2.0",
Expand Down

0 comments on commit 59e9f21

Please sign in to comment.