From 9a1f81a1c60573612de9f31edc99b46ca07610d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:55:32 +0000 Subject: [PATCH] chore(deps): bump @gomomento/sdk in /examples/nodejs/cache (#899) 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> --- examples/nodejs/cache/package-lock.json | 30 ++++++++++++------------- examples/nodejs/cache/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/nodejs/cache/package-lock.json b/examples/nodejs/cache/package-lock.json index 84abcfc11..b5600981d 100644 --- a/examples/nodejs/cache/package-lock.json +++ b/examples/nodejs/cache/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@gomomento/sdk": "^1.39.1" + "@gomomento/sdk": "^1.39.3" }, "devDependencies": { "@types/node": "^16.11.4", @@ -162,12 +162,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", @@ -178,9 +178,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" @@ -2984,12 +2984,12 @@ } }, "@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==", "requires": { "@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", @@ -2997,9 +2997,9 @@ } }, "@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==", "requires": { "buffer": "^6.0.3", "jwt-decode": "3.1.2" diff --git a/examples/nodejs/cache/package.json b/examples/nodejs/cache/package.json index 72caee1ac..bb066bad8 100644 --- a/examples/nodejs/cache/package.json +++ b/examples/nodejs/cache/package.json @@ -30,6 +30,6 @@ "typescript": "4.4.3" }, "dependencies": { - "@gomomento/sdk": "^1.39.1" + "@gomomento/sdk": "^1.39.3" } }