mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
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:
parent
d789e5bb77
commit
0d2e2e5e52
13
package-lock.json
generated
13
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user