Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 3f18c26 commit 7567e29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/bigquery": "^7.7.0",
"@google-cloud/bigquery": "^7.7.1",
"@google-cloud/functions-framework": "^3.4.0",
"@json2csv/plainjs": "^7.0.6",
"@types/jest": "^29.5.12",
"@types/json-diff": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@valora/eslint-config-typescript": "^1.0.2",
"@valora/prettier-config": "^0.0.1",
"axios": "^1.6.8",
"axios": "^1.7.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,13 @@
dependencies:
tslib "^2.1.0"

"@google-cloud/bigquery@^7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.7.0.tgz#b606acda3262fc47308909dbe9afa558c1a8871f"
integrity sha512-KK0t7j0RAwqRxt3vc0mtoR+DBSiBmbeJaRv7tAIWlQsyE43pxMu7t94i0kUvR1SKnQBZYX9+iBr+mjdmNORPSQ==
"@google-cloud/bigquery@^7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@google-cloud/bigquery/-/bigquery-7.7.1.tgz#ef2cb4a1d36e9dfdeff4d05581ab0e6dafc1fab1"
integrity sha512-SGd4XL/j17L1wT6fVhkjvFhpk6DUEljQtkrKdZPzfaxFTx6GSei5HGtX6yRedSESLK7fwzxZMLcH3uMg2j5jvw==
dependencies:
"@google-cloud/common" "^5.0.0"
"@google-cloud/paginator" "^5.0.0"
"@google-cloud/paginator" "^5.0.2"
"@google-cloud/precise-date" "^4.0.0"
"@google-cloud/promisify" "^4.0.0"
arrify "^2.0.1"
Expand Down Expand Up @@ -515,10 +515,10 @@
stream-events "^1.0.5"
uuid "^9.0.0"

"@google-cloud/paginator@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-5.0.0.tgz#b8cc62f151685095d11467402cbf417c41bf14e6"
integrity sha512-87aeg6QQcEPxGCOthnpUjvw4xAZ57G7pL8FS0C4e/81fr3FjkpUpibf1s2v5XGyGhUVGF4Jfg7yEcxqn2iUw1w==
"@google-cloud/paginator@^5.0.0", "@google-cloud/paginator@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-5.0.2.tgz#86ad773266ce9f3b82955a8f75e22cd012ccc889"
integrity sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==
dependencies:
arrify "^2.0.0"
extend "^3.0.2"
Expand Down Expand Up @@ -1990,10 +1990,10 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

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

0 comments on commit 7567e29

Please sign in to comment.