Skip to content

Commit

Permalink
build(deps): bump debug from 4.2.0 to 4.3.1 (#2046)
Browse files Browse the repository at this point in the history
* build(deps): bump debug from 4.2.0 to 4.3.1

Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/visionmedia/debug/releases)
- [Commits](debug-js/debug@4.2.0...4.3.1)

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

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 20, 2020
1 parent 183129d commit d343a63
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"cross-zip": "^3.0.0",
"debug": "^4.1.0",
"debug": "^4.3.1",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.0.0",
"electron-rebuild": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@electron/get": "^1.9.0",
"colors": "^1.4.0",
"commander": "^4.1.1",
"debug": "^4.1.0",
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"semver": "^7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@electron/get": "^1.9.0",
"@malept/cross-spawn-promise": "^1.1.0",
"colors": "^1.4.0",
"debug": "^4.1.0",
"debug": "^4.3.1",
"electron-packager": "^15.0.0",
"electron-rebuild": "^2.3.2",
"find-up": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@electron-forge/installer-darwin": "6.0.0-beta.54",
"@malept/cross-spawn-promise": "^1.1.0",
"debug": "^4.1.0",
"debug": "^4.3.1",
"fs-extra": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@electron-forge/plugin-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"@electron-forge/web-multi-logger": "6.0.0-beta.54",
"debug": "^4.1.0",
"debug": "^4.3.1",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@electron-forge/async-ora": "6.0.0-beta.54",
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"debug": "^4.1.0",
"debug": "^4.3.1",
"form-data": "3.0.0",
"fs-extra": "^9.0.1",
"node-fetch": "^2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/async-ora": "6.0.0-beta.54",
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"debug": "^4.1.0",
"debug": "^4.3.1",
"form-data": "3.0.0",
"node-fetch": "^2.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"aws-sdk": "^2.472.0",
"debug": "^4.1.0"
"debug": "^4.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"debug": "^4.1.0",
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"username": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"colors": "^1.4.0",
"debug": "^4.1.0",
"debug": "^4.3.1",
"log-symbols": "^4.0.0",
"ora": "^5.0.0",
"pretty-ms": "^7.0.0"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3414,7 +3414,7 @@ debug@3.1.0:
dependencies:
ms "2.0.0"

debug@4.2.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
debug@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
Expand All @@ -3428,6 +3428,13 @@ debug@^3.1.0, debug@^3.2.6:
dependencies:
ms "^2.1.1"

debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
dependencies:
ms "2.1.2"

debuglog@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
Expand Down

0 comments on commit d343a63

Please sign in to comment.