Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 4c27180

Browse files
greenkeeper[bot]adampash
authored andcommitted
deps: update @types/node to the latest version πŸš€ (#62)
* fix(package): update @types/node to version 12.0.0 * chore(package): update lockfile yarn.lock
1 parent 567c85b commit 4c27180

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@types/aws-lambda": "^8.10.15",
56-
"@types/node": "^11.13.0",
56+
"@types/node": "^12.0.0",
5757
"debug": "^4.1.1"
5858
},
5959
"husky": {

β€Žyarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,10 @@
762762
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
763763
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
764764

765-
"@types/node@^11.13.0":
766-
version "11.13.4"
767-
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.4.tgz#f83ec3c3e05b174b7241fadeb6688267fe5b22ca"
768-
integrity sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ==
765+
"@types/node@^12.0.0":
766+
version "12.0.0"
767+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.0.tgz#d11813b9c0ff8aaca29f04cbc12817f4c7d656e5"
768+
integrity sha512-Jrb/x3HT4PTJp6a4avhmJCDEVrPdqLfl3e8GGMbpkGGdwAV5UGlIs4vVEfsHHfylZVOKZWpOqmqFH8CbfOZ6kg==
769769

770770
"@types/normalize-package-data@^2.4.0":
771771
version "2.4.0"

0 commit comments

Comments
Β (0)