From 38e7d3d078bda4c0158e7451866d203a6f47cdeb Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 17 Nov 2024 04:18:13 +0100 Subject: [PATCH] chore: update PE+ to 0.5.5 (#573) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28015e3a..8ef7dee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "copyfiles": "^2.4.1", "express": "^5.0.0-beta.3", "mongoose": "^8.4.5", - "warframe-public-export-plus": "^0.5.2", + "warframe-public-export-plus": "^0.5.5", "warframe-riven-info": "^0.1.2", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0" @@ -3778,9 +3778,9 @@ } }, "node_modules/warframe-public-export-plus": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.2.tgz", - "integrity": "sha512-mv7abHis5ytlevnx9lSLwnqnv5/3t322/OKkR99Hrw+w7Qm+Ps6agZcTqNaIy6zrM1vsvWY1NnbxVe2+JIW6/Q==" + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.5.tgz", + "integrity": "sha512-zySJ9cNO9hSectG4nBVPoykQ7mfME3U6GqU5kfuGiaowX7+9S+Y1exJLhxaV9yfIIEJwXQCZwJR7wpdqH2Pidg==" }, "node_modules/warframe-riven-info": { "version": "0.1.2", diff --git a/package.json b/package.json index 486d0a29..8661636a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "copyfiles": "^2.4.1", "express": "^5.0.0-beta.3", "mongoose": "^8.4.5", - "warframe-public-export-plus": "^0.5.2", + "warframe-public-export-plus": "^0.5.5", "warframe-riven-info": "^0.1.2", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0"