From b0fbaadf12925d7a0e12e0d747f82f7c57addd58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:48:23 +0000 Subject: [PATCH] build(deps): bump @upstash/redis in /examples/aws-lambda Bumps [@upstash/redis](https://github.com/upstash/upstash-redis) from 1.34.0 to 1.34.2. - [Release notes](https://github.com/upstash/upstash-redis/releases) - [Commits](https://github.com/upstash/upstash-redis/compare/v1.34.0...v1.34.2) --- updated-dependencies: - dependency-name: "@upstash/redis" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/aws-lambda/package-lock.json | 47 +++++++++++++-------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/examples/aws-lambda/package-lock.json b/examples/aws-lambda/package-lock.json index 5d35f30d..24dcb5b4 100644 --- a/examples/aws-lambda/package-lock.json +++ b/examples/aws-lambda/package-lock.json @@ -1,27 +1,26 @@ { - "name": "aws-lambda", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "dependencies": { - "@upstash/redis": "latest" - } - }, - "node_modules/@upstash/redis": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.34.0.tgz", - "integrity": "sha512-TrXNoJLkysIl8SBc4u9bNnyoFYoILpCcFJcLyWCccb/QSUmaVKdvY0m5diZqc3btExsapcMbaw/s/wh9Sf1pJw==", - "license": "MIT", - "dependencies": { - "crypto-js": "^4.2.0" - } - }, - "node_modules/crypto-js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", - "license": "MIT" - } + "name": "aws-lambda", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "@upstash/redis": "latest" + } + }, + "node_modules/@upstash/redis": { + "version": "1.34.2", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.34.2.tgz", + "integrity": "sha512-sx7GbdiRCTzvHKDYmntXSsrLXz3Oslm+jsIvCll85PCLQgv9c++Vq4pTIG8frku4zclEdCNL5Zbz83cKMb7aJQ==", + "dependencies": { + "crypto-js": "^4.2.0" + } + }, + "node_modules/crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", + "license": "MIT" } + } }