Merge pull request #866 from jellyfin/renovate/brighterscript-0.x

chore(deps): update dependency brighterscript to v0.61.0
This commit is contained in:
1hitsong 2022-12-05 17:06:36 -05:00 committed by GitHub
commit 96953bca44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -18,7 +18,7 @@
}, },
"devDependencies": { "devDependencies": {
"@rokucommunity/bslint": "0.7.5", "@rokucommunity/bslint": "0.7.5",
"brighterscript": "0.60.6", "brighterscript": "0.61.0",
"rooibos-cli": "1.4.0", "rooibos-cli": "1.4.0",
"ropm": "0.10.10" "ropm": "0.10.10"
} }
@ -829,9 +829,9 @@
} }
}, },
"node_modules/brighterscript": { "node_modules/brighterscript": {
"version": "0.60.6", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.60.6.tgz", "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.61.0.tgz",
"integrity": "sha512-yfXcyrf3tN6RvQ1YRkzPpQXhCAi6YXZzuaSS0JuL201uCelfViJryIa/CNynWBwlTJ1/+kTFrpGR7Q6pxT2pCA==", "integrity": "sha512-T7ndcFfzTBc3xq/tGgsCD91rEARMMDKsKXaw97cJ44bgEuu6Q8NaTM5KW7E81pMaCgPOMCl0k9k/npLejm4PNg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@rokucommunity/bslib": "^0.1.1", "@rokucommunity/bslib": "^0.1.1",
@ -1156,9 +1156,9 @@
} }
}, },
"node_modules/brighterscript/node_modules/anymatch": { "node_modules/brighterscript/node_modules/anymatch": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
@ -7234,9 +7234,9 @@
} }
}, },
"brighterscript": { "brighterscript": {
"version": "0.60.6", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.60.6.tgz", "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.61.0.tgz",
"integrity": "sha512-yfXcyrf3tN6RvQ1YRkzPpQXhCAi6YXZzuaSS0JuL201uCelfViJryIa/CNynWBwlTJ1/+kTFrpGR7Q6pxT2pCA==", "integrity": "sha512-T7ndcFfzTBc3xq/tGgsCD91rEARMMDKsKXaw97cJ44bgEuu6Q8NaTM5KW7E81pMaCgPOMCl0k9k/npLejm4PNg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@rokucommunity/bslib": "^0.1.1", "@rokucommunity/bslib": "^0.1.1",
@ -7281,9 +7281,9 @@
} }
}, },
"anymatch": { "anymatch": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true, "dev": true,
"requires": { "requires": {
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",

View File

@ -8,7 +8,7 @@
}, },
"devDependencies": { "devDependencies": {
"@rokucommunity/bslint": "0.7.5", "@rokucommunity/bslint": "0.7.5",
"brighterscript": "0.60.6", "brighterscript": "0.61.0",
"rooibos-cli": "1.4.0", "rooibos-cli": "1.4.0",
"ropm": "0.10.10" "ropm": "0.10.10"
}, },