diff --git a/package.json b/package.json index d9dac9fd1..7f1c9be04 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "UDOIT", + "name": "udoit", "description": "The Universal Design Online content Inspection Tool, or UDOIT (pronounced, 'You Do It') enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.", "version": "3.1.0", "engines": { @@ -89,6 +89,7 @@ "reactstrap": "^8.7.1" }, "resolutions": { - "**/postcss": "~7.0.36" + "**/postcss": "~7.0.36", + "**/tar": "~6.1.11" } } diff --git a/yarn.lock b/yarn.lock index 0bc529e17..fcca8e586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11268,7 +11268,7 @@ tapable@^1.0.0, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tar@^6.0.2: +tar@^6.0.2, tar@~6.1.11: version "6.1.11" resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==