diff --git a/canister_templates/experimental.wasm b/canister_templates/experimental.wasm index 8946952e8b..d9bcebaf85 100644 Binary files a/canister_templates/experimental.wasm and b/canister_templates/experimental.wasm differ diff --git a/canister_templates/stable.wasm b/canister_templates/stable.wasm index 4106cd30a1..3fc3d5374a 100644 Binary files a/canister_templates/stable.wasm and b/canister_templates/stable.wasm differ diff --git a/package-lock.json b/package-lock.json index 337f76537b..9139659ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "esbuild": "^0.24.2", "esbuild-plugin-tsc": "^0.4.0", "ethers": "^6.13.5", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "glob": "^11.0.1", "hash-of-directory": "^1.0.1", "http-message-parser": "^0.0.34", @@ -4603,9 +4603,9 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 2d28b13491..b6f2aac58b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "esbuild": "^0.24.2", "esbuild-plugin-tsc": "^0.4.0", "ethers": "^6.13.5", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "glob": "^11.0.1", "hash-of-directory": "^1.0.1", "http-message-parser": "^0.0.34",