Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit f4f6d19

Browse files
committed
security: fix github potential security vulnerabilities (async)
1 parent fcdecec commit f4f6d19

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"ts-node": "10.7.0"
4242
},
4343
"devDependencies": {
44+
"async": "^3.2.2",
4445
"clean-css": "^4.1.11",
4546
"glob-parent": "^5.1.2",
4647
"node-forge": "^1.3.0",

yarn.lock

+41-1
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,42 @@
11121112
is-wsl "^2.1.1"
11131113
tslib "^2.3.1"
11141114

1115-
"@oclif/core@1.6.4", "@oclif/core@^1.1.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.6":
1115+
"@oclif/core@1.7.0":
1116+
version "1.7.0"
1117+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.7.0.tgz#3b763b53eafa9afbb13cf7cdfeac0f8ddd8ab1af"
1118+
integrity sha512-I4q4qgtnNG7ef4sBDrJhwADdi7RExQV7LnflnXaWZZDiUoqF9AdOjC4jjx40MK0rRrCehCUtPNZBcr3WmxuS4Q==
1119+
dependencies:
1120+
"@oclif/linewrap" "^1.0.0"
1121+
"@oclif/screen" "^3.0.2"
1122+
ansi-escapes "^4.3.2"
1123+
ansi-styles "^4.3.0"
1124+
cardinal "^2.1.1"
1125+
chalk "^4.1.2"
1126+
clean-stack "^3.0.1"
1127+
cli-progress "^3.10.0"
1128+
debug "^4.3.3"
1129+
ejs "^3.1.6"
1130+
fs-extra "^9.1.0"
1131+
get-package-type "^0.1.0"
1132+
globby "^11.1.0"
1133+
hyperlinker "^1.0.0"
1134+
indent-string "^4.0.0"
1135+
is-wsl "^2.2.0"
1136+
js-yaml "^3.14.1"
1137+
lodash "^4.17.21"
1138+
natural-orderby "^2.0.3"
1139+
object-treeify "^1.1.33"
1140+
password-prompt "^1.1.2"
1141+
semver "^7.3.5"
1142+
string-width "^4.2.3"
1143+
strip-ansi "^6.0.1"
1144+
supports-color "^8.1.1"
1145+
supports-hyperlinks "^2.2.0"
1146+
tslib "^2.3.1"
1147+
widest-line "^3.1.0"
1148+
wrap-ansi "^7.0.0"
1149+
1150+
"@oclif/core@^1.1.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.6":
11161151
version "1.6.4"
11171152
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.6.4.tgz#fd213265199a8ef93adb358e15a04d74927eb522"
11181153
integrity sha512-eUnh03MWxs3PHQUdZbo43ceLqmeOgGegsfimeqd6xfhcKwSv8dqarRyAoMCjg7P6Qm5qCjaNFZ6eS4ao349xvQ==
@@ -2470,6 +2505,11 @@ async@^2.6.2:
24702505
dependencies:
24712506
lodash "^4.17.14"
24722507

2508+
async@^3.2.2:
2509+
version "3.2.3"
2510+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
2511+
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
2512+
24732513
async@~0.2.6:
24742514
version "0.2.10"
24752515
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"

0 commit comments

Comments
 (0)