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

Commit e0ada34

Browse files
committed
security: fix all github potential security vulnerabilities
1 parent 131ec1e commit e0ada34

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

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

yarn.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -2505,10 +2505,12 @@ async@^2.6.2:
25052505
dependencies:
25062506
lodash "^4.17.14"
25072507

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==
2508+
async@^2.6.4:
2509+
version "2.6.4"
2510+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
2511+
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
2512+
dependencies:
2513+
lodash "^4.17.14"
25122514

25132515
async@~0.2.6:
25142516
version "0.2.10"

0 commit comments

Comments
 (0)