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" } }