Merge pull request #2190 from balena-os/update-dependencies

Update dependencies
This commit is contained in:
flowzone-app[bot] 2023-10-12 19:27:37 +00:00 committed by GitHub
commit 84321d5481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2291 additions and 1311 deletions

3590
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,13 +31,8 @@
},
"private": true,
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",
"@balena/systemd": "^0.4.1",
"got": "^12.5.3",
"mdns-resolver": "^1.0.0",
"semver": "^7.3.2",
"sqlite3": "^5.1.6",
"systeminformation": "^5.6.10"
"sqlite3": "^5.1.6"
},
"engines": {
"node": "^18.18.0",
@ -46,6 +41,7 @@
"devDependencies": {
"@balena/contrato": "^0.6.0",
"@balena/es-version": "^1.0.1",
"@balena/happy-eyeballs": "0.0.6",
"@balena/lint": "^6.2.0",
"@types/bluebird": "^3.5.37",
"@types/chai": "^4.3.3",
@ -97,6 +93,7 @@
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"fp-ts": "^2.8.1",
"got": "12.6.1",
"husky": "^8.0.1",
"io-ts": "^2.2.10",
"io-ts-reporters": "^1.2.2",
@ -105,6 +102,7 @@
"lint-staged": "^13.0.3",
"livepush": "^3.5.1",
"lodash": "^4.17.21",
"mdns-resolver": "1.1.0",
"memoizee": "^0.4.14",
"mocha": "^8.3.2",
"mocha-pod": "^0.9.0",
@ -121,11 +119,13 @@
"rewire": "^5.0.0",
"rimraf": "^2.7.1",
"rwlock": "^5.0.0",
"semver": "7.5.4",
"shell-quote": "^1.7.2",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0",
"strict-event-emitter-types": "^2.0.0",
"supertest": "^6.1.3",
"systeminformation": "5.18.10",
"tar-stream": "^2.1.3",
"terser-webpack-plugin": "^5.3.6",
"tmp": "^0.1.0",