Skip to content

Commit

Permalink
chore(deps): bump @google-cloud/datastore from 8.1.0 to 8.2.2
Browse files Browse the repository at this point in the history
Bumps [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) from 8.1.0 to 8.2.2.
- [Release notes](https://github.com/googleapis/nodejs-datastore/releases)
- [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-datastore@v8.1.0...v8.2.2)

---
updated-dependencies:
- dependency-name: "@google-cloud/datastore"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 8bf66b2 commit 5668c2e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "SWR Audio Lab <[email protected]>",
"license": "EUPL-1.2",
"dependencies": {
"@google-cloud/datastore": "8.1.0",
"@google-cloud/datastore": "8.2.2",
"@google-cloud/pubsub": "4.0.6",
"@google-cloud/secret-manager": "5.0.1",
"@swrlab/utils": "1.1.3",
Expand Down
85 changes: 64 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,16 @@
dependencies:
tslib "^2.1.0"

"@google-cloud/datastore@8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@google-cloud/datastore/-/datastore-8.1.0.tgz#a7b8cd6cde40fac4d745a71c632043b19c90fc47"
integrity sha512-sLcPDLQEUzNq40dGexweNKn54sw2uhkGhaaapj22iTYpVJCr3O0L6iaFnbEt4zF7uokHiOeYhdpQf5pMO1r51Q==
"@google-cloud/datastore@8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@google-cloud/datastore/-/datastore-8.2.2.tgz#17d740bd757359764b1faccb8beba32f326f6112"
integrity sha512-XnxJrR438nJ3h/t+lZnPub7wI+yHZj6Y12xQcoO9GN3E9BRTVY33AkpGIjUpGLxWQVeRGblMU1x80Nbll3DLng==
dependencies:
"@google-cloud/promisify" "^4.0.0"
arrify "^2.0.1"
concat-stream "^2.0.0"
extend "^3.0.2"
google-gax "^4.0.3"
google-gax "^4.0.5"
is "^3.3.0"
split-array-stream "^2.0.0"
stream-events "^1.0.5"
Expand Down Expand Up @@ -333,10 +333,10 @@
"@grpc/proto-loader" "^0.7.0"
"@types/node" ">=12.12.47"

"@grpc/grpc-js@~1.9.0":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.3.tgz#811cc49966ab7ed96efa31d213e80d671fd13839"
integrity sha512-b8iWtdrYIeT5fdZdS4Br/6h/kuk0PW5EVBUGk1amSbrpL8DlktJD43CdcCWwRdd6+jgwHhADSbL9CsNnm6EUPA==
"@grpc/grpc-js@~1.9.6":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.7.tgz#7d0e29bc162287bee2523901c9bc9320d8402397"
integrity sha512-yMaA/cIsRhGzW3ymCNpdlPcInXcovztlgu/rirThj2b87u3RzWUszliOqZ/pldy7yhmJPS8uwog+kZSTa4A0PQ==
dependencies:
"@grpc/proto-loader" "^0.7.8"
"@types/node" ">=12.12.47"
Expand Down Expand Up @@ -583,6 +583,11 @@
"@types/node" "*"
"@types/responselike" "^1.0.0"

"@types/caseless@*":
version "0.12.4"
resolved "https://registry.yarnpkg.com/@types/caseless/-/caseless-0.12.4.tgz#1326429a519cc077028150343fd502b04686bd6f"
integrity sha512-2in/lrHRNmDvHPgyormtEralhPcN3An1gLjJzj2Bw145VBxkQ75JEXW6CTdMAwShiHQcYsl2d10IjQSdJSJz4g==

"@types/chai@4":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
Expand Down Expand Up @@ -739,6 +744,16 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/request@^2.48.8":
version "2.48.11"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.11.tgz#04b597ea308418422f7901c9a52b24967a2c4ed2"
integrity sha512-HuihY1+Vss5RS9ZHzRyTGIzwPTdrJBkCm/mAeLRYrOQu/MGqyezKXWOK1VhCnR+SDbp9G2mRUP+OVEqCrzpcfA==
dependencies:
"@types/caseless" "*"
"@types/node" "*"
"@types/tough-cookie" "*"
form-data "^2.5.0"

"@types/responselike@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"
Expand Down Expand Up @@ -779,6 +794,11 @@
"@types/cookiejar" "*"
"@types/node" "*"

"@types/tough-cookie@*":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.4.tgz#cf2f0c7c51b985b6afecea73eb2cd65421ecb717"
integrity sha512-95Sfz4nvMAb0Nl9DTxN3j64adfwfbBPEYq14VN7zT5J5O2M9V6iZMIIQU1U+pJyl9agHYHNCqhCXgyEtIRRa5A==

"@types/triple-beam@^1.3.2":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.3.tgz#726ae98a5f6418c8f24f9b0f2a9f81a8664876ae"
Expand Down Expand Up @@ -1449,7 +1469,7 @@ [email protected]:
color "^3.1.3"
text-hex "1.0.x"

combined-stream@^1.0.8:
combined-stream@^1.0.6, combined-stream@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
Expand Down Expand Up @@ -2567,6 +2587,15 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

form-data@^2.5.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
mime-types "^2.1.12"

form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
Expand Down Expand Up @@ -2840,12 +2869,12 @@ google-gax@^3.5.7:
protobufjs-cli "1.1.1"
retry-request "^5.0.0"

google-gax@^4.0.3, google-gax@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-4.0.4.tgz#b309560b4ac775df71f86e6607ebcf6fa98a04a2"
integrity sha512-Yoey/ABON2HaTUIRUt5tTQAvwQ6E/2etSyFXwHNVcYtIiYDpKix7G4oorZdkp17gFiYovzRCRhRZYrfdCgRK9Q==
google-gax@^4.0.3, google-gax@^4.0.4, google-gax@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/google-gax/-/google-gax-4.0.5.tgz#e30a2f2fad3716e8b23996f1bbe941e16abf0889"
integrity sha512-yLoYtp4zE+8OQA74oBEbNkbzI6c95W01JSL7RqC8XERKpRvj3ytZp1dgnbA6G9aRsc8pZB25xWYBcCmrbYOEhA==
dependencies:
"@grpc/grpc-js" "~1.9.0"
"@grpc/grpc-js" "~1.9.6"
"@grpc/proto-loader" "^0.7.0"
"@types/long" "^4.0.0"
abort-controller "^3.0.0"
Expand All @@ -2855,7 +2884,7 @@ google-gax@^4.0.3, google-gax@^4.0.4:
object-hash "^3.0.0"
proto3-json-serializer "^2.0.0"
protobufjs "7.2.5"
retry-request "^6.0.0"
retry-request "^7.0.0"

google-p12-pem@^4.0.0:
version "4.0.1"
Expand Down Expand Up @@ -4184,8 +4213,9 @@ node-addon-api@^6.1.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==

"node-crc@github:swrlab/node-crc#v2.1.0":
node-crc@swrlab/node-crc#v2.1.0:
version "2.1.0"
uid "25f12cdce8b7463a0829593a09224d53c08341aa"
resolved "https://codeload.github.com/swrlab/node-crc/tar.gz/25f12cdce8b7463a0829593a09224d53c08341aa"
dependencies:
"@types/node" "^18.11.17"
Expand Down Expand Up @@ -4972,13 +5002,15 @@ retry-request@^5.0.0:
debug "^4.1.1"
extend "^3.0.2"

retry-request@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-6.0.0.tgz#a74dbbab421b51daefa20228f6036e6e2a0f1169"
integrity sha512-24kaFMd3wCnT3n4uPnsQh90ZSV8OISpfTFXJ00Wi+/oD2OPrp63EQ8hznk6rhxdlpwx2QBhQSDz2Fg46ki852g==
retry-request@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-7.0.1.tgz#b0163aeb934bd3fa2de76902d683b09b8ce364ba"
integrity sha512-ZI6vJp9rfB71mrZpw+n9p/B6HCsd7QJlSEQftZ+xfJzr3cQ9EPGKw1FF0BnViJ0fYREX6FhymBD2CARpmsFciQ==
dependencies:
"@types/request" "^2.48.8"
debug "^4.1.1"
extend "^3.0.2"
teeny-request "^9.0.0"

[email protected], retry@^0.13.1:
version "0.13.1"
Expand Down Expand Up @@ -5466,6 +5498,17 @@ teeny-request@^8.0.0:
stream-events "^1.0.5"
uuid "^9.0.0"

teeny-request@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-9.0.0.tgz#18140de2eb6595771b1b02203312dfad79a4716d"
integrity sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==
dependencies:
http-proxy-agent "^5.0.0"
https-proxy-agent "^5.0.0"
node-fetch "^2.6.9"
stream-events "^1.0.5"
uuid "^9.0.0"

term-size@^2.1.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
Expand Down

0 comments on commit 5668c2e

Please sign in to comment.