Skip to content

Commit

Permalink
lock fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Aug 3, 2022
1 parent f6b2462 commit 5e6619b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"prepare": "husky install"
},
"devDependencies": {
"@toruslabs/eslint-config-typescript": "^1.0.5",
"@toruslabs/torus-scripts": "^1.0.8",
"@toruslabs/eslint-config-typescript": "^1.0.6",
"@toruslabs/torus-scripts": "^1.0.9",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -78,5 +78,8 @@
"engines": {
"node": ">=14.17.0",
"npm": ">=6.x"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^5.32.0"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@
eslint-config-react-app "^7.0.1"
eslint-config-standard "^17.0.0"

"@toruslabs/eslint-config-typescript@^1.0.5":
"@toruslabs/eslint-config-typescript@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@toruslabs/eslint-config-typescript/-/eslint-config-typescript-1.0.6.tgz#bac937dfec1b1013f7b087d9373838e8e74afe01"
integrity sha512-uElszTAqMRByXe0+LsWsrUMT7L4kpoIbzk0+bldIWb3nhq/QNeSslp+x2X1Mqv1s0YytwRoUE0uQHBAd3R1gag==
Expand Down Expand Up @@ -3071,7 +3071,7 @@
once "^1.4.0"
pump "^3.0.0"

"@toruslabs/torus-scripts@^1.0.8":
"@toruslabs/torus-scripts@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@toruslabs/torus-scripts/-/torus-scripts-1.0.9.tgz#f28916f157995dc49b72c860bea0686c4d9a1981"
integrity sha512-rcKoFMUP/Nb4fW2MgceRBN4rn4sVHsqlrQt4HbpB89vwYp3oiyRTf8to/VFyYLHM4+UU0pisvWyQSvvz58SSMA==
Expand Down

0 comments on commit 5e6619b

Please sign in to comment.