diff --git a/package-lock.json b/package-lock.json index 21c78fc84..42ab0a188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3451,9 +3451,9 @@ } }, "warframe-worldstate-data": { - "version": "1.3.12", - "resolved": "https://registry.npmjs.org/warframe-worldstate-data/-/warframe-worldstate-data-1.3.12.tgz", - "integrity": "sha512-LerZhWyI4SBRA3kkpVh0tJmjiGTVCDKwqA1Lq/TZN0vctkrA9xfrUdMtlBJj71vDS+r9WDRGedbuuBD3/1/e4g==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/warframe-worldstate-data/-/warframe-worldstate-data-1.4.0.tgz", + "integrity": "sha512-dbtuT38nOl7yihaJ5mqAADIAzbyy53TBeGA+apzPcFC5kjDH++zav51in+4kppW6fG4W8FPGv3+RXfagNoUo/Q==" }, "which": { "version": "1.3.1", diff --git a/package.json b/package.json index e51556dc9..f7ac86c4b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "node-fetch": "^2.6.0", "node-md-config": "^2.0.1", "right-pad": "^1.0.1", - "warframe-worldstate-data": "^1.3.12" + "warframe-worldstate-data": "^1.4.0" }, "devDependencies": { "@types/chai": "^4.2.8",