diff --git a/package-lock.json b/package-lock.json index 2309af8ff..469921881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@microbit/microbit-universal-hex": "0.2.2", "@turbowarp/jszip": "^3.11.1", - "@turbowarp/nanolog": "^0.2.0", + "@turbowarp/nanolog": "^1.0.1", "@turbowarp/scratch-l10n": "^3.1001.0-202401241456-994097a5", "@turbowarp/scratch-storage": "^0.0.202505311821", "@turbowarp/scratch-svg-renderer": "^1.0.0-202312242305-12c360b", @@ -3070,9 +3070,10 @@ } }, "node_modules/@turbowarp/nanolog": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", - "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-1.0.1.tgz", + "integrity": "sha512-jdkH5MMdEo81Z9CJDDKsUqnTD5W3oeVt9SWyRSPLT3Q5NPGD6E4SnffD5pXWIZbjF052u2SamDxp/awW7W7cVQ==", + "license": "MIT" }, "node_modules/@turbowarp/paper": { "version": "0.12.202505131813", @@ -3121,6 +3122,12 @@ "worker-loader": "^2.0.0" } }, + "node_modules/@turbowarp/scratch-storage/node_modules/@turbowarp/nanolog": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", + "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==", + "license": "MIT" + }, "node_modules/@turbowarp/scratch-svg-renderer": { "version": "1.0.202505311824", "resolved": "https://registry.npmjs.org/@turbowarp/scratch-svg-renderer/-/scratch-svg-renderer-1.0.202505311824.tgz", @@ -3136,6 +3143,12 @@ "scratch-render-fonts": "github:TurboWarp/scratch-render-fonts#master" } }, + "node_modules/@turbowarp/scratch-svg-renderer/node_modules/@turbowarp/nanolog": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", + "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==", + "license": "MIT" + }, "node_modules/@turbowarp/scratch-svg-renderer/node_modules/base64-js": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz", @@ -17409,6 +17422,12 @@ "@turbowarp/startaudiocontext": "^1.0.0" } }, + "node_modules/scratch-audio/node_modules/@turbowarp/nanolog": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", + "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==", + "license": "MIT" + }, "node_modules/scratch-blocks": { "version": "0.1.0", "resolved": "git+ssh://git@github.com/DashBlocks/scratch-blocks.git#62e8133b012790b34f315348e8ae3fefc4d24532", @@ -17511,6 +17530,12 @@ "base64-loader": "1.0.0" } }, + "node_modules/scratch-render/node_modules/@turbowarp/nanolog": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", + "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==", + "license": "MIT" + }, "node_modules/scratch-sb1-converter": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/scratch-sb1-converter/-/scratch-sb1-converter-0.2.7.tgz", @@ -17567,6 +17592,12 @@ "@turbowarp/scratch-svg-renderer": "^1.0.0-202312300007-62fe825" } }, + "node_modules/scratch-vm/node_modules/@turbowarp/nanolog": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@turbowarp/nanolog/-/nanolog-0.2.0.tgz", + "integrity": "sha512-texcM9oxfEsADVlVDR5UhLkYclPKsV9mytJh+9pHHonNcUrxRVGF6FkJTzWO/Hl5NafU1crSdw737nqKE3atSA==", + "license": "MIT" + }, "node_modules/scratch-vm/node_modules/dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", diff --git a/package.json b/package.json index 5198abd01..240d2b126 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@microbit/microbit-universal-hex": "0.2.2", "@turbowarp/jszip": "^3.11.1", - "@turbowarp/nanolog": "^0.2.0", + "@turbowarp/nanolog": "^1.0.1", "@turbowarp/scratch-l10n": "^3.1001.0-202401241456-994097a5", "@turbowarp/scratch-storage": "^0.0.202505311821", "@turbowarp/scratch-svg-renderer": "^1.0.0-202312242305-12c360b",