From 13a7efe513a00a2f8e5bb902f6284ea88749b694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:02:09 +0000 Subject: [PATCH] chore(deps): bump @gomomento/sdk (#908) Bumps [@gomomento/sdk](https://github.com/momentohq/client-sdk-nodejs) from 1.39.1 to 1.39.3. - [Release notes](https://github.com/momentohq/client-sdk-nodejs/releases) - [Commits](https://github.com/momentohq/client-sdk-nodejs/compare/v1.39.1...v1.39.3) --- updated-dependencies: - dependency-name: "@gomomento/sdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../token-vending-machine/package-lock.json | 16 ++++++++-------- .../lambda/token-vending-machine/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package-lock.json b/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package-lock.json index 22f472fd4..7d911e759 100644 --- a/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package-lock.json +++ b/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@aws-sdk/client-secrets-manager": "3.352.0", - "@gomomento/sdk": "^1.39.1", + "@gomomento/sdk": "^1.39.3", "aws-lambda": "1.0.7" }, "devDependencies": { @@ -1068,12 +1068,12 @@ } }, "node_modules/@gomomento/sdk": { - "version": "1.39.1", - "resolved": "https://registry.npmjs.org/@gomomento/sdk/-/sdk-1.39.1.tgz", - "integrity": "sha512-jLr6VD6iIkJhhiG+wNZRs3/zpUZWhOm9XPrpGEGleyUyW20hwqwOaB7bCycV+8QaF64AnQBtxWoYjJ3NsyNc9Q==", + "version": "1.39.3", + "resolved": "https://registry.npmjs.org/@gomomento/sdk/-/sdk-1.39.3.tgz", + "integrity": "sha512-VBuBTTsXMlNRFi1cYF6ieP9N1RiUnsy2Bdu62LO57l8KwxnOgSTBcYalr7fwN/vijI2si3kNexUmYK8fXm/aHA==", "dependencies": { "@gomomento/generated-types": "0.77.0", - "@gomomento/sdk-core": "1.39.1", + "@gomomento/sdk-core": "1.39.3", "@grpc/grpc-js": "1.9.0", "@types/google-protobuf": "3.15.6", "google-protobuf": "3.21.2", @@ -1084,9 +1084,9 @@ } }, "node_modules/@gomomento/sdk-core": { - "version": "1.39.1", - "resolved": "https://registry.npmjs.org/@gomomento/sdk-core/-/sdk-core-1.39.1.tgz", - "integrity": "sha512-+xYvFnqS4MA+lJFQcmMyTFXTr1brlAxY6g6o2cFzyHoyXDpK1m0Ss7NXHVyX2oDcn8Ptpmu68L/yLqdiVsquoA==", + "version": "1.39.3", + "resolved": "https://registry.npmjs.org/@gomomento/sdk-core/-/sdk-core-1.39.3.tgz", + "integrity": "sha512-FoR+oiES2nOQ9hyriyFT6VfFbqS8Bh7w8fH2rNOcfHvvcC5u1CBGFTpU4PSkuktdFSuQ7XVri/SLLvHN6BYudA==", "dependencies": { "buffer": "^6.0.3", "jwt-decode": "3.1.2" diff --git a/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package.json b/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package.json index bd6c9ed22..134b8c32c 100644 --- a/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package.json +++ b/examples/nodejs/token-vending-machine/lambda/token-vending-machine/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-sdk/client-secrets-manager": "3.352.0", - "@gomomento/sdk": "^1.39.1", + "@gomomento/sdk": "^1.39.3", "aws-lambda": "1.0.7" } }