Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v12.12.8 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GabeDuarteM committed Nov 17, 2019
1 parent 634f40a commit 33761a3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion fixtures/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lint": "gd-scripts lint"
},
"devDependencies": {
"@types/node": "12.6.2"
"@types/node": "12.12.8"
}
}
8 changes: 4 additions & 4 deletions fixtures/js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@types/node@12.6.2":
version "12.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999"
integrity sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ==
"@types/node@12.12.8":
version "12.12.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.8.tgz#dab418655af39ce2fa99286a0bed21ef8072ac9d"
integrity sha512-XLla8N+iyfjvsa0KKV+BP/iGSoTmwxsu5Ci5sM33z9TjohF72DEz95iNvD6pPmemvbQgxAv/909G73gUn8QR7w==
2 changes: 1 addition & 1 deletion fixtures/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"typecheck": "gd-scripts typecheck"
},
"devDependencies": {
"@types/node": "12.6.2"
"@types/node": "12.12.8"
}
}
8 changes: 4 additions & 4 deletions fixtures/ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@types/node@12.6.2":
version "12.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999"
integrity sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ==
"@types/node@12.12.8":
version "12.12.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.8.tgz#dab418655af39ce2fa99286a0bed21ef8072ac9d"
integrity sha512-XLla8N+iyfjvsa0KKV+BP/iGSoTmwxsu5Ci5sM33z9TjohF72DEz95iNvD6pPmemvbQgxAv/909G73gUn8QR7w==

0 comments on commit 33761a3

Please sign in to comment.