From c0f9a5962e51dd3cd758f652c29074b91f122eee Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:42:45 +0100 Subject: [PATCH] Update bitsyntax --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e33095a..c4d1cc37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.10.2", "license": "MIT", "dependencies": { - "@acuminous/bitsyntax": "^0.1.1", + "@acuminous/bitsyntax": "^0.1.2", "buffer-more-ints": "~1.0.0", "readable-stream": "1.x >=1.1.9", "url-parse": "~1.5.10" @@ -25,9 +25,9 @@ } }, "node_modules/@acuminous/bitsyntax": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@acuminous/bitsyntax/-/bitsyntax-0.1.1.tgz", - "integrity": "sha512-0TJeI9G340fziOaPGICSFNbff6dlC336orDVZapZYd0KTS6TO/0yV2UkYVOVUotB4/bz+O6xgMvt06SP9bLoqg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@acuminous/bitsyntax/-/bitsyntax-0.1.2.tgz", + "integrity": "sha512-29lUK80d1muEQqiUsSo+3A0yP6CdspgC95EnKBMi22Xlwt79i/En4Vr67+cXhU+cZjbti3TgGGC5wy1stIywVQ==", "dependencies": { "buffer-more-ints": "~1.0.0", "debug": "^4.3.4", @@ -2833,9 +2833,9 @@ }, "dependencies": { "@acuminous/bitsyntax": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@acuminous/bitsyntax/-/bitsyntax-0.1.1.tgz", - "integrity": "sha512-0TJeI9G340fziOaPGICSFNbff6dlC336orDVZapZYd0KTS6TO/0yV2UkYVOVUotB4/bz+O6xgMvt06SP9bLoqg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@acuminous/bitsyntax/-/bitsyntax-0.1.2.tgz", + "integrity": "sha512-29lUK80d1muEQqiUsSo+3A0yP6CdspgC95EnKBMi22Xlwt79i/En4Vr67+cXhU+cZjbti3TgGGC5wy1stIywVQ==", "requires": { "buffer-more-ints": "~1.0.0", "debug": "^4.3.4", diff --git a/package.json b/package.json index 576a3426..e5683a30 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "node": ">=10" }, "dependencies": { - "@acuminous/bitsyntax": "^0.1.1", + "@acuminous/bitsyntax": "^0.1.2", "buffer-more-ints": "~1.0.0", "readable-stream": "1.x >=1.1.9", "url-parse": "~1.5.10"