XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: npm audit fix

c5b32840
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +44 -41
Modified package-lock.json +44 -41
@@ -1428,23 +1428,27 @@
1428 1428 "license": "MIT"
1429 1429 },
1430 1430 "node_modules/body-parser": {
1431 "version": "2.2.0",
1432 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
1433 "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
1431 "version": "2.2.1",
1432 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
1433 "integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
1434 1434 "license": "MIT",
1435 1435 "dependencies": {
1436 1436 "bytes": "^3.1.2",
1437 1437 "content-type": "^1.0.5",
1438 "debug": "^4.4.0",
1438 "debug": "^4.4.3",
1439 1439 "http-errors": "^2.0.0",
1440 "iconv-lite": "^0.6.3",
1440 "iconv-lite": "^0.7.0",
1441 1441 "on-finished": "^2.4.1",
1442 1442 "qs": "^6.14.0",
1443 "raw-body": "^3.0.0",
1444 "type-is": "^2.0.0"
1443 "raw-body": "^3.0.1",
1444 "type-is": "^2.0.1"
1445 1445 },
1446 1446 "engines": {
1447 1447 "node": ">=18"
1448 },
1449 "funding": {
1450 "type": "opencollective",
1451 "url": "https://opencollective.com/express"
1448 1452 }
1449 1453 },
1450 1454 "node_modules/brace-expansion": {
@@ -1770,9 +1774,9 @@
1770 1774 }
1771 1775 },
1772 1776 "node_modules/debug": {
1773 "version": "4.4.1",
1774 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
1775 "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
1777 "version": "4.4.3",
1778 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1779 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1776 1780 "license": "MIT",
1777 1781 "dependencies": {
1778 1782 "ms": "^2.1.3"
@@ -3045,40 +3049,39 @@
3045 3049 }
3046 3050 },
3047 3051 "node_modules/http-errors": {
3048 "version": "2.0.0",
3049 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
3050 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
3052 "version": "2.0.1",
3053 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
3054 "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
3051 3055 "license": "MIT",
3052 3056 "dependencies": {
3053 "depd": "2.0.0",
3054 "inherits": "2.0.4",
3055 "setprototypeof": "1.2.0",
3056 "statuses": "2.0.1",
3057 "toidentifier": "1.0.1"
3057 "depd": "~2.0.0",
3058 "inherits": "~2.0.4",
3059 "setprototypeof": "~1.2.0",
3060 "statuses": "~2.0.2",
3061 "toidentifier": "~1.0.1"
3058 3062 },
3059 3063 "engines": {
3060 3064 "node": ">= 0.8"
3061 }
3062 },
3063 "node_modules/http-errors/node_modules/statuses": {
3064 "version": "2.0.1",
3065 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
3066 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
3067 "license": "MIT",
3068 "engines": {
3069 "node": ">= 0.8"
3065 },
3066 "funding": {
3067 "type": "opencollective",
3068 "url": "https://opencollective.com/express"
3070 3069 }
3071 3070 },
3072 3071 "node_modules/iconv-lite": {
3073 "version": "0.6.3",
3074 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
3075 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
3072 "version": "0.7.0",
3073 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
3074 "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
3076 3075 "license": "MIT",
3077 3076 "dependencies": {
3078 3077 "safer-buffer": ">= 2.1.2 < 3.0.0"
3079 3078 },
3080 3079 "engines": {
3081 3080 "node": ">=0.10.0"
3081 },
3082 "funding": {
3083 "type": "opencollective",
3084 "url": "https://opencollective.com/express"
3082 3085 }
3083 3086 },
3084 3087 "node_modules/ignore": {
@@ -3610,9 +3613,9 @@
3610 3613 "license": "ISC"
3611 3614 },
3612 3615 "node_modules/js-yaml": {
3613 "version": "4.1.0",
3614 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3615 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3616 "version": "4.1.1",
3617 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3618 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3616 3619 "dev": true,
3617 3620 "license": "MIT",
3618 3621 "dependencies": {
@@ -4457,18 +4460,18 @@
4457 4460 }
4458 4461 },
4459 4462 "node_modules/raw-body": {
4460 "version": "3.0.0",
4461 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz",
4462 "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
4463 "version": "3.0.2",
4464 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
4465 "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
4463 4466 "license": "MIT",
4464 4467 "dependencies": {
4465 "bytes": "3.1.2",
4466 "http-errors": "2.0.0",
4467 "iconv-lite": "0.6.3",
4468 "unpipe": "1.0.0"
4468 "bytes": "~3.1.2",
4469 "http-errors": "~2.0.1",
4470 "iconv-lite": "~0.7.0",
4471 "unpipe": "~1.0.0"
4469 4472 },
4470 4473 "engines": {
4471 "node": ">= 0.8"
4474 "node": ">= 0.10"
4472 4475 }
4473 4476 },
4474 4477 "node_modules/readable-stream": {