From dc5973d75d34d92d28a99a655e26c45d27d02886 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 20 Oct 2025 10:24:23 +0500 Subject: [PATCH] editor: update package-lock file --- packages/editor/package-lock.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/editor/package-lock.json b/packages/editor/package-lock.json index 1678d02b9..20505fde8 100644 --- a/packages/editor/package-lock.json +++ b/packages/editor/package-lock.json @@ -2466,6 +2466,26 @@ "dev": true, "license": "MIT" }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, "node_modules/binary-extensions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",