Skip to content

Commit 7567e29

Browse files
chore(deps): update devdependencies
1 parent 3f18c26 commit 7567e29

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"yargs": "^17.7.2"
4949
},
5050
"devDependencies": {
51-
"@google-cloud/bigquery": "^7.7.0",
51+
"@google-cloud/bigquery": "^7.7.1",
5252
"@google-cloud/functions-framework": "^3.4.0",
5353
"@json2csv/plainjs": "^7.0.6",
5454
"@types/jest": "^29.5.12",
5555
"@types/json-diff": "^1.0.3",
5656
"@typescript-eslint/eslint-plugin": "^7.12.0",
5757
"@valora/eslint-config-typescript": "^1.0.2",
5858
"@valora/prettier-config": "^0.0.1",
59-
"axios": "^1.6.8",
59+
"axios": "^1.7.2",
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-import": "^2.29.1",
6262
"eslint-plugin-jest": "^27.9.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,13 @@
430430
dependencies:
431431
tslib "^2.1.0"
432432

433-
"@google-cloud/bigquery@^7.7.0":
434-
version "7.7.0"
435-
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.7.0.tgz#b606acda3262fc47308909dbe9afa558c1a8871f"
436-
integrity sha512-KK0t7j0RAwqRxt3vc0mtoR+DBSiBmbeJaRv7tAIWlQsyE43pxMu7t94i0kUvR1SKnQBZYX9+iBr+mjdmNORPSQ==
433+
"@google-cloud/bigquery@^7.7.1":
434+
version "7.7.1"
435+
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.7.1.tgz#ef2cb4a1d36e9dfdeff4d05581ab0e6dafc1fab1"
436+
integrity sha512-SGd4XL/j17L1wT6fVhkjvFhpk6DUEljQtkrKdZPzfaxFTx6GSei5HGtX6yRedSESLK7fwzxZMLcH3uMg2j5jvw==
437437
dependencies:
438438
"@google-cloud/common" "^5.0.0"
439-
"@google-cloud/paginator" "^5.0.0"
439+
"@google-cloud/paginator" "^5.0.2"
440440
"@google-cloud/precise-date" "^4.0.0"
441441
"@google-cloud/promisify" "^4.0.0"
442442
arrify "^2.0.1"
@@ -515,10 +515,10 @@
515515
stream-events "^1.0.5"
516516
uuid "^9.0.0"
517517

518-
"@google-cloud/paginator@^5.0.0":
519-
version "5.0.0"
520-
resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-5.0.0.tgz#b8cc62f151685095d11467402cbf417c41bf14e6"
521-
integrity sha512-87aeg6QQcEPxGCOthnpUjvw4xAZ57G7pL8FS0C4e/81fr3FjkpUpibf1s2v5XGyGhUVGF4Jfg7yEcxqn2iUw1w==
518+
"@google-cloud/paginator@^5.0.0", "@google-cloud/paginator@^5.0.2":
519+
version "5.0.2"
520+
resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-5.0.2.tgz#86ad773266ce9f3b82955a8f75e22cd012ccc889"
521+
integrity sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==
522522
dependencies:
523523
arrify "^2.0.0"
524524
extend "^3.0.2"
@@ -1990,10 +1990,10 @@ available-typed-arrays@^1.0.7:
19901990
dependencies:
19911991
possible-typed-array-names "^1.0.0"
19921992

1993-
axios@^1.6.8:
1994-
version "1.6.8"
1995-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
1996-
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
1993+
axios@^1.7.2:
1994+
version "1.7.2"
1995+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
1996+
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
19971997
dependencies:
19981998
follow-redirects "^1.15.6"
19991999
form-data "^4.0.0"

0 commit comments

Comments
 (0)