From 412fa242ee97b30c7e974367e7f04307fac0eb6e Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Mon, 9 Sep 2024 15:18:02 -0700 Subject: [PATCH] `npm install cubing@v0.51.2` --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8acf41f..bfbe732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/dom-screen-wake-lock": "^1.0.1", "@types/pouchdb": "^6.4.0", "comlink": "^4.4.1", - "cubing": "^0.50.0", + "cubing": "^0.51.2", "events": "^3.3.0", "pouchdb": "^8.0.1", "pouchdb-find": "^8.0.1" @@ -2694,9 +2694,10 @@ } }, "node_modules/cubing": { - "version": "0.50.0", - "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.50.0.tgz", - "integrity": "sha512-7m9zHdB1+c2PrKei4Bq+7ViAVk3OTgu91LdAvoyef/oCOTaYV9I5WrWbUzN+hHtDHIfHEOh6/TBVYhMWbaErfg==", + "version": "0.51.2", + "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.51.2.tgz", + "integrity": "sha512-hKIK9eqbDO0b7DJnoAcx9fLP2QwQnS7IjNM+d/Hepv17pRjOKQkyKGWBVmcQm/UeubKFaRyhK5Bb4Q7/Bf1Wvg==", + "license": "MPL-2.0 OR GPL-3.0-or-later", "dependencies": { "@types/three": "^0.165.0", "@types/web-bluetooth": "^0.0.20", @@ -2709,7 +2710,7 @@ }, "engines": { "bun": ">=1.0.30", - "node": ">=19" + "node": ">=20.16.0" } }, "node_modules/debug": { diff --git a/package.json b/package.json index df3917a..49fe46c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/dom-screen-wake-lock": "^1.0.1", "@types/pouchdb": "^6.4.0", "comlink": "^4.4.1", - "cubing": "^0.50.0", + "cubing": "^0.51.2", "events": "^3.3.0", "pouchdb": "^8.0.1", "pouchdb-find": "^8.0.1"