diff --git a/app-template/package-lock.json b/app-template/package-lock.json index 6818a0f..9e00e5b 100644 --- a/app-template/package-lock.json +++ b/app-template/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "cubing": "^0.52.3" + "cubing": "^0.52.4" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" @@ -464,9 +464,9 @@ "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==" }, "node_modules/cubing": { - "version": "0.52.3", - "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.52.3.tgz", - "integrity": "sha512-AaTstvUEjwEf7VrSz54xN9RVmm+4L5m63jB3eVahgjgSOmz1ij9+i5eOXgh+oXp9saE6IsdWxbM+AASnJn5O/g==", + "version": "0.52.4", + "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.52.4.tgz", + "integrity": "sha512-U1JwVgCNMQIvtj6f1XGB/nLtXP1tZ0YqStPrV/qpakJAPueVGEupb1UsHQfuusVaCo1JQKR4ss+VUQgcfZrZ0w==", "license": "MPL-2.0 OR GPL-3.0-or-later", "dependencies": { "@types/three": "^0.169.0", diff --git a/app-template/package.json b/app-template/package.json index ac96883..d6d984d 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -7,7 +7,7 @@ "upgrade-cubing": "npm install --save cubing@latest" }, "dependencies": { - "cubing": "^0.52.3" + "cubing": "^0.52.4" }, "devDependencies": { "barely-a-dev-server": "^0.6.1" diff --git a/package-lock.json b/package-lock.json index 2239fb5..6d47a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-cubing-app", - "version": "0.52.3", + "version": "0.52.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-cubing-app", - "version": "0.52.3", + "version": "0.52.4", "bin": { "create-cubing-app": "bin/create-cubing-app.js" }, diff --git a/package.json b/package.json index cbe54f1..5ccbc06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-cubing-app", - "version": "0.52.3", + "version": "0.52.4", "type": "module", "bin": { "create-cubing-app": "bin/create-cubing-app.js"