Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 12.7.9 to 12.7.12 (#1229)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @types/node from 12.7.9 to 12.7.12

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.9 to 12.7.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fix stub type
  • Loading branch information
dependabot-preview[bot] authored and malept committed Oct 10, 2019
1 parent e919abc commit 7933144
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@types/mime-types": "^2.1.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.9",
"@types/node": "^12.7.12",
"@types/node-fetch": "^2.5.2",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/test/fast/start_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('start', () => {
let resolveStub: SinonStub;
let spawnStub: SinonStub;
let shouldOverride: any;
let processOn: SinonStub<[string | symbol, (...args: any[]) => void]>;
let processOn: SinonStub<['timeout', () => void]>;

beforeEach(() => {
resolveStub = sinon.stub();
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1059,15 +1059,10 @@
dependencies:
"@types/node" "*"

"@types/node@*":
version "12.7.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==

"@types/node@^12.7.9":
version "12.7.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.9.tgz#da0210f91096aa67138cf5afd04c4d629f8a406a"
integrity sha512-P57oKTJ/vYivL2BCfxCC5tQjlS8qW31pbOL6qt99Yrjm95YdHgNZwjrTTjMBh+C2/y6PXIX4oz253+jUzxKKfQ==
"@types/node@*", "@types/node@^12.7.12":
version "12.7.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==

"@types/proxyquire@^1.3.28":
version "1.3.28"
Expand Down

0 comments on commit 7933144

Please sign in to comment.