diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index cd4c6fb4c0c7..55868a0c61ee 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -68,7 +68,7 @@ "@storybook/angular": "4.0.0-rc.0", "@types/core-js": "^2.5.0", "@types/jest": "^23.3.5", - "@types/node": "~10.11.7", + "@types/node": "~10.12.0", "@types/webpack-env": "^1.13.6", "global": "^4.3.2", "jasmine-core": "~3.2.1", diff --git a/yarn.lock b/yarn.lock index 03fc48306425..9227c9e412d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1978,10 +1978,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@*", "@types/node@~10.11.7": - version "10.11.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.7.tgz#0e75ca9357d646ca754016ca1d68a127ad7e7300" - integrity sha512-yOxFfkN9xUFLyvWaeYj90mlqTJ41CsQzWKS3gXdOMOyPVacUsymejKxJ4/pMW7exouubuEeZLJawGgcNGYlTeg== +"@types/node@*", "@types/node@~10.12.0": + version "10.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.0.tgz#ea6dcbddbc5b584c83f06c60e82736d8fbb0c235" + integrity sha512-3TUHC3jsBAB7qVRGxT6lWyYo2v96BMmD2PTcl47H25Lu7UXtFH/2qqmKiVrnel6Ne//0TFYf6uvNX+HW2FRkLQ== "@types/node@^6.0.0", "@types/node@^6.0.46": version "6.14.0"