Merge pull request #1256 from jellyfin/renovate/brighterscript-formatter-1.x

This commit is contained in:
Charles Ewert 2023-05-10 14:03:58 -04:00 committed by GitHub
commit 7922a3f256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -12,7 +12,7 @@
"dependencies": {
"api": "npm:jellyfin-api-bs-client@1.0.6",
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.27",
"brighterscript-formatter": "1.6.28",
"intKeyboard": "npm:integer-keyboard@1.0.12",
"log": "npm:roku-log@0.9.3",
"sob": "npm:slide-out-button@1.0.1"
@ -582,11 +582,11 @@
}
},
"node_modules/brighterscript-formatter": {
"version": "1.6.27",
"resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.27.tgz",
"integrity": "sha512-23qwzDElrMtpuqgaEj6SYO53j/uZsniNJz/KZsUVWH3zP1l5QdqFlGk6X3Uc+YDB//9WLTsIWK3o4aH9FvXrIg==",
"version": "1.6.28",
"resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.28.tgz",
"integrity": "sha512-XNZwX/qE4gKe+lT3kLM7T/DgT2/Is0OaDEkTY/McodhCsaojkWv7CRcGWGK63kFL7ToD17EmEJQOUVFhqPs4Gw==",
"dependencies": {
"brighterscript": "^0.64.3",
"brighterscript": "^0.64.4",
"glob-all": "^3.3.0",
"jsonc-parser": "^3.0.0",
"source-map": "^0.7.3",

View File

@ -5,7 +5,7 @@
"dependencies": {
"api": "npm:jellyfin-api-bs-client@1.0.6",
"bgv": "npm:button-group-vert@1.0.2",
"brighterscript-formatter": "1.6.27",
"brighterscript-formatter": "1.6.28",
"intKeyboard": "npm:integer-keyboard@1.0.12",
"log": "npm:roku-log@0.9.3",
"sob": "npm:slide-out-button@1.0.1"