⬆️ @screeps/driver

This commit is contained in:
Nikolay Kharitonov
2023-12-28 23:52:42 +00:00
parent 6f900174c9
commit 75704d7f7a
2 changed files with 4 additions and 20 deletions

22
package-lock.json generated
View File

@@ -59,9 +59,9 @@
}
},
"@screeps/driver": {
"version": "5.2.3",
"resolved": "https://npm.pkg.github.com/download/@screeps/driver/5.2.3/0f6e928740b71ac42ac6615e3e0b711b7ba812f6",
"integrity": "sha512-N7nVG5WY/KvIXLzRMS76VC8EwTcVhc4nAsbzGEodc0Woh3HKgJ3/PAwx9zvOkKU3NLMNfLPeUZTWywblp84tlw==",
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/@screeps/driver/-/driver-5.2.4.tgz",
"integrity": "sha512-fW8O/hSkhgav0HDmBdUTakM9E7lDzmvWya0x2zymv3bbJDYCMTJUHGniWVBikIblABZySBI7/JovzAlrD1fkkQ==",
"requires": {
"generic-pool": "^3.4.1",
"isolated-vm": "^2.0.1",
@@ -436,15 +436,6 @@
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"optional": true
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"block-stream": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
@@ -1741,12 +1732,6 @@
"flat-cache": "^2.0.1"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"optional": true
},
"fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -4741,7 +4726,6 @@
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@screeps/backend": "3.2.4",
"@screeps/common": "2.15.5",
"@screeps/driver": "5.2.3",
"@screeps/driver": "5.2.4",
"@screeps/engine": "4.2.21",
"@screeps/launcher": "4.1.1",
"@screeps/pathfinding": "0.4.17",