From 4fae2dc3ec2daf23a1caf40e5dbec32a139c2c98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Apr 2020 04:44:46 +0000 Subject: [PATCH] fix: upgrade warframe-nexus-query from 1.6.11 to 1.6.12 Snyk has created this PR to upgrade warframe-nexus-query from 1.6.11 to 1.6.12. See this package in NPM: https://www.npmjs.com/package/warframe-nexus-query See this project in Snyk: https://app.snyk.io/org/tobitenno/project/ed8fc95c-1093-46d0-b5a9-710045413f1e?utm_source=github&utm_medium=upgrade-pr --- 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 8f996213..32d7d68f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4157,13 +4157,13 @@ "integrity": "sha512-LcNEBLy5DIFdrNers8QBOg9oGKkFbpX1Pr0oILWl+G/WKSstlYbQ0l5l/2hcPWTGkiTaHd6A6X/1xCE8wFVOpw==" }, "warframe-nexus-query": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/warframe-nexus-query/-/warframe-nexus-query-1.6.11.tgz", - "integrity": "sha512-z4PtRJK40KGyZQn3JTMjaovmb+PM3HwGI1NCybqj1AjA6/QYztX253hyOnL8p6DLmHNUNbslERh8ajf0fZt9Yw==", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/warframe-nexus-query/-/warframe-nexus-query-1.6.12.tgz", + "integrity": "sha512-6lWtnvVEWUjz7ok0yvfYefXxFH0MZL+rL55kJJjZQ0R9KDQkwEoC0QonHWTzRah7FgBPexaZDL9lAmegHpPeUQ==", "requires": { "get-image-colors": "^1.8.1", "image-downloader": "^3.5.0", - "json-fetch-cache": "^1.2.3", + "json-fetch-cache": "^1.2.4", "json-query": "^2.2.2", "nexushub-client": "^1.2.0", "node-fetch": "^2.6.0", diff --git a/package.json b/package.json index d2b722d5..28c39a31 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "socket.io": "^2.3.0", "twitter": "^1.7.1", "warframe-items": "^1.880.0", - "warframe-nexus-query": "^1.6.11", + "warframe-nexus-query": "^1.6.12", "warframe-worldstate-data": "^1.4.4", "warframe-worldstate-parser": "^2.11.3", "winston": "^3.2.1"