diff --git a/package.json b/package.json index 9498c9a..89f8025 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@commitlint/config-conventional": "7.5.0", "@commitlint/config-lerna-scopes": "7.5.1", "@emeralt-registry/cli": "^0.0.9", - "@types/node": "11.13.4", + "@types/node": "12.0.0", "ava": "1.4.1", "coveralls": "3.0.3", "gemcart": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index daa3b80..83fd0fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1444,16 +1444,21 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@11.13.4", "@types/node@^11.13.4": - version "11.13.4" - resolved "https://registry.npmjs.org/@types/node/-/node-11.13.4.tgz#f83ec3c3e05b174b7241fadeb6688267fe5b22ca" - integrity sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ== +"@types/node@*", "@types/node@12.0.0": + version "12.0.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.0.tgz#d11813b9c0ff8aaca29f04cbc12817f4c7d656e5" + integrity sha512-Jrb/x3HT4PTJp6a4avhmJCDEVrPdqLfl3e8GGMbpkGGdwAV5UGlIs4vVEfsHHfylZVOKZWpOqmqFH8CbfOZ6kg== "@types/node@^10.1.0": version "10.14.4" resolved "https://registry.npmjs.org/@types/node/-/node-10.14.4.tgz#1c586b991457cbb58fef51bc4e0cfcfa347714b5" integrity sha512-DT25xX/YgyPKiHFOpNuANIQIVvYEwCWXgK2jYYwqgaMrYE6+tq+DtmMwlD3drl6DJbUwtlIDnn0d7tIn/EbXBg== +"@types/node@^11.13.4": + version "11.13.4" + resolved "https://registry.npmjs.org/@types/node/-/node-11.13.4.tgz#f83ec3c3e05b174b7241fadeb6688267fe5b22ca" + integrity sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ== + "@types/npm-packlist@^1.1.0": version "1.1.1" resolved "https://registry.npmjs.org/@types/npm-packlist/-/npm-packlist-1.1.1.tgz#b8bdb1e2910aa693ab9bf8339361b09c8d512ecd"