From 7fd3d40bc01bc8fc686bcf82b9532167b3c85c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:06:32 +0000 Subject: [PATCH] chore(deps-dev): bump @valkey/valkey-glide from 1.3.4 to 2.0.1 Bumps [@valkey/valkey-glide](https://github.com/valkey-io/valkey-glide) from 1.3.4 to 2.0.1. - [Release notes](https://github.com/valkey-io/valkey-glide/releases) - [Changelog](https://github.com/valkey-io/valkey-glide/blob/main/CHANGELOG.md) - [Commits](https://github.com/valkey-io/valkey-glide/compare/v1.3.4...v2.0.1) --- updated-dependencies: - dependency-name: "@valkey/valkey-glide" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/snippets/package.json | 2 +- package-lock.json | 220 ++++++++++++++++++++++++++++----- 2 files changed, 192 insertions(+), 30 deletions(-) diff --git a/examples/snippets/package.json b/examples/snippets/package.json index 85761f8d1..23fd2033f 100644 --- a/examples/snippets/package.json +++ b/examples/snippets/package.json @@ -40,7 +40,7 @@ "@aws-sdk/util-dynamodb": "^3.830.0", "@middy/core": "^4.7.0", "@redis/client": "^5.5.6", - "@valkey/valkey-glide": "^1.3.4", + "@valkey/valkey-glide": "^2.0.1", "aws-sdk": "^2.1692.0", "aws-sdk-client-mock": "^4.1.0", "zod": "^3.25.67" diff --git a/package-lock.json b/package-lock.json index 5c4984236..1587f309d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,12 +104,34 @@ "@aws-sdk/util-dynamodb": "^3.830.0", "@middy/core": "^4.7.0", "@redis/client": "^5.5.6", - "@valkey/valkey-glide": "^1.3.4", + "@valkey/valkey-glide": "^2.0.1", "aws-sdk": "^2.1692.0", "aws-sdk-client-mock": "^4.1.0", "zod": "^3.25.67" } }, + "examples/snippets/node_modules/@valkey/valkey-glide": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide/-/valkey-glide-2.0.1.tgz", + "integrity": "sha512-qJwyjgNnwGYObYLkFmsM1MvWmiCvYUqBvhe8YzM7bBd22o1CqO0IWnd2INVdCHLA4mQtRbL2JWRWaRKfxVWtTA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "long": "5", + "protobufjs": "7" + }, + "engines": { + "node": ">=16" + }, + "optionalDependencies": { + "@valkey/valkey-glide-darwin-arm64": "2.0.1", + "@valkey/valkey-glide-darwin-x64": "2.0.1", + "@valkey/valkey-glide-linux-arm64-gnu": "2.0.1", + "@valkey/valkey-glide-linux-arm64-musl": "2.0.1", + "@valkey/valkey-glide-linux-x64-gnu": "2.0.1", + "@valkey/valkey-glide-linux-x64-musl": "2.0.1" + } + }, "layers": { "version": "2.22.0", "license": "MIT-0", @@ -14044,8 +14066,9 @@ "version": "1.3.4", "resolved": "https://registry.npmjs.org/@valkey/valkey-glide/-/valkey-glide-1.3.4.tgz", "integrity": "sha512-EXjpGEeTjs2uhJm8ZNkHEK8d3qCQmppmxsv+553S6L9fArZTBvKMmfh7P2H7nxletHx6sxs+fc2UFFw9M5k5SQ==", - "devOptional": true, "license": "Apache-2.0", + "optional": true, + "peer": true, "dependencies": { "detect-libc": "^2.0.3" }, @@ -14059,19 +14082,48 @@ } }, "node_modules/@valkey/valkey-glide-darwin-arm64": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-arm64/-/valkey-glide-darwin-arm64-2.0.1.tgz", + "integrity": "sha512-IN6hh+2ZKEeYDmiVtNjNRWk3fwFV7nW2CXQBZfxbOakTITRcd7huYSYWTkUAFhu+1nVTQez7VnLArU+BSKFokw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@valkey/valkey-glide-darwin-x64": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-x64/-/valkey-glide-darwin-x64-2.0.1.tgz", + "integrity": "sha512-9dBsnhD3ZZ9dFJwrPYmRWv01mzGygkMpGyvIHSPRPmcDc5G0hZkO/rbP6mYwM5GgA/MT9kLOmUiN1MR5jch5fA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@valkey/valkey-glide-linux-arm64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-arm64/-/valkey-glide-darwin-arm64-1.3.4.tgz", - "integrity": "sha512-Ry8PEWdMtENju/thkqMEDCcf9wJSz5JavpwTJ8+NEaTVeYUSNK7PJ91ZrgxTWyDr51YAdA8e5MjyK2+p2X1HiQ==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-arm64/-/valkey-glide-linux-arm64-1.3.4.tgz", + "integrity": "sha512-ubTZDaEqlwS8NNuIggWt36I1BbtUNE17uHrCaBvUfc+aR1870r4xqvQNyvpQhT/VezfJisSBGKudFdLKeFrIjg==", "bundleDependencies": [ "glide-rs" ], "cpu": [ "arm64" ], + "deprecated": "This package will be replaced by @valkey/valkey-glide-linux-arm64-gnu in v2.0", "license": "Apache-2.0", "optional": true, "os": [ - "darwin" + "linux" ], "peer": true, "dependencies": { @@ -14083,7 +14135,35 @@ "node": ">=16" } }, - "node_modules/@valkey/valkey-glide-darwin-arm64/node_modules/glide-rs": { + "node_modules/@valkey/valkey-glide-linux-arm64-gnu": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-arm64-gnu/-/valkey-glide-linux-arm64-gnu-2.0.1.tgz", + "integrity": "sha512-/WstihgF2d2frBmcWOP9v5DlRfco5uzhXAdba+mB5x25kd575Yy/3k+ygKqA2e/rfF0KQz1e1SQ679CqpK6lVQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@valkey/valkey-glide-linux-arm64-musl": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-arm64-musl/-/valkey-glide-linux-arm64-musl-2.0.1.tgz", + "integrity": "sha512-pccPAMH4Q7ev0zd/BJBBYQTXOa3MSPYxLzjXAefOJ3OdtyMqYpA7MZ2LgpolJ5TqLAXknkRvSIqNpr28EWBa+g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@valkey/valkey-glide-linux-arm64/node_modules/glide-rs": { "version": "0.1.0", "inBundle": true, "license": "Apache-2.0", @@ -14093,20 +14173,21 @@ "node": ">= 10" } }, - "node_modules/@valkey/valkey-glide-darwin-x64": { + "node_modules/@valkey/valkey-glide-linux-musl-arm64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-x64/-/valkey-glide-darwin-x64-1.3.4.tgz", - "integrity": "sha512-Jl/x1WovhwiP7lWUcA99tw68Usb3GCHZ/ISD/1F23cVErXJ9qB4ZNCFI8Y1QrmwEPSeojKsxSpqylrsInuv1ng==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-musl-arm64/-/valkey-glide-linux-musl-arm64-1.3.4.tgz", + "integrity": "sha512-zNkmKXrT9ebe/XWtevzFleRrXycrzsLtmDjdQJGVUC96gUA3DcczK/gfu2rgvgH84C5s5jKbSM7oeo8f8eX4Vw==", "bundleDependencies": [ "glide-rs" ], "cpu": [ - "x64" + "arm64" ], + "deprecated": "This package will be replaced by @valkey/valkey-glide-linux-arm64-musl in v2.0", "license": "Apache-2.0", "optional": true, "os": [ - "darwin" + "linux" ], "peer": true, "dependencies": { @@ -14118,16 +14199,27 @@ "node": ">=16" } }, - "node_modules/@valkey/valkey-glide-linux-arm64": { + "node_modules/@valkey/valkey-glide-linux-musl-arm64/node_modules/glide-rs": { + "version": "0.1.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/@valkey/valkey-glide-linux-musl-x64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-arm64/-/valkey-glide-linux-arm64-1.3.4.tgz", - "integrity": "sha512-ubTZDaEqlwS8NNuIggWt36I1BbtUNE17uHrCaBvUfc+aR1870r4xqvQNyvpQhT/VezfJisSBGKudFdLKeFrIjg==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-musl-x64/-/valkey-glide-linux-musl-x64-1.3.4.tgz", + "integrity": "sha512-QSaLTp81V0agKcGXsr3LUF+Vl4nTHrf5eBNV7/2GwbA4Pwed2x8TzORAjv+aS368hWR/9zftbVA1Xjn8TAND3w==", "bundleDependencies": [ "glide-rs" ], "cpu": [ - "arm64" + "x64" ], + "deprecated": "This package will be replaced by @valkey/valkey-glide-linux-x64-musl in v2.0", "license": "Apache-2.0", "optional": true, "os": [ @@ -14143,16 +14235,27 @@ "node": ">=16" } }, - "node_modules/@valkey/valkey-glide-linux-musl-arm64": { + "node_modules/@valkey/valkey-glide-linux-musl-x64/node_modules/glide-rs": { + "version": "0.1.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/@valkey/valkey-glide-linux-x64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-musl-arm64/-/valkey-glide-linux-musl-arm64-1.3.4.tgz", - "integrity": "sha512-zNkmKXrT9ebe/XWtevzFleRrXycrzsLtmDjdQJGVUC96gUA3DcczK/gfu2rgvgH84C5s5jKbSM7oeo8f8eX4Vw==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-x64/-/valkey-glide-linux-x64-1.3.4.tgz", + "integrity": "sha512-j9acGMsr7T1oY377xBsIkY4rjtDqb78/OSH3CFcdntcJZU6u6fvcqGXG5Co/iRDvsm+q9uuYd/H5ITnGx60kng==", "bundleDependencies": [ "glide-rs" ], "cpu": [ - "arm64" + "x64" ], + "deprecated": "This package will be replaced by @valkey/valkey-glide-linux-x64-gnu in v2.0", "license": "Apache-2.0", "optional": true, "os": [ @@ -14168,20 +14271,58 @@ "node": ">=16" } }, - "node_modules/@valkey/valkey-glide-linux-musl-x64": { + "node_modules/@valkey/valkey-glide-linux-x64-gnu": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-x64-gnu/-/valkey-glide-linux-x64-gnu-2.0.1.tgz", + "integrity": "sha512-wEaxa2oGFxYcNzWl9xEHbTQ/Rng4Q2T93UensUyxY5I6qzBi5ZWrFVIxneyu0uM/bG98SduWBcCyMa9wOcrAQg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@valkey/valkey-glide-linux-x64-musl": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-x64-musl/-/valkey-glide-linux-x64-musl-2.0.1.tgz", + "integrity": "sha512-S9WUSDZ8mCH3ZIRvpiJhkknjUOalmH13PqetzMigvUhVoLT3+WBHK3kUvQU78Q1fE1ogoPDdx1Pwp4PAg2bcaQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@valkey/valkey-glide-linux-x64/node_modules/glide-rs": { + "version": "0.1.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/@valkey/valkey-glide/node_modules/@valkey/valkey-glide-darwin-arm64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-musl-x64/-/valkey-glide-linux-musl-x64-1.3.4.tgz", - "integrity": "sha512-QSaLTp81V0agKcGXsr3LUF+Vl4nTHrf5eBNV7/2GwbA4Pwed2x8TzORAjv+aS368hWR/9zftbVA1Xjn8TAND3w==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-arm64/-/valkey-glide-darwin-arm64-1.3.4.tgz", + "integrity": "sha512-Ry8PEWdMtENju/thkqMEDCcf9wJSz5JavpwTJ8+NEaTVeYUSNK7PJ91ZrgxTWyDr51YAdA8e5MjyK2+p2X1HiQ==", "bundleDependencies": [ "glide-rs" ], "cpu": [ - "x64" + "arm64" ], "license": "Apache-2.0", "optional": true, "os": [ - "linux" + "darwin" ], "peer": true, "dependencies": { @@ -14193,10 +14334,20 @@ "node": ">=16" } }, - "node_modules/@valkey/valkey-glide-linux-x64": { + "node_modules/@valkey/valkey-glide/node_modules/@valkey/valkey-glide-darwin-arm64/node_modules/glide-rs": { + "version": "0.1.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/@valkey/valkey-glide/node_modules/@valkey/valkey-glide-darwin-x64": { "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-linux-x64/-/valkey-glide-linux-x64-1.3.4.tgz", - "integrity": "sha512-j9acGMsr7T1oY377xBsIkY4rjtDqb78/OSH3CFcdntcJZU6u6fvcqGXG5Co/iRDvsm+q9uuYd/H5ITnGx60kng==", + "resolved": "https://registry.npmjs.org/@valkey/valkey-glide-darwin-x64/-/valkey-glide-darwin-x64-1.3.4.tgz", + "integrity": "sha512-Jl/x1WovhwiP7lWUcA99tw68Usb3GCHZ/ISD/1F23cVErXJ9qB4ZNCFI8Y1QrmwEPSeojKsxSpqylrsInuv1ng==", "bundleDependencies": [ "glide-rs" ], @@ -14206,7 +14357,7 @@ "license": "Apache-2.0", "optional": true, "os": [ - "linux" + "darwin" ], "peer": true, "dependencies": { @@ -14218,6 +14369,16 @@ "node": ">=16" } }, + "node_modules/@valkey/valkey-glide/node_modules/@valkey/valkey-glide-darwin-x64/node_modules/glide-rs": { + "version": "0.1.0", + "inBundle": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/@vitest/coverage-v8": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-3.2.4.tgz", @@ -16779,8 +16940,9 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", - "devOptional": true, "license": "Apache-2.0", + "optional": true, + "peer": true, "engines": { "node": ">=8" }