patch: Use exact modules versions

Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2021-10-21 11:24:32 +02:00
parent 37b826ee4e
commit 76ca9934c8
2 changed files with 1845 additions and 1276 deletions

2995
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"test": "npm run lint && npm run test-gui && npm run test-shared && npm run test-spectron && npm run sanity-checks", "test": "npm run lint && npm run test-gui && npm run test-shared && npm run test-spectron && npm run sanity-checks",
"sanity-checks": "bash scripts/ci/ensure-all-file-extensions-in-gitattributes.sh", "sanity-checks": "bash scripts/ci/ensure-all-file-extensions-in-gitattributes.sh",
"start": "./node_modules/.bin/electron .", "start": "./node_modules/.bin/electron .",
"postinstall": "electron-rebuild -t dev,prod,optional", "postinstall": "electron-builder install-app-deps",
"webpack": "webpack", "webpack": "webpack",
"watch": "webpack serve --no-optimization-minimize --config ./webpack.dev.config.ts", "watch": "webpack serve --no-optimization-minimize --config ./webpack.dev.config.ts",
"concourse-build-electron": "npm run webpack", "concourse-build-electron": "npm run webpack",
@ -45,74 +45,74 @@
"author": "Balena Inc. <hello@etcher.io>", "author": "Balena Inc. <hello@etcher.io>",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1", "@fortawesome/fontawesome-free": "5.13.1",
"aws4-axios": "2.2.1", "aws4-axios": "2.2.1",
"d3": "^4.13.0", "d3": "4.13.0",
"debug": "^4.2.0", "debug": "4.2.0",
"electron": "12.0.2", "electron": "12.0.2",
"etcher-sdk": "^6.3.0", "etcher-sdk": "6.3.0",
"immutable": "^3.8.1", "immutable": "3.8.1",
"lodash": "^4.17.10", "lodash": "4.17.10",
"node-ipc": "^9.1.1", "node-ipc": "9.1.1",
"omit-deep-lodash": "1.1.4", "omit-deep-lodash": "1.1.4",
"outdent": "^0.7.1", "outdent": "0.7.1",
"path-is-inside": "^1.0.2", "path-is-inside": "1.0.2",
"pretty-bytes": "^5.3.0", "pretty-bytes": "5.3.0",
"react": "^16.8.5", "react": "16.8.5",
"react-dom": "^16.8.5", "react-dom": "16.8.5",
"redux": "^4.0.5", "redux": "4.0.5",
"rendition": "^19.2.0", "rendition": "19.2.0",
"resin-corvus": "^2.0.5", "resin-corvus": "2.0.5",
"semver": "^7.3.2", "semver": "7.3.2",
"styled-components": "^5.1.0", "styled-components": "5.1.0",
"sudo-prompt": "github:zvin/sudo-prompt#7cdede2f0da28fbcc2db48402d7d935f3a825c91", "sudo-prompt": "github:zvin/sudo-prompt#7cdede2f0da28fbcc2db48402d7d935f3a825c91",
"sys-class-rgb-led": "^3.0.0", "sys-class-rgb-led": "3.0.0",
"url-loader": "^4.1.1", "url-loader": "4.1.1",
"uuid": "^8.1.0" "uuid": "8.1.0"
}, },
"devDependencies": { "devDependencies": {
"@balena/lint": "^5.3.0", "@balena/lint": "5.3.0",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "5.5.0",
"@types/chai": "^4.2.7", "@types/chai": "4.2.7",
"@types/copy-webpack-plugin": "^6.0.0", "@types/copy-webpack-plugin": "6.0.0",
"@types/mime-types": "^2.1.0", "@types/mime-types": "2.1.0",
"@types/mini-css-extract-plugin": "^1.2.2", "@types/mini-css-extract-plugin": "1.2.2",
"@types/mocha": "^8.0.3", "@types/mocha": "8.0.3",
"@types/node": "^14.14.41", "@types/node": "14.14.41",
"@types/node-ipc": "^9.1.2", "@types/node-ipc": "9.1.2",
"@types/react-dom": "^16.8.4", "@types/react-dom": "16.8.4",
"@types/semver": "^7.1.0", "@types/semver": "7.1.0",
"@types/sinon": "^9.0.0", "@types/sinon": "9.0.0",
"@types/terser-webpack-plugin": "^5.0.2", "@types/terser-webpack-plugin": "5.0.2",
"@types/tmp": "^0.2.0", "@types/tmp": "0.2.0",
"@types/webpack-node-externals": "^2.5.0", "@types/webpack-node-externals": "2.5.0",
"chai": "^4.2.0", "chai": "4.2.0",
"copy-webpack-plugin": "^7.0.0", "copy-webpack-plugin": "7.0.0",
"css-loader": "^5.0.1", "css-loader": "5.0.1",
"electron-builder": "^22.10.5", "electron-builder": "22.10.5",
"electron-mocha": "^9.3.2", "electron-mocha": "9.3.2",
"electron-notarize": "^1.0.0", "electron-notarize": "1.0.0",
"electron-rebuild": "^2.3.2", "electron-rebuild": "2.3.2",
"electron-updater": "^4.3.5", "electron-updater": "4.3.5",
"file-loader": "^6.2.0", "file-loader": "6.2.0",
"husky": "^4.2.5", "husky": "4.2.5",
"lint-staged": "^10.2.2", "lint-staged": "10.2.2",
"mini-css-extract-plugin": "^1.3.3", "mini-css-extract-plugin": "1.3.3",
"mocha": "^8.0.1", "mocha": "8.0.1",
"native-addon-loader": "^2.0.1", "native-addon-loader": "2.0.1",
"pnp-webpack-plugin": "^1.6.4", "pnp-webpack-plugin": "1.6.4",
"simple-progress-webpack-plugin": "^1.1.2", "simple-progress-webpack-plugin": "1.1.2",
"sinon": "^9.0.2", "sinon": "9.0.2",
"spectron": "^14.0.0", "spectron": "14.0.0",
"string-replace-loader": "^3.0.1", "string-replace-loader": "3.0.1",
"style-loader": "^2.0.0", "style-loader": "2.0.0",
"ts-loader": "^8.0.12", "ts-loader": "8.0.12",
"ts-node": "^9.1.1", "ts-node": "9.1.1",
"tslib": "^2.0.0", "tslib": "2.0.0",
"typescript": "^4.2.2", "typescript": "4.2.2",
"webpack": "^5.11.0", "webpack": "5.11.0",
"webpack-cli": "^4.2.0", "webpack-cli": "4.2.0",
"webpack-dev-server": "^3.11.2" "webpack-dev-server": "3.11.2"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-09-20T10:42:04.882Z" "publishedAt": "2021-09-20T10:42:04.882Z"