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

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#624)

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

11d1daf2
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
提交于

代码差异

2 个文件 +12 -12
Modified package-lock.json +11 -11
@@ -23,7 +23,7 @@
23 23 "@typescript-eslint/eslint-plugin": "^7.14",
24 24 "@typescript-eslint/parser": "^7.18",
25 25 "eslint": "^8.56.0",
26 "eslint-plugin-prettier": "^5.1.3",
26 "eslint-plugin-prettier": "^5.2.1",
27 27 "morgan": "^1.10.0",
28 28 "prettier": "^3.4.2",
29 29 "ts-node-dev": "^2.0.0",
@@ -1543,13 +1543,13 @@
1543 1543 }
1544 1544 },
1545 1545 "node_modules/eslint-plugin-prettier": {
1546 "version": "5.1.3",
1547 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz",
1548 "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==",
1546 "version": "5.2.1",
1547 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
1548 "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
1549 1549 "dev": true,
1550 1550 "dependencies": {
1551 1551 "prettier-linter-helpers": "^1.0.0",
1552 "synckit": "^0.8.6"
1552 "synckit": "^0.9.1"
1553 1553 },
1554 1554 "engines": {
1555 1555 "node": "^14.18.0 || >=16.0.0"
@@ -3517,9 +3517,9 @@
3517 3517 }
3518 3518 },
3519 3519 "node_modules/synckit": {
3520 "version": "0.8.8",
3521 "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz",
3522 "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
3520 "version": "0.9.2",
3521 "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz",
3522 "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==",
3523 3523 "dev": true,
3524 3524 "dependencies": {
3525 3525 "@pkgr/core": "^0.1.0",
@@ -3769,9 +3769,9 @@
3769 3769 }
3770 3770 },
3771 3771 "node_modules/tslib": {
3772 "version": "2.6.2",
3773 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
3774 "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
3772 "version": "2.8.1",
3773 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3774 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3775 3775 "dev": true
3776 3776 },
3777 3777 "node_modules/type-check": {
Modified package.json +1 -1
@@ -27,7 +27,7 @@
27 27 "@typescript-eslint/eslint-plugin": "^7.14",
28 28 "@typescript-eslint/parser": "^7.18",
29 29 "eslint": "^8.56.0",
30 "eslint-plugin-prettier": "^5.1.3",
30 "eslint-plugin-prettier": "^5.2.1",
31 31 "morgan": "^1.10.0",
32 32 "prettier": "^3.4.2",
33 33 "ts-node-dev": "^2.0.0",