Skip to content

Commit

Permalink
fix(deps): update dependency ts-node to ^10.3.1 (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 21, 2021
1 parent 5e64b87 commit 6fafd6e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"onchange": "^7.1.0",
"prettier": "^2.4.1",
"tempy": "^1.0.1",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typedoc": "^0.22.6",
"typescript": "^4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/autodevops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "^14.17.27",
"kosko": "^1.1.5",
"kubernetes-models": "^2.0.2",
"ts-node": "^10.3.0"
"ts-node": "^10.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down
2 changes: 1 addition & 1 deletion templates/hasura/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/nginx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/pgweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "^14.17.27",
"kosko": "^1.1.5",
"kubernetes-models": "^2.0.2",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5015,10 +5015,10 @@ trim-repeated@^1.0.0:
dependencies:
escape-string-regexp "^1.0.2"

ts-node@^10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.0.tgz#a797f2ed3ff50c9a5d814ce400437cb0c1c048b4"
integrity sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw==
ts-node@^10.3.1:
version "10.3.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.1.tgz#739b42839b56d1a3c85026994af7045b2fccc6f5"
integrity sha512-Yw3W2mYzhHfCHOICGNJqa0i+rbL0rAyg7ZIHxU+K4pgY8gd2Lh1j+XbHCusJMykbj6RZMJVOY0MlHVd+GOivcw==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit 6fafd6e

Please sign in to comment.