From 2a9e6d81d2e1af6a6d3cd9efca46310c11e69fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:08:06 +0000 Subject: [PATCH] Update dependency api to v1.0.6 --- 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 35de327a..f1ad8a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "GPL-2.0", "dependencies": { - "api": "npm:jellyfin-api-bs-client@1.0.5", + "api": "npm:jellyfin-api-bs-client@1.0.6", "bgv": "npm:button-group-vert@1.0.2", "brighterscript-formatter": "1.6.26", "intKeyboard": "npm:integer-keyboard@1.0.12", @@ -238,9 +238,9 @@ }, "node_modules/api": { "name": "jellyfin-api-bs-client", - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/jellyfin-api-bs-client/-/jellyfin-api-bs-client-1.0.5.tgz", - "integrity": "sha512-W09wOl7Hm1Z4z82SQB44M3O706L98p3j0aOpVw59OBylUOshSdHPgQ/9Lth5t6xB9wrkhWoDCyK7XEYRL3wYwA==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/jellyfin-api-bs-client/-/jellyfin-api-bs-client-1.0.6.tgz", + "integrity": "sha512-lZXRUvH0Tz3itGgI2o4EArCaoaYCJf8fM+NrYzGnJlxBSnon6RAWt1XxookfyeSVXghQtZUHY+IXjM/byUnoFw==" }, "node_modules/argparse": { "version": "2.0.1", diff --git a/package.json b/package.json index 2bb29058..ce5b8195 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.6.5", "description": "Roku app for Jellyfin media server", "dependencies": { - "api": "npm:jellyfin-api-bs-client@1.0.5", + "api": "npm:jellyfin-api-bs-client@1.0.6", "bgv": "npm:button-group-vert@1.0.2", "brighterscript-formatter": "1.6.26", "intKeyboard": "npm:integer-keyboard@1.0.12",