Bump esp-web-flasher from 2.0.0 to 3.0.0 (#24)

Bumps [esp-web-flasher](https://github.com/nabucasa/ESP-Web-flasher) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/nabucasa/ESP-Web-flasher/releases)
- [Commits](https://github.com/nabucasa/ESP-Web-flasher/compare/2.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: esp-web-flasher
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-21 20:53:44 -07:00 committed by GitHub
parent 0c4ad81bdd
commit 2592f47d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 8 deletions

26
package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@material/mwc-base": "^0.21.0",
"@material/mwc-linear-progress": "^0.21.0",
"esp-web-flasher": "^2.0.0",
"esp-web-flasher": "^3.0.0",
"lit": "^2.0.0-rc.2",
"tslib": "^2.2.0"
},
@ -556,10 +556,11 @@
}
},
"node_modules/esp-web-flasher": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-2.0.0.tgz",
"integrity": "sha512-vLAVJbWYL/wNIv5AQ8XwqO61ORnbtmbbAMFJJ1C0fMSUnu4J/rogWZYHZLNLZbtjp0XL5nbu8RWjXCE6DeSTjw==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-3.0.0.tgz",
"integrity": "sha512-xddZ3UCBLCskHV5hVu8Fc8Sj8aB/opMell3DcUa8LMgsUau6o1Tlr8w9JoGyadD2aKmanCU1RADjX8oa56W+xA==",
"dependencies": {
"pako": "^2.0.3",
"tslib": "^2.2.0"
}
},
@ -965,6 +966,11 @@
"node": ">=4"
}
},
"node_modules/pako": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.0.3.tgz",
"integrity": "sha512-WjR1hOeg+kki3ZIOjaf4b5WVcay1jaliKSYiEaB1XzwhMQZJxRdQRv0V31EKBYlxb4T7SK3hjfc/jxyU64BoSw=="
},
"node_modules/path-is-inside": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
@ -1925,10 +1931,11 @@
"dev": true
},
"esp-web-flasher": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-2.0.0.tgz",
"integrity": "sha512-vLAVJbWYL/wNIv5AQ8XwqO61ORnbtmbbAMFJJ1C0fMSUnu4J/rogWZYHZLNLZbtjp0XL5nbu8RWjXCE6DeSTjw==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-3.0.0.tgz",
"integrity": "sha512-xddZ3UCBLCskHV5hVu8Fc8Sj8aB/opMell3DcUa8LMgsUau6o1Tlr8w9JoGyadD2aKmanCU1RADjX8oa56W+xA==",
"requires": {
"pako": "^2.0.3",
"tslib": "^2.2.0"
}
},
@ -2270,6 +2277,11 @@
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"dev": true
},
"pako": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.0.3.tgz",
"integrity": "sha512-WjR1hOeg+kki3ZIOjaf4b5WVcay1jaliKSYiEaB1XzwhMQZJxRdQRv0V31EKBYlxb4T7SK3hjfc/jxyU64BoSw=="
},
"path-is-inside": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",

View File

@ -23,7 +23,7 @@
"dependencies": {
"@material/mwc-base": "^0.21.0",
"@material/mwc-linear-progress": "^0.21.0",
"esp-web-flasher": "^2.0.0",
"esp-web-flasher": "^3.0.0",
"lit": "^2.0.0-rc.2",
"tslib": "^2.2.0"
}