File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 34
34
"@cypress/request" : " ^3.0.0" ,
35
35
"**/ansi-regex" : " ^5.0.1" ,
36
36
"**/loader-utils" : " ^2.0.4" ,
37
- "**/typescript" : " 4.0.2"
37
+ "**/typescript" : " 4.0.2" ,
38
+ "**/eslint/cross-spawn" : " ^7.0.5"
38
39
},
39
40
"devDependencies" : {
40
41
"@elastic/elastic-eslint-config-kibana" : " link:../../packages/opensearch-eslint-config-opensearch-dashboards" ,
Original file line number Diff line number Diff line change @@ -1373,6 +1373,15 @@ cross-spawn@^7.0.0:
1373
1373
shebang-command "^2.0.0"
1374
1374
which "^2.0.1"
1375
1375
1376
+ cross-spawn@^7.0.5 :
1377
+ version "7.0.6"
1378
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1379
+ integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
1380
+ dependencies :
1381
+ path-key "^3.1.0"
1382
+ shebang-command "^2.0.0"
1383
+ which "^2.0.1"
1384
+
1376
1385
crypto-browserify@^3.11.0 :
1377
1386
version "3.12.0"
1378
1387
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
You can’t perform that action at this time.
0 commit comments