Update dependency brighterscript to v0.64.0

This commit is contained in:
renovate[bot] 2023-04-04 21:39:25 +00:00 committed by GitHub
parent f80c2cc83c
commit adad573bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
},
"devDependencies": {
"@rokucommunity/bslint": "0.8.2",
"brighterscript": "0.63.0",
"brighterscript": "0.64.0",
"jshint": "^2.13.6",
"markdownlint-cli2": "0.6.0",
"ropm": "0.10.12",
@ -448,9 +448,9 @@
}
},
"node_modules/brighterscript": {
"version": "0.63.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.63.0.tgz",
"integrity": "sha512-lxLYVFpASfdiQTgx6LFRB7uC5QJ+hzqOg1RH/v9VApMNApst6BiUkRHHVFwXH4PaTHWaZ7Vwj7nqpF7vm5oJWQ==",
"version": "0.64.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.64.0.tgz",
"integrity": "sha512-uLxQlrUcsW1QS9I8xerevDYgE/Tozwa+O3PSUnPcdCFUytE8hIDTtyroQG+WApKaUeHpGI0HlEzr7pWyEqXRAA==",
"dev": true,
"dependencies": {
"@rokucommunity/bslib": "^0.1.1",
@ -5486,9 +5486,9 @@
}
},
"brighterscript": {
"version": "0.63.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.63.0.tgz",
"integrity": "sha512-lxLYVFpASfdiQTgx6LFRB7uC5QJ+hzqOg1RH/v9VApMNApst6BiUkRHHVFwXH4PaTHWaZ7Vwj7nqpF7vm5oJWQ==",
"version": "0.64.0",
"resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.64.0.tgz",
"integrity": "sha512-uLxQlrUcsW1QS9I8xerevDYgE/Tozwa+O3PSUnPcdCFUytE8hIDTtyroQG+WApKaUeHpGI0HlEzr7pWyEqXRAA==",
"dev": true,
"requires": {
"@rokucommunity/bslib": "^0.1.1",

View File

@ -5,7 +5,7 @@
"main": "index.js",
"devDependencies": {
"@rokucommunity/bslint": "0.8.2",
"brighterscript": "0.63.0",
"brighterscript": "0.64.0",
"ropm": "0.10.12",
"jshint": "^2.13.6",
"markdownlint-cli2": "0.6.0",