From 9f19fb4e227c257ac423ca015d5d0373dcc4a15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 11:02:40 +0300 Subject: [PATCH] Bump @types/module-alias from 2.0.0 to 2.0.1 (#3690) Bumps [@types/module-alias](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/module-alias) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/module-alias) --- updated-dependencies: - dependency-name: "@types/module-alias" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 28aea83f32..352fe655ba 100644 --- a/package.json +++ b/package.json @@ -284,7 +284,7 @@ "@types/md5-file": "^4.0.2", "@types/mini-css-extract-plugin": "^0.9.1", "@types/mock-fs": "^4.13.1", - "@types/module-alias": "^2.0.0", + "@types/module-alias": "^2.0.1", "@types/node": "14.17.14", "@types/node-fetch": "^2.5.12", "@types/npm": "^2.0.32", diff --git a/yarn.lock b/yarn.lock index a124719b1d..67b64679f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1709,10 +1709,10 @@ dependencies: "@types/node" "*" -"@types/module-alias@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/module-alias/-/module-alias-2.0.0.tgz#882668f8b8cdbda44812c3b592c590909e18849e" - integrity sha512-e3sW4oEH0qS1QxSfX7PT6xIi5qk/YSMsrB9Lq8EtkhQBZB+bKyfkP+jpLJRySanvBhAQPSv2PEBe81M8Iy/7yg== +"@types/module-alias@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@types/module-alias/-/module-alias-2.0.1.tgz#e5893236ce922152d57c5f3f978f764f4deeb45f" + integrity sha512-DN/CCT1HQG6HquBNJdLkvV+4v5l/oEuwOHUPLxI+Eub0NED+lk0YUfba04WGH90EINiUrNgClkNnwGmbICeWMQ== "@types/node-fetch@^2.5.12": version "2.5.12"