Commit 2db21e1d authored by 水濑真白's avatar 水濑真白

chore: bump ygopro deps

parent 7afae354
Pipeline #43162 passed with stages
in 1 minute and 26 seconds
......@@ -15,7 +15,7 @@
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"ipaddr.js": "^2.3.0",
"koishipro-core.js": "^1.3.1",
"koishipro-core.js": "^1.3.2",
"nfkit": "^1.0.27",
"p-queue": "6.6.2",
"pino": "^10.3.1",
......@@ -25,10 +25,10 @@
"typed-struct": "^2.7.1",
"ws": "^8.19.0",
"yaml": "^2.8.2",
"ygopro-cdb-encode": "^1.0.1",
"ygopro-cdb-encode": "^1.0.2",
"ygopro-deck-encode": "^1.0.15",
"ygopro-lflist-encode": "^1.0.3",
"ygopro-msg-encode": "^1.1.9",
"ygopro-msg-encode": "^1.1.10",
"ygopro-yrp-encode": "^1.0.1",
"yuzuthread": "^1.0.8"
},
......@@ -5102,9 +5102,9 @@
}
},
"node_modules/koishipro-core.js": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.3.1.tgz",
"integrity": "sha512-XI02RzvWuAbPyHYGlhezo3B+bc/h2cTyUp/HJtiYXrUHyrW9OcoZmau/v451BJgdHC/BB/vZwpTV+h+GUtGuzw==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.3.2.tgz",
"integrity": "sha512-eVDBwxLv2rFp4O5A7gh6kZZTjJ/cXQMqgd+gBXyNVPL0H6PX4Q+NVF+1Mq1Du/AtYhVr3FgJzDDmvPtPOQ2/LQ==",
"license": "MIT",
"dependencies": {
"@types/emscripten": "^1.41.5",
......@@ -5113,8 +5113,8 @@
"jszip": "^3.10.1",
"nfkit": "^1.0.14",
"sql.js": "^1.13.0",
"ygopro-cdb-encode": "^1.0.1",
"ygopro-msg-encode": "^1.1.7",
"ygopro-cdb-encode": "^1.0.2",
"ygopro-msg-encode": "^1.1.10",
"ygopro-yrp-encode": "^1.0.1"
}
},
......@@ -6363,9 +6363,9 @@
"license": "BSD-3-Clause"
},
"node_modules/sql.js": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.13.0.tgz",
"integrity": "sha512-RJbVP1HRDlUUXahJ7VMTcu9Rm1Nzw+EBpoPr94vnbD4LwR715F3CcxE2G2k45PewcaZ57pjetYa+LoSJLAASgA==",
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.14.0.tgz",
"integrity": "sha512-NXYh+kFqLiYRCNAaHD0PcbjFgXyjuolEKLMk5vRt2DgPENtF1kkNzzMlg42dUk5wIsH8MhUzsRhaUxIisoSlZQ==",
"license": "MIT"
},
"node_modules/stack-utils": {
......@@ -7412,15 +7412,15 @@
}
},
"node_modules/ygopro-cdb-encode": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ygopro-cdb-encode/-/ygopro-cdb-encode-1.0.1.tgz",
"integrity": "sha512-MfNcrM9w/r9Pp7yFAnZyIkmYwEkoDJlyeddo7xviGgKf2E4dnlK06TGBPO2dk6JpdxB8Ij6jpmFw0B/qd0c7LA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/ygopro-cdb-encode/-/ygopro-cdb-encode-1.0.2.tgz",
"integrity": "sha512-g3RESgLWfL/m3drSo5LBwkRQckESzfjEwQPg4t6PanS2QRVik5bkpgIVDxCCslBHluNocIN0Vqm3uZZjnX+yxA==",
"license": "MIT",
"dependencies": {
"@types/sql.js": "^1.4.9",
"nfkit": "^1.0.21",
"sql.js": "^1.13.0",
"ygopro-msg-encode": "^1.1.7"
"ygopro-msg-encode": "^1.1.10"
}
},
"node_modules/ygopro-deck-encode": {
......@@ -7439,9 +7439,9 @@
}
},
"node_modules/ygopro-msg-encode": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/ygopro-msg-encode/-/ygopro-msg-encode-1.1.9.tgz",
"integrity": "sha512-sY/jveNdcN25pcTsf8MpC0hvZnNQ2vTpIjuVhP3zjAZw8Uw8+8kEqTZSFEnnpS4QAmu3QYSEaFH1Rb0CfG2jFA==",
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/ygopro-msg-encode/-/ygopro-msg-encode-1.1.10.tgz",
"integrity": "sha512-lRTbBwf3Gr6x1hIvTeojdbcWw91/UlbYAhjgPgH9RgUk+2Av18iq8hayKkZgpjqbYhdlHqyZj4aBMgDI+F5eJw==",
"license": "MIT",
"dependencies": {
"typed-reflector": "^1.0.14",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment