Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 1f7deb2

Browse files
committed
fix: updated dependencies
1 parent b095742 commit 1f7deb2

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/dxcli/command/issues",
77
"dependencies": {
8-
"@dxcli/config": "^0.1.1",
8+
"@dxcli/config": "^0.1.6",
99
"@dxcli/parser": "^0.0.2",
1010
"@dxcli/screen": "^0.0.0",
1111
"cli-ux": "^3.0.0-alpha.2",
1212
"debug": "^3.1.0",
13-
"http-call": "^5.0.0"
13+
"http-call": "^5.0.1"
1414
},
1515
"devDependencies": {
1616
"@dxcli/dev": "^1.1.3",
1717
"@dxcli/dev-semantic-release": "^0.0.3",
1818
"@dxcli/dev-test": "^0.2.1",
1919
"@dxcli/dev-tslint": "^0.0.15",
2020
"@types/node": "^9.3.0",
21-
"@types/read-pkg-up": "^3.0.0",
21+
"@types/read-pkg-up": "^3.0.1",
2222
"@types/semver": "^5.4.0",
2323
"eslint": "^4.15.0",
2424
"eslint-config-dxcli": "^1.1.4",
2525
"husky": "^0.14.3",
26-
"mocha": "^4.1.0",
26+
"mocha": "^5.0.0",
2727
"nyc": "^11.4.1",
2828
"ts-node": "^4.1.0",
2929
"typescript": "^2.6.2"

yarn.lock

+12-13
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,10 @@
106106
dependencies:
107107
find-up "^2.1.0"
108108

109-
"@dxcli/config@^0.1.1":
110-
version "0.1.1"
111-
resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.1.tgz#fdc6851d0c5a3fe8301a8585f2b9824997c501ab"
109+
"@dxcli/config@^0.1.6":
110+
version "0.1.6"
111+
resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.6.tgz#c5787c1d21a150e03c6e3fcf2113cc0efb647a79"
112112
dependencies:
113-
cli-ux "^2.0.21"
114113
debug "^3.1.0"
115114
fs-extra "^5.0.0"
116115
load-json-file "^4.0.0"
@@ -326,9 +325,9 @@
326325
version "2.4.0"
327326
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
328327

329-
"@types/read-pkg-up@^3.0.0":
330-
version "3.0.0"
331-
resolved "https://registry.yarnpkg.com/@types/read-pkg-up/-/read-pkg-up-3.0.0.tgz#d8ef96f335f505e1d38c2eda92f097565e7da168"
328+
"@types/read-pkg-up@^3.0.1":
329+
version "3.0.1"
330+
resolved "https://registry.yarnpkg.com/@types/read-pkg-up/-/read-pkg-up-3.0.1.tgz#05911057c3be1aade38bfecbb9a8554dbd0582be"
332331
dependencies:
333332
"@types/normalize-package-data" "*"
334333

@@ -2087,9 +2086,9 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.4.2:
20872086
version "2.5.0"
20882087
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
20892088

2090-
http-call@^5.0.0:
2091-
version "5.0.0"
2092-
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.0.0.tgz#1c7b70601bf091b44ca999cf54cbe7957864d5c7"
2089+
http-call@^5.0.1:
2090+
version "5.0.1"
2091+
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.0.1.tgz#161544092420c9189808ef05dd51df72b8789b46"
20932092
dependencies:
20942093
content-type "^1.0.4"
20952094
debug "^3.1.0"
@@ -2933,9 +2932,9 @@ mocha-junit-reporter@^1.15.0:
29332932
mkdirp "~0.5.1"
29342933
xml "^1.0.0"
29352934

2936-
mocha@^4.1.0:
2937-
version "4.1.0"
2938-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794"
2935+
mocha@^5.0.0:
2936+
version "5.0.0"
2937+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.0.tgz#cccac988b0bc5477119cba0e43de7af6d6ad8f4e"
29392938
dependencies:
29402939
browser-stdout "1.3.0"
29412940
commander "2.11.0"

0 commit comments

Comments
 (0)