From c4200b3ee0ecd4a833dce346f96130d6674085f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:22:50 +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.3. - [Release notes](https://github.com/upstash/upstash-redis/releases) - [Commits](https://github.com/upstash/upstash-redis/compare/v1.34.0...v1.34.3) --- 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..f7fb7a10 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.3", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.34.3.tgz", + "integrity": "sha512-VT25TyODGy/8ljl7GADnJoMmtmJ1F8d84UXfGonRRF8fWYJz7+2J6GzW+a6ETGtk4OyuRTt7FRSvFG5GvrfSdQ==", + "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" } + } }