From 5fb4b94bb490613b6e73e691dbcce2e91f76696e Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 12 Oct 2024 00:25:43 +0200 Subject: [PATCH] chore: update PE+ to 0.5.1 (#537) --- 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 75a7f94c..2da10170 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.0", + "warframe-public-export-plus": "^0.5.1", "warframe-riven-info": "^0.1.1", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0" @@ -3778,9 +3778,9 @@ } }, "node_modules/warframe-public-export-plus": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.0.tgz", - "integrity": "sha512-JntDm6j81BQ5MLeleMJVr+xTh3+ijGI6ka4rLMW0Gg/VyNLl33qXsRE1yxilo29REtdfFHAFAuwvOLJuM8YC0A==" + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.1.tgz", + "integrity": "sha512-i9Qlh/xEqUQzLj6Dda0VB0nWkyEyWDYEnAyNTbb3IxebCLWEcizCSf3nkAae5xuKvwCvOefInOAa2YgiYwzr/A==" }, "node_modules/warframe-riven-info": { "version": "0.1.1", diff --git a/package.json b/package.json index 9d450149..c18b4022 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.0", + "warframe-public-export-plus": "^0.5.1", "warframe-riven-info": "^0.1.1", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0"