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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

chore: npm audit fix

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

代码差异

1 个文件 +47 -30
Modified package-lock.json +47 -30
@@ -154,9 +154,9 @@
154 154 }
155 155 },
156 156 "node_modules/@eslint/config-array/node_modules/brace-expansion": {
157 "version": "5.0.6",
158 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
159 "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
157 "version": "5.0.7",
158 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
159 "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
160 160 "dev": true,
161 161 "license": "MIT",
162 162 "dependencies": {
@@ -1863,20 +1863,20 @@
1863 1863 }
1864 1864 },
1865 1865 "node_modules/body-parser": {
1866 "version": "2.2.1",
1867 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
1868 "integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
1866 "version": "2.3.0",
1867 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
1868 "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
1869 1869 "license": "MIT",
1870 1870 "dependencies": {
1871 1871 "bytes": "^3.1.2",
1872 "content-type": "^1.0.5",
1872 "content-type": "^2.0.0",
1873 1873 "debug": "^4.4.3",
1874 "http-errors": "^2.0.0",
1875 "iconv-lite": "^0.7.0",
1874 "http-errors": "^2.0.1",
1875 "iconv-lite": "^0.7.2",
1876 1876 "on-finished": "^2.4.1",
1877 "qs": "^6.14.0",
1878 "raw-body": "^3.0.1",
1879 "type-is": "^2.0.1"
1877 "qs": "^6.15.2",
1878 "raw-body": "^3.0.2",
1879 "type-is": "^2.1.0"
1880 1880 },
1881 1881 "engines": {
1882 1882 "node": ">=18"
@@ -1887,9 +1887,9 @@
1887 1887 }
1888 1888 },
1889 1889 "node_modules/brace-expansion": {
1890 "version": "2.0.3",
1891 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
1892 "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
1890 "version": "2.1.2",
1891 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.2.tgz",
1892 "integrity": "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
1893 1893 "license": "MIT",
1894 1894 "dependencies": {
1895 1895 "balanced-match": "^1.0.0"
@@ -2077,12 +2077,16 @@
2077 2077 }
2078 2078 },
2079 2079 "node_modules/content-type": {
2080 "version": "1.0.5",
2081 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
2082 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
2080 "version": "2.0.0",
2081 "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
2082 "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
2083 2083 "license": "MIT",
2084 2084 "engines": {
2085 "node": ">= 0.6"
2085 "node": ">=18"
2086 },
2087 "funding": {
2088 "type": "opencollective",
2089 "url": "https://opencollective.com/express"
2086 2090 }
2087 2091 },
2088 2092 "node_modules/cookie": {
@@ -2394,9 +2398,9 @@
2394 2398 }
2395 2399 },
2396 2400 "node_modules/eslint/node_modules/brace-expansion": {
2397 "version": "5.0.6",
2398 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
2399 "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
2401 "version": "5.0.7",
2402 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
2403 "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
2400 2404 "dev": true,
2401 2405 "license": "MIT",
2402 2406 "dependencies": {
@@ -2583,6 +2587,15 @@
2583 2587 "url": "https://opencollective.com/express"
2584 2588 }
2585 2589 },
2590 "node_modules/express/node_modules/content-type": {
2591 "version": "1.0.5",
2592 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
2593 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
2594 "license": "MIT",
2595 "engines": {
2596 "node": ">= 0.6"
2597 }
2598 },
2586 2599 "node_modules/extend": {
2587 2600 "version": "3.0.2",
2588 2601 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -3112,9 +3125,9 @@
3112 3125 }
3113 3126 },
3114 3127 "node_modules/iconv-lite": {
3115 "version": "0.7.0",
3116 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
3117 "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
3128 "version": "0.7.3",
3129 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
3130 "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
3118 3131 "license": "MIT",
3119 3132 "dependencies": {
3120 3133 "safer-buffer": ">= 2.1.2 < 3.0.0"
@@ -4780,17 +4793,21 @@
4780 4793 }
4781 4794 },
4782 4795 "node_modules/type-is": {
4783 "version": "2.0.1",
4784 "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
4785 "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
4796 "version": "2.1.0",
4797 "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
4798 "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
4786 4799 "license": "MIT",
4787 4800 "dependencies": {
4788 "content-type": "^1.0.5",
4801 "content-type": "^2.0.0",
4789 4802 "media-typer": "^1.1.0",
4790 4803 "mime-types": "^3.0.0"
4791 4804 },
4792 4805 "engines": {
4793 "node": ">= 0.6"
4806 "node": ">= 18"
4807 },
4808 "funding": {
4809 "type": "opencollective",
4810 "url": "https://opencollective.com/express"
4794 4811 }
4795 4812 },
4796 4813 "node_modules/typescript": {