Skip to content

Commit

Permalink
Merge pull request #45 from skalenetwork/dependabot/npm_and_yarn/test…
Browse files Browse the repository at this point in the history
…/test_solidity_project/ts-node-10.9.1

Bump ts-node from 10.8.2 to 10.9.1 in /test/test_solidity_project
  • Loading branch information
DimaStebaev authored Jul 20, 2022
2 parents 291704c + 64a7737 commit 7d5747d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/test_solidity_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"hardhat": "^2.10.1",
"ts-node": "^10.8.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions test/test_solidity_project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2119,10 +2119,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==

ts-node@^10.8.2:
version "10.8.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit 7d5747d

Please sign in to comment.