⬆️ @screeps/storage

This commit is contained in:
Nikolay Kharitonov
2023-11-25 18:20:24 +00:00
parent 35b903f14a
commit 5b59eea95d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -110,9 +110,9 @@
} }
}, },
"@screeps/storage": { "@screeps/storage": {
"version": "5.1.1", "version": "5.1.2",
"resolved": "https://registry.npmjs.org/@screeps/storage/-/storage-5.1.1.tgz", "resolved": "https://registry.npmjs.org/@screeps/storage/-/storage-5.1.2.tgz",
"integrity": "sha512-YBA2iglc6oe98kBVjwaAd0+WROEfAKbLY2Ge492lNQ1LfkTXKj00UovGduordx4DPA15s1J/xZ8vVAaF8apNwg==", "integrity": "sha512-eTo4UZXzuW8kUINJyJYtA8X8JSC8lxEiCuFsZV//JoD3urkmJciJndYWSdVWkiugY+9HdiYkKxPstLPmpvtAKg==",
"requires": { "requires": {
"lodash": "^3.10.1", "lodash": "^3.10.1",
"lokijs": "^1.5.6", "lokijs": "^1.5.6",

View File

@@ -19,7 +19,7 @@
"@screeps/engine": "^4.2.14", "@screeps/engine": "^4.2.14",
"@screeps/launcher": "4.1.1", "@screeps/launcher": "4.1.1",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.1" "@screeps/storage": "5.1.2"
}, },
"engines": { "engines": {
"node": ">=10.13.0", "node": ">=10.13.0",