Skip to content

Commit

Permalink
build: Upgrade tsec to 0.1.9 (#43108)
Browse files Browse the repository at this point in the history
Upgrade tsec version form 0.1.8 to 0.1.9. The new version has a minor
bug fix.

PR Close #43108
  • Loading branch information
uraj authored and AndrewKushnir committed Sep 13, 2021
1 parent 188a469 commit 006bf65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"sauce-connect": "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz",
"semver": "^7.3.5",
"ts-node": "^10.0.0",
"tsec": "0.1.8",
"tsec": "0.1.9",
"tslint-eslint-rules": "5.4.0",
"tslint-no-toplevel-property-access": "0.0.2",
"typed-graphqlify": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13270,10 +13270,10 @@ ts-node@^10.0.0:
make-error "^1.1.1"
yn "3.1.1"

tsec@0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/tsec/-/tsec-0.1.8.tgz#010d0c020d94b7e984e4511f0dd3bafb271a49f3"
integrity sha512-flbk1R6DC/ef+ZyBMjSALVh04hHDLRtUehUjpxP+gpShqF6IOVbK1XsjxV/7Sus/eH8svjPyOgI+WvlGIbxCMg==
tsec@0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/tsec/-/tsec-0.1.9.tgz#8741e28d5631a6695c4a5242f8fe160f92571e74"
integrity sha512-ZwbD/FHEPnNnlY9vp88Ft0R3G6ac6Fv4DQnV3DWvKnSAJGpCUC8kDHar5DhfuR6NIaP/KEz8KCTTYj1w/qXmvw==
dependencies:
glob "^7.1.1"
minimatch "^3.0.3"
Expand Down

0 comments on commit 006bf65

Please sign in to comment.