Skip to content

Commit 1702d81

Browse files
authored
Merge pull request #711 from ucfopen/dependabot/npm_and_yarn/tar-6.1.11
Bump tar from 6.1.0 to 6.1.11
2 parents 217ff74 + eb1c7bc commit 1702d81

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8527,9 +8527,9 @@ minipass-pipeline@^1.2.2:
85278527
minipass "^3.0.0"
85288528

85298529
minipass@^3.0.0, minipass@^3.1.1:
8530-
version "3.1.3"
8531-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
8532-
integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
8530+
version "3.1.5"
8531+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz#71f6251b0a33a49c01b3cf97ff77eda030dff732"
8532+
integrity sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==
85338533
dependencies:
85348534
yallist "^4.0.0"
85358535

@@ -11268,10 +11268,10 @@ 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:
11272-
version "6.1.0"
11273-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
11274-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
11271+
tar@^6.0.2, tar@~6.1.11:
11272+
version "6.1.11"
11273+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
11274+
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
1127511275
dependencies:
1127611276
chownr "^2.0.0"
1127711277
fs-minipass "^2.0.0"

0 commit comments

Comments
 (0)