Update blinking to v1

This module would use promise recursion for the blinking pattern, which
it would slowly increase memory usage of the supervisor.
This commit is contained in:
Felipe Lalanne 2024-07-31 17:48:58 -04:00
parent d789e5bb77
commit 0d2e2e5e52
No known key found for this signature in database
GPG Key ID: 03E696BFD472B26A
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View File

@ -46,7 +46,7 @@
"balena-auth": "^6.0.1", "balena-auth": "^6.0.1",
"balena-register-device": "^9.0.2", "balena-register-device": "^9.0.2",
"balena-request": "^13.3.1", "balena-request": "^13.3.1",
"blinking": "^0.0.8", "blinking": "^1.0.1",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chai": "^4.3.4", "chai": "^4.3.4",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
@ -3069,13 +3069,12 @@
} }
}, },
"node_modules/blinking": { "node_modules/blinking": {
"version": "0.0.8", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/blinking/-/blinking-0.0.8.tgz", "resolved": "https://registry.npmjs.org/blinking/-/blinking-1.0.1.tgz",
"integrity": "sha512-eQMWYzX6EP+FSKpmOVN4Z47vZGcBrstAszrIVG5WExDDZneicaEz3kBNfARI7FcZ+pxIrbRx2bkh7bR6HrfbqA==", "integrity": "sha512-ZvZBCqUBIKA0ZEpf00nLYHyR/7ge7XMwGi3nA7RcuoA6i5fIkFr3YtQ84ExPk0Q/s4FVWVeaM3TGPSJHpTDhjA==",
"dev": true, "dev": true,
"dependencies": { "engines": {
"@types/bluebird": "^3.5.36", "node": ">=18.0.0"
"bluebird": "^3.7.2"
} }
}, },
"node_modules/bluebird": { "node_modules/bluebird": {

View File

@ -72,7 +72,7 @@
"balena-auth": "^6.0.1", "balena-auth": "^6.0.1",
"balena-register-device": "^9.0.2", "balena-register-device": "^9.0.2",
"balena-request": "^13.3.1", "balena-request": "^13.3.1",
"blinking": "^0.0.8", "blinking": "^1.0.1",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chai": "^4.3.4", "chai": "^4.3.4",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",