diff --git a/packages/importer/package-lock.json b/packages/importer/package-lock.json index eb21d6efe..1d26b5754 100644 --- a/packages/importer/package-lock.json +++ b/packages/importer/package-lock.json @@ -1,15 +1,15 @@ { "name": "@notesnook/importer", - "version": "1.1.0", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notesnook/importer", - "version": "1.1.0", + "version": "1.1.2", "license": "MIT", "dependencies": { - "@notesnook/enex": "^1.0.2", + "@notesnook/enex": "^1.0.3", "@standardnotes/common": "^1.8.0", "@standardnotes/features": "^1.25.0", "fflate": "^0.7.3", @@ -609,11 +609,13 @@ } }, "node_modules/@notesnook/enex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@notesnook/enex/-/enex-1.0.2.tgz", - "integrity": "sha512-ujoWVOcSgXrJhNT+T4ya4+W/sO3V45sithlyi2A8aBGZGI3YcMaN0IwDhWLVFdJVAViaK6+BjMhSQp126Zbefw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@notesnook/enex/-/enex-1.0.3.tgz", + "integrity": "sha512-Zn1B9vMFO1tFSH4+Uy810OmkQdwAMgbzoo66RQCuISJ8aKXiIqgaRCiqZmadeLUffI61+RXZIE655NEaFD1YJA==", "dependencies": { - "node-html-parser": "github:thecodrr/node-html-parser" + "base64-arraybuffer": "^1.0.2", + "node-html-parser": "github:thecodrr/node-html-parser", + "spark-md5": "^3.0.2" } }, "node_modules/@standardnotes/auth": { @@ -937,6 +939,14 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "node_modules/base64-arraybuffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", + "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==", + "engines": { + "node": ">= 0.6.0" + } + }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", @@ -5890,11 +5900,13 @@ "optional": true }, "@notesnook/enex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@notesnook/enex/-/enex-1.0.2.tgz", - "integrity": "sha512-ujoWVOcSgXrJhNT+T4ya4+W/sO3V45sithlyi2A8aBGZGI3YcMaN0IwDhWLVFdJVAViaK6+BjMhSQp126Zbefw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@notesnook/enex/-/enex-1.0.3.tgz", + "integrity": "sha512-Zn1B9vMFO1tFSH4+Uy810OmkQdwAMgbzoo66RQCuISJ8aKXiIqgaRCiqZmadeLUffI61+RXZIE655NEaFD1YJA==", "requires": { - "node-html-parser": "github:thecodrr/node-html-parser" + "base64-arraybuffer": "^1.0.2", + "node-html-parser": "github:thecodrr/node-html-parser", + "spark-md5": "^3.0.2" } }, "@standardnotes/auth": { @@ -6163,6 +6175,11 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "base64-arraybuffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", + "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==" + }, "bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", diff --git a/packages/importer/package.json b/packages/importer/package.json index 1014754a8..d15000530 100644 --- a/packages/importer/package.json +++ b/packages/importer/package.json @@ -9,14 +9,14 @@ "build": "tsc" }, "dependencies": { - "@notesnook/enex": "^1.0.2", + "@notesnook/enex": "^1.0.3", + "@standardnotes/common": "^1.8.0", + "@standardnotes/features": "^1.25.0", "fflate": "^0.7.3", "highlight.js": "^11.4.0", "node-html-parser": "github:thecodrr/node-html-parser", "showdown": "github:thecodrr/showdown", - "spark-md5": "^3.0.2", - "@standardnotes/common": "^1.8.0", - "@standardnotes/features": "^1.25.0" + "spark-md5": "^3.0.2" }, "devDependencies": { "@node-rs/xxhash": "^1.0.1",