Bump ESP Web Flasher 5.1.1 (#205)

This commit is contained in:
Paulus Schoutsen 2022-03-25 15:48:00 -07:00 committed by GitHub
parent 38128d2eb0
commit 473a9f09b7
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

@ -16,7 +16,7 @@
"@material/mwc-formfield": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"esp-web-flasher": "^5.1.0",
"esp-web-flasher": "^5.1.1",
"improv-wifi-serial-sdk": "^2.1.0",
"lit": "^2.0.0",
"tslib": "^2.3.1"
@ -1139,9 +1139,9 @@
}
},
"node_modules/esp-web-flasher": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.0.tgz",
"integrity": "sha512-TBx30lctBocC8FxoCIOxvLC4DIKHkawhiBK9DoAkPNOTMZl51bvYiEUejcM3ZzTsOG/0XFW+urrmA3MDHG25tQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.1.tgz",
"integrity": "sha512-q+jJpjMDq5UCDANQETWVeAF1Ik1zRANxaQf5lUg77E2H4q+JbtSNSWIGwpD2z8DOtZDHSxvsF2A7ueI6PxF/Mg==",
"dependencies": {
"pako": "^2.0.3",
"tslib": "^2.2.0"
@ -3076,9 +3076,9 @@
"dev": true
},
"esp-web-flasher": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.0.tgz",
"integrity": "sha512-TBx30lctBocC8FxoCIOxvLC4DIKHkawhiBK9DoAkPNOTMZl51bvYiEUejcM3ZzTsOG/0XFW+urrmA3MDHG25tQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.1.tgz",
"integrity": "sha512-q+jJpjMDq5UCDANQETWVeAF1Ik1zRANxaQf5lUg77E2H4q+JbtSNSWIGwpD2z8DOtZDHSxvsF2A7ueI6PxF/Mg==",
"requires": {
"pako": "^2.0.3",
"tslib": "^2.2.0"

View File

@ -28,7 +28,7 @@
"@material/mwc-formfield": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"esp-web-flasher": "^5.1.0",
"esp-web-flasher": "^5.1.1",
"improv-wifi-serial-sdk": "^2.1.0",
"lit": "^2.0.0",
"tslib": "^2.3.1"