From 4d80310a285b9474a867ed081e9c6a70deff71b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:13:55 +0000 Subject: [PATCH] chore(deps): bump @google-cloud/datastore from 8.1.0 to 8.2.1 Bumps [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) from 8.1.0 to 8.2.1. - [Release notes](https://github.com/googleapis/nodejs-datastore/releases) - [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/nodejs-datastore/compare/v8.1.0...v8.2.1) --- updated-dependencies: - dependency-name: "@google-cloud/datastore" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a2f38434..4fe738e0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "author": "SWR Audio Lab ", "license": "EUPL-1.2", "dependencies": { - "@google-cloud/datastore": "8.1.0", + "@google-cloud/datastore": "8.2.1", "@google-cloud/pubsub": "4.0.6", "@google-cloud/secret-manager": "5.0.1", "@swrlab/utils": "1.1.3", diff --git a/yarn.lock b/yarn.lock index a5436a97..b8c81d4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -207,10 +207,10 @@ 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.1": + version "8.2.1" + resolved "https://registry.yarnpkg.com/@google-cloud/datastore/-/datastore-8.2.1.tgz#9c70ee514fff2f94910fb41940229456a5d250db" + integrity sha512-VK+/ZFlAaOVy1vFerip1jHw5b54ulmR9Umr/wnLOsH5CZyNhNg5IeP9e2ebVnEkWtG52m3hcC5PXrcyaLPxjIQ== dependencies: "@google-cloud/promisify" "^4.0.0" arrify "^2.0.1" @@ -4184,8 +4184,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"