From 1bdc2c51de86ceeb7aad66281160b618d56b218c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:23:30 +0000 Subject: [PATCH] deps: bump @cloudflare/workers-types from 4.20260412.1 to 4.20260426.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260412.1 to 4.20260426.1. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260426.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 ++++++------------------------------------ package.json | 2 +- 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 658c1b7..d70bbba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "recall-mcp", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recall-mcp", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { - "@cloudflare/workers-types": "^4.20260412.1", + "@cloudflare/workers-types": "^4.20260426.1", "@vitest/ui": "^4.1.4", "typescript": "^6.0.2", "vitest": "^4.1.4", @@ -131,9 +131,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260412.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260412.1.tgz", - "integrity": "sha512-4jcYPBKH70/XOW40B6X/bEUlh+rjvem8wuvGJXuGebSScFcbJ5TuO5CjX/Nc8Y+RhH3RnTcynHX4tR6Rm0MNgA==", + "version": "4.20260426.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260426.1.tgz", + "integrity": "sha512-cBYeQaWwv/jFV8ualmwp6wIxmAf0rDe2DPPQwPbslKmPHqgv861YpAvm45r05K40QboZgxNQVIPgNkmtHqZeJQ==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -1302,9 +1302,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1322,9 +1319,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1342,9 +1336,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1362,9 +1353,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1382,9 +1370,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1402,9 +1387,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2026,9 +2008,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2050,9 +2029,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2074,9 +2050,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2098,9 +2071,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 4696789..c1e1584 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "setup": "./setup.sh" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20260412.1", + "@cloudflare/workers-types": "^4.20260426.1", "@vitest/ui": "^4.1.4", "typescript": "^6.0.2", "vitest": "^4.1.4",