Skip to content

Commit 21a8f8f

Browse files
authored
Remove typescript dependency (#2198)
Signed-off-by: Derek Ho <[email protected]>
1 parent 34e5a31 commit 21a8f8f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"jose": "^5.2.4",
3838
"minimist": "^1.2.8",
3939
"saml-idp": "^1.2.1",
40-
"selfsigned": "^2.0.1",
41-
"typescript": "4.0.2"
40+
"selfsigned": "^2.0.1"
4241
},
4342
"dependencies": {
4443
"@hapi/cryptiles": "5.0.0",
@@ -58,7 +57,6 @@
5857
"body-parser": "^1.20.3",
5958
"micromatch": "^4.0.8",
6059
"cross-spawn": "7.0.5",
61-
"elliptic": "^6.6.1",
6260
"xml-crypto": "^2.1.6"
6361
}
6462
}

yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ [email protected], ejs@^3.1.10:
15111511
dependencies:
15121512
jake "^10.8.5"
15131513

1514-
elliptic@^6.5.3, elliptic@^6.5.5, elliptic@^6.6.1:
1514+
elliptic@^6.5.3, elliptic@^6.5.5:
15151515
version "6.6.1"
15161516
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
15171517
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
@@ -4445,11 +4445,6 @@ typedarray@^0.0.6:
44454445
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
44464446
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
44474447

4448-
4449-
version "4.0.2"
4450-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
4451-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
4452-
44534448
uglify-js@^3.1.4:
44544449
version "3.19.0"
44554450
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.0.tgz#6d45f1cad2c54117fa2fabd87fc2713a83e3bf7b"

0 commit comments

Comments
 (0)