Skip to content

Commit

Permalink
Merge pull request #5346 from storybooks/dependabot/npm_and_yarn/ts-n…
Browse files Browse the repository at this point in the history
…ode-8.0.1

Bump ts-node from 7.0.1 to 8.0.1
  • Loading branch information
ndelangen authored Jan 23, 2019
2 parents b52d4a0 + 2d120de commit c0ec77c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "^23.6.0",
"jest-preset-angular": "^6.0.1",
"protractor": "~5.4.2",
"ts-node": "~7.0.0",
"ts-node": "~8.0.1",
"typescript": "^3.1.6"
}
}
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2926,6 +2926,10 @@ are-we-there-yet@~1.1.2:
delegates "^1.0.0"
readable-stream "^2.0.6"

arg@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0"

argly@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/argly/-/argly-1.2.0.tgz#2b274e4551a29ff5e7199d2ed9788eb66ed36e60"
Expand Down Expand Up @@ -5304,7 +5308,7 @@ buffer-fill@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"

[email protected], buffer-from@^1.0.0, buffer-from@^1.1.0:
[email protected], buffer-from@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"

Expand Down Expand Up @@ -20211,16 +20215,14 @@ ts-loader@^5.3.2:
micromatch "^3.1.4"
semver "^5.0.1"

ts-node@~7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf"
ts-node@~8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.0.1.tgz#cad98e8d50f0474f0d763ca8dc4c1bf8b7554ae2"
dependencies:
arg "^4.1.0"
arrify "^1.0.0"
buffer-from "^1.1.0"
diff "^3.1.0"
make-error "^1.1.1"
minimist "^1.2.0"
mkdirp "^0.5.1"
source-map-support "^0.5.6"
yn "^2.0.0"

Expand Down

0 comments on commit c0ec77c

Please sign in to comment.