Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 10.17.2 to 10.17.3 (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 4, 2019
1 parent aded8f9 commit 9952f86
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": "UPDATE_DIFF=1 lerna run test --stream"
},
"devDependencies": {
"@types/node": "^10.17.2",
"@types/node": "^10.17.3",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"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 @@ -39,7 +39,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.21",
"@types/jest-expect-message": "^1.0.1",
"@types/node": "^10.17.2",
"@types/node": "^10.17.3",
"@types/tar": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
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 @@ -52,7 +52,7 @@
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.21",
"@types/node": "^10.17.2",
"@types/node": "^10.17.3",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
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 @@ -16,7 +16,7 @@
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.21",
"@types/node": "^10.17.2",
"@types/node": "^10.17.3",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
"jsii-build-tools": "^0.20.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1230,10 +1230,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A==

"@types/node@^10.17.2":
version "10.17.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.2.tgz#41b5afbcde1a5a805302a4da3cf399499f1bbf64"
integrity sha512-sAh60KDol+MpwOr1RTK0+HgBEYejKsxdpmrOS1Wts5bI03dLzq8F7T0sRXDKeaEK8iWDlGfdzxrzg6vx/c5pNA==
"@types/node@^10.17.3":
version "10.17.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.3.tgz#65a8d9a6a0f6af55595a2d0020617959130d6495"
integrity sha512-QZ9CjUB3QoA3f2afw3utKlfRPhpmufB7jC2+oDhLWnXqoyx333fhKSQDLQu2EK7OE0a15X67eYiRAaJsHXrpMA==

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

0 comments on commit 9952f86

Please sign in to comment.