update libbitsub to v1.10.2

This commit is contained in:
altqx
2026-07-27 01:55:04 +07:00
parent 6b55f0978b
commit 9c3d2d9d66
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -49,7 +49,7 @@
"jquery": "3.7.1",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"libbitsub": "1.10.1",
"libbitsub": "1.10.2",
"lodash-es": "4.18.1",
"markdown-it": "14.2.0",
"material-design-icons-iconfont": "6.7.0",
@@ -7326,9 +7326,9 @@
}
},
"node_modules/@webgpu/types": {
"version": "0.1.70",
"resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.70.tgz",
"integrity": "sha512-LFiNHHKMvmAEvwVew3JLJmTdShhbdwRFSImUshGhE2mGE8ybQzIo63l5uRp+YKnNx+8Qno8Kf6gN+DKMreIJCA==",
"version": "0.1.71",
"resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.71.tgz",
"integrity": "sha512-mMy8/ODcKhab808co15eW+yN+HgXoQxRQHTiBV9Mrvl1r0ufnid7YOcI+gi4eUWSWl9ezD6TW2KXccrL8HCh2A==",
"license": "BSD-3-Clause"
},
"node_modules/@xmldom/xmldom": {
@@ -15019,12 +15019,12 @@
}
},
"node_modules/libbitsub": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/libbitsub/-/libbitsub-1.10.1.tgz",
"integrity": "sha512-TuQVSuJO0j770t5vs33V2MQkzRaW53qvR9JJOqmUJYSSXvCe6bkRVCs0ieVlkmjvT/4o52rIaQ8oU8CdX8Fk0w==",
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/libbitsub/-/libbitsub-1.10.2.tgz",
"integrity": "sha512-cXD1ueeeXqJIaNvYRrkNZOZ0A5FMMv9+8Yp/lHJZXPvkim5h0yvF2G27lYr0vGN9HwZCaJhkz6GArRerieTtuw==",
"license": "MIT",
"dependencies": {
"@webgpu/types": "^0.1.70"
"@webgpu/types": "^0.1.71"
},
"engines": {
"node": ">=18"
+1 -1
View File
@@ -117,7 +117,7 @@
"jquery": "3.7.1",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"libbitsub": "1.10.1",
"libbitsub": "1.10.2",
"lodash-es": "4.18.1",
"markdown-it": "14.2.0",
"material-design-icons-iconfont": "6.7.0",