Skip to content

Commit dc0fbc8

Browse files
committed
Signed-off-by: Kshitij Tandon <[email protected]>
1 parent f3a00af commit dc0fbc8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"@cypress/request": "^3.0.0",
3535
"**/ansi-regex": "^5.0.1",
3636
"**/loader-utils": "^2.0.4",
37-
"**/typescript": "4.0.2"
37+
"**/typescript": "4.0.2",
38+
"**/eslint/cross-spawn": "^7.0.5"
3839
},
3940
"devDependencies": {
4041
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",

yarn.lock

+9
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,15 @@ cross-spawn@^7.0.0:
13731373
shebang-command "^2.0.0"
13741374
which "^2.0.1"
13751375

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+
13761385
crypto-browserify@^3.11.0:
13771386
version "3.12.0"
13781387
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"

0 commit comments

Comments
 (0)