diff --git a/package-lock.json b/package-lock.json index 590e0db..197dd7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@aws-sdk/client-s3": "^3.717.0", "handlebars": "^4.7.8", "itty-router": "^5.0.18", - "toucan-js": "^4.0.0" + "toucan-js": "^4.1.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250109.0", @@ -4489,9 +4489,9 @@ } }, "node_modules/toucan-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/toucan-js/-/toucan-js-4.0.0.tgz", - "integrity": "sha512-FkF7uBztiyjs2WxVt54akH3pFWDcu61RwHsdH2oB0KGailstKEB/xmgMHiE6mft4YCnZi88uM2RPWZVZrA5r1w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/toucan-js/-/toucan-js-4.1.0.tgz", + "integrity": "sha512-KaD6yfjFuOiFfKccvJ95EICwxus+g2mfPUHyxfPCq7yzsEg5Qi2wpym0cxsZI7oS4t3S7/HwL1v+2TW5/pGAUA==", "license": "MIT", "dependencies": { "@sentry/core": "8.9.2", diff --git a/package.json b/package.json index fadaee1..7a0e88e 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "@aws-sdk/client-s3": "^3.717.0", "handlebars": "^4.7.8", "itty-router": "^5.0.18", - "toucan-js": "^4.0.0" + "toucan-js": "^4.1.0" } }