diff --git a/fixtures/js/package.json b/fixtures/js/package.json index e6f1f752..060cd4a2 100644 --- a/fixtures/js/package.json +++ b/fixtures/js/package.json @@ -12,7 +12,7 @@ "lint": "gd-scripts lint" }, "devDependencies": { - "@types/node": "14.14.2", + "@types/node": "14.14.3", "gd-scripts": "5.0.9" } } diff --git a/fixtures/ts/package.json b/fixtures/ts/package.json index 3f114fc2..97508472 100644 --- a/fixtures/ts/package.json +++ b/fixtures/ts/package.json @@ -13,7 +13,7 @@ "typecheck": "gd-scripts typecheck" }, "devDependencies": { - "@types/node": "14.14.2", + "@types/node": "14.14.3", "gd-scripts": "5.0.9" } } diff --git a/yarn.lock b/yarn.lock index dcb827be..66b5ecd4 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.2": - version "14.14.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.2.tgz#d25295f9e4ca5989a2c610754dc02a9721235eeb" - integrity sha512-jeYJU2kl7hL9U5xuI/BhKPZ4vqGM/OmK6whiFAXVhlstzZhVamWhDSmHyGLIp+RVyuF9/d0dqr2P85aFj4BvJg== +"@types/node@14.14.3": + version "14.14.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.3.tgz#e1c09064121f894baaad2bd9f12ce4a41bffb274" + integrity sha512-33/L34xS7HVUx23e0wOT2V1qPF1IrHgQccdJVm9uXGTB9vFBrrzBtkQymT8VskeKOxjz55MSqMv0xuLq+u98WQ== "@types/normalize-package-data@^2.4.0": version "2.4.0"