From 3b3a4257c053d547df8de75a717286478bb47b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:23:00 +0000 Subject: [PATCH] deps: bump @cloudflare/workers-types from 4.20260411.1 to 4.20260412.1 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260411.1 to 4.20260412.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.20260412.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 63 +++++++---------------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 55 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36becb9..4ec23d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,20 @@ { "name": "recall-mcp", - "version": "1.0.0", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recall-mcp", - "version": "1.0.0", + "version": "1.1.3", "license": "MIT", "devDependencies": { - "@cloudflare/workers-types": "^4.20260408.1", + "@cloudflare/workers-types": "^4.20260412.1", "typescript": "^6.0.2", "wrangler": "^4.81.0" + }, + "engines": { + "node": ">=20" } }, "node_modules/@cloudflare/kv-asset-handler": { @@ -126,9 +129,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260411.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260411.1.tgz", - "integrity": "sha512-SsntcTanLz+LmgJC8yB7sGCtpC8HxboVDmwrOH1hp1SHZwuKnhfmhUfeiwy7O/cE3iVN1cxe1E17stxP5DJXDw==", + "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==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -696,9 +699,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -716,9 +716,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -736,9 +733,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -756,9 +750,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -776,9 +767,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -796,9 +784,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -816,9 +801,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -836,9 +818,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -856,9 +835,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -882,9 +858,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -908,9 +881,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -934,9 +904,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -960,9 +927,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -986,9 +950,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1012,9 +973,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1038,9 +996,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 011170f..7b81d2d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "setup": "./setup.sh" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20260408.1", + "@cloudflare/workers-types": "^4.20260412.1", "typescript": "^6.0.2", "wrangler": "^4.81.0" }