aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index d258331..fbaab2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
+ "name": "skyblock-api",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
@@ -14,7 +15,7 @@
"mongodb": "^4.2.2",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
- "prismarine-nbt": "^2.0.0",
+ "prismarine-nbt": "github:PrismarineJS/prismarine-nbt",
"queue-promise": "^2.2.1",
"uuid": "^8.3.2"
},
@@ -1505,8 +1506,8 @@
},
"node_modules/prismarine-nbt": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/prismarine-nbt/-/prismarine-nbt-2.0.0.tgz",
- "integrity": "sha512-Q+HzmnW5BhiIGk++vJbRIr5ekSt51uLLEzBA4a0Bt+/6Ohh2xIL9O/i3v9vMSo0WcnyjGm1HA/wS4+zDKrLUKQ==",
+ "resolved": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605",
+ "license": "MIT",
"dependencies": {
"protodef": "^1.9.0"
}
@@ -3190,7 +3191,7 @@
},
"node-fetch": {
"version": "git+ssh://git@github.com/tekwiz/node-fetch.git#1c43dd773db587a064083d15fedf9d1d65c261c7",
- "from": "node-fetch@https://github.com/tekwiz/node-fetch#fix/chunked-encoding-keepalive",
+ "from": "node-fetch@github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
"requires": {
"data-uri-to-buffer": "^3.0.1",
"fetch-blob": "^3.1.2"
@@ -3266,9 +3267,8 @@
"dev": true
},
"prismarine-nbt": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/prismarine-nbt/-/prismarine-nbt-2.0.0.tgz",
- "integrity": "sha512-Q+HzmnW5BhiIGk++vJbRIr5ekSt51uLLEzBA4a0Bt+/6Ohh2xIL9O/i3v9vMSo0WcnyjGm1HA/wS4+zDKrLUKQ==",
+ "version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605",
+ "from": "prismarine-nbt@https://github.com/PrismarineJS/prismarine-nbt",
"requires": {
"protodef": "^1.9.0"
}
diff --git a/package.json b/package.json
index 1152ed1..0b1b997 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"mongodb": "^4.2.2",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
- "prismarine-nbt": "^2.0.0",
+ "prismarine-nbt": "github:PrismarineJS/prismarine-nbt",
"queue-promise": "^2.2.1",
"uuid": "^8.3.2"
},