diff --git a/package-lock.json b/package-lock.json index 7b8452e..102e95f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.3.0", "@types/uuid": "^9.0.8", - "@uploadcare/blocks": "^0.35.2", + "@uploadcare/blocks": "^0.50.1", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", @@ -2577,13 +2577,16 @@ "dev": true }, "node_modules/@uploadcare/blocks": { - "version": "0.35.2", - "resolved": "https://registry.npmjs.org/@uploadcare/blocks/-/blocks-0.35.2.tgz", - "integrity": "sha512-5O4TA2FDfVAr/end2Ybk/sxL8Ur5UHNM3LrPYXeLeR1PCymdb4apkR6F1dyMHSI17kwpW5gNAbBnZIvxVmyWdQ==", + "version": "0.50.1", + "resolved": "https://registry.npmjs.org/@uploadcare/blocks/-/blocks-0.50.1.tgz", + "integrity": "sha512-BuYzCtWfQC7JkFc666MIYuKtL6wHTNRninobUaWdcmMj50Kh7pr8/3KREhOiL2lBIX0LCPLUb61xupwumNqATw==", + "deprecated": "The `@uploadcare/blocks` package has been renamed to `@uploadcare/file-uploader`. Please migrate to the new package to continue receiving updates and support. You can find the migration guide here: https://uploadcare.com/docs/file-uploader/migration-to-1.x/", + "license": "MIT", "dependencies": { "@symbiotejs/symbiote": "^1.11.7", "@uploadcare/image-shrink": "^6.14.1", - "@uploadcare/upload-client": "^6.14.1" + "@uploadcare/upload-client": "^6.14.1", + "keyux": "^0.7.1" } }, "node_modules/@uploadcare/image-shrink": { @@ -5752,6 +5755,21 @@ "safe-buffer": "^5.0.1" } }, + "node_modules/keyux": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/keyux/-/keyux-0.7.2.tgz", + "integrity": "sha512-Z8ULf9BhSx1hI2rKG2uNjcvMgQmza97ZW2w43phS5VaT4wiTka7tOL4i/GJSc79k65tbvpoTVNCZwam0pqoH6A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "engines": { + "node": "^18.0.0 || >=20.0.0" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", diff --git a/package.json b/package.json index ebc1b46..0f35e16 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.3.0", "@types/uuid": "^9.0.8", - "@uploadcare/blocks": "^0.35.2", + "@uploadcare/blocks": "^0.50.1", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0",