diff --git a/fixtures/js/package.json b/fixtures/js/package.json index f8276bb1..0a1de249 100644 --- a/fixtures/js/package.json +++ b/fixtures/js/package.json @@ -12,7 +12,7 @@ "lint": "gd-scripts lint" }, "devDependencies": { - "@types/node": "14.14.9", + "@types/node": "14.14.10", "gd-scripts": "5.0.9" } } diff --git a/fixtures/ts/package.json b/fixtures/ts/package.json index 59705faf..cd2f4255 100644 --- a/fixtures/ts/package.json +++ b/fixtures/ts/package.json @@ -13,7 +13,7 @@ "typecheck": "gd-scripts typecheck" }, "devDependencies": { - "@types/node": "14.14.9", + "@types/node": "14.14.10", "gd-scripts": "5.0.9" } } diff --git a/yarn.lock b/yarn.lock index 2b55b65a..8998238a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2290,10 +2290,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.5.tgz#59738bf30b31aea1faa2df7f4a5f55613750cf00" integrity sha512-hkzMMD3xu6BrJpGVLeQ3htQQNAcOrJjX7WFmtK8zWQpz2UJf13LCFF2ALA7c9OVdvc2vQJeDdjfR35M0sBCxvw== -"@types/node@14.14.9": - version "14.14.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6" - integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw== +"@types/node@14.14.10": + version "14.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785" + integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== "@types/normalize-package-data@^2.4.0": version "2.4.0"