File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 50
50
"oclif" : " ^3.4.3" ,
51
51
"prettier" : " ^2.8.1" ,
52
52
"semantic-release" : " ^19.0.2" ,
53
- "strip-indent" : " ^3 .0.0" ,
53
+ "strip-indent" : " ^4 .0.0" ,
54
54
"ts-jest" : " ^28.0.3" ,
55
55
"ts-node" : " ^10.8.0" ,
56
56
"typescript" : " 4.7.2"
Original file line number Diff line number Diff line change @@ -5677,7 +5677,7 @@ mimic-response@^3.1.0:
5677
5677
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
5678
5678
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
5679
5679
5680
- min-indent@^1.0.0 :
5680
+ min-indent@^1.0.0, min-indent@^1.0.1 :
5681
5681
version "1.0.1"
5682
5682
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
5683
5683
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
@@ -7599,6 +7599,13 @@ strip-indent@^3.0.0:
7599
7599
dependencies :
7600
7600
min-indent "^1.0.0"
7601
7601
7602
+ strip-indent@^4.0.0 :
7603
+ version "4.0.0"
7604
+ resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
7605
+ integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
7606
+ dependencies :
7607
+ min-indent "^1.0.1"
7608
+
7602
7609
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1 :
7603
7610
version "3.1.1"
7604
7611
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
You can’t perform that action at this time.
0 commit comments