Skip to content

Commit aeedd3f

Browse files
Security fix
1 parent dcc1f74 commit aeedd3f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"aws-sdk": "^2.868.0",
3333
"bluebird": "^3.7.2",
3434
"cf-errors": "^0.1.16",
35-
"google-auth-library": "^6.1.3",
35+
"google-auth-library": "7.14.1",
3636
"jsonwebtoken": "^8.5.1",
3737
"lodash": "^4.17.21",
3838
"request": "^2.88.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,10 +1152,10 @@ globals@^9.14.0, globals@^9.18.0:
11521152
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
11531153
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
11541154

1155-
google-auth-library@^6.1.3:
1156-
version "6.1.6"
1157-
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-6.1.6.tgz#deacdcdb883d9ed6bac78bb5d79a078877fdf572"
1158-
integrity sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ==
1155+
google-auth-library@7.14.1:
1156+
version "7.14.1"
1157+
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.14.1.tgz#e3483034162f24cc71b95c8a55a210008826213c"
1158+
integrity sha512-5Rk7iLNDFhFeBYc3s8l1CqzbEBcdhwR193RlD4vSNFajIcINKI8W8P0JLmBpwymHqqWbX34pJDQu39cSy/6RsA==
11591159
dependencies:
11601160
arrify "^2.0.0"
11611161
base64-js "^1.3.0"

0 commit comments

Comments
 (0)