Skip to content

Commit eb1c7bc

Browse files
committed
add tar resolution
1 parent 6fb1ce9 commit eb1c7bc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "UDOIT",
2+
"name": "udoit",
33
"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.",
44
"version": "3.1.0",
55
"engines": {
@@ -89,6 +89,7 @@
8989
"reactstrap": "^8.7.1"
9090
},
9191
"resolutions": {
92-
"**/postcss": "~7.0.36"
92+
"**/postcss": "~7.0.36",
93+
"**/tar": "~6.1.11"
9394
}
9495
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11268,7 +11268,7 @@ tapable@^1.0.0, tapable@^1.1.3:
1126811268
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
1126911269
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
1127011270

11271-
tar@^6.0.2:
11271+
tar@^6.0.2, tar@~6.1.11:
1127211272
version "6.1.11"
1127311273
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
1127411274
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==

0 commit comments

Comments
 (0)