Update dependencies
All checks were successful
CI / build (push) Successful in 22s

This commit is contained in:
Andrey Kernichniy 2026-03-15 01:12:10 +07:00
parent 6e062dcadb
commit 6c2373d6ec
4 changed files with 9 additions and 9 deletions

10
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.3",
"@gxc-solutions/renderer-base": "^0.0.11"
"@gxc-solutions/renderer-base": "^0.0.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
@ -701,11 +701,11 @@
"integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA=="
},
"node_modules/@gxc-solutions/renderer-base": {
"version": "0.0.11",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.11.tgz",
"integrity": "sha512-JD3ubs5TA7eDV3zqMKx5c3in5/9z9C3YdK0e2cgWya8/LT/HoLl6RdbLqZ0I4xngRksyd/clSoXCWcbtROj8kg==",
"version": "0.0.12",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.12.tgz",
"integrity": "sha512-DmBjpv5lw8Ll499tn6QXDa77jSFFn2blDqNYXHHt+EWRprJiMudxOF9HxQ+fCvRoTkNwYiMl4GRhVq21db2/bQ==",
"peerDependencies": {
"@gxc-solutions/math": "^0.0.2"
"@gxc-solutions/math": "^0.0.3"
}
},
"node_modules/@humanfs/core": {