From 035e4ab4a255e8187ca5d9f4a40164633427e2c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 19:35:50 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#182) Co-authored-by: Renovate Bot --- basic-ts/package.json | 4 ++-- basic-ts/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/basic-ts/package.json b/basic-ts/package.json index 31d6bd17..73fde8eb 100644 --- a/basic-ts/package.json +++ b/basic-ts/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@types/jest": "26.0.22", - "@types/node": "12.20.7", + "@types/node": "12.20.10", "@types/react": "17.0.3", "@types/react-dom": "17.0.3", "bootstrap": "^4.6.0", @@ -12,7 +12,7 @@ "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", - "typescript": "4.2.3" + "typescript": "4.2.4" }, "scripts": { "start": "react-scripts start", diff --git a/basic-ts/yarn.lock b/basic-ts/yarn.lock index f217be34..e0d27a18 100644 --- a/basic-ts/yarn.lock +++ b/basic-ts/yarn.lock @@ -1732,10 +1732,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== -"@types/node@*", "@types/node@12.20.7": - version "12.20.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.7.tgz#1cb61fd0c85cb87e728c43107b5fd82b69bc9ef8" - integrity sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA== +"@types/node@*", "@types/node@12.20.10": + version "12.20.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.10.tgz#4dcb8a85a8f1211acafb88d72fafc7e3d2685583" + integrity sha512-TxCmnSSppKBBOzYzPR2BR25YlX5Oay8z2XGwFBInuA/Co0V9xJhLlW4kjbxKtgeNo3NOMbQP1A5Rc03y+XecPw== "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -10747,10 +10747,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" - integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== uncontrollable@^7.0.0, uncontrollable@^7.2.1: version "7.2.1"