Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 10.17.4 to 10.17.5 (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 9, 2019
1 parent d1f0b3d commit 511dfc4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:update": "lerna run test:update --stream"
},
"devDependencies": {
"@types/node": "^10.17.4",
"@types/node": "^10.17.5",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.22",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.4",
"@types/node": "^10.17.5",
"@types/tar": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.22",
"@types/mock-fs": "^4.10.0",
"@types/node": "^10.17.4",
"@types/node": "^10.17.5",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-sampiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.22",
"@types/node": "^10.17.4",
"@types/node": "^10.17.5",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
"jsii-build-tools": "^0.20.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1246,10 +1246,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.6.tgz#a47240c10d86a9a57bb0c633f0b2e0aea9ce9253"
integrity sha512-FjsYUPzEJdGXjwKqSpE0/9QEh6kzhTAeObA54rn6j3rR4C/mzpI9L0KNfoeASSPMMdxIsoJuCLDWcM/rVjIsSA==

"@types/node@^10.17.4":
version "10.17.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.4.tgz#8993a4fe3c4022fda66bf4ea660d615fc5659c6f"
integrity sha512-F2pgg+LcIr/elguz+x+fdBX5KeZXGUOp7TV8M0TVIrDezYLFRNt8oMTyps0VQ1kj5WGGoR18RdxnRDHXrIFHMQ==
"@types/node@^10.17.5":
version "10.17.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.5.tgz#c1920150f7b90708a7d0f3add12a06bc9123c055"
integrity sha512-RElZIr/7JreF1eY6oD5RF3kpmdcreuQPjg5ri4oQ5g9sq7YWU8HkfB3eH8GwAwxf5OaCh0VPi7r4N/yoTGelrA==

"@types/semver@^6.2.0":
version "6.2.0"
Expand Down

0 comments on commit 511dfc4

Please sign in to comment.