chore: bump ts-node from 10.5.0 to 10.6.0 in /site (#394)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.5.0 to 10.6.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Carberry <kyle@coder.com>
This commit is contained in:
dependabot[bot]
2022-03-02 10:06:35 -06:00
committed by GitHub
co-authored by Kyle Carberry
parent 8a6b0e3dd1
commit 73219ba8cc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
"swr": "1.2.2",
"ts-jest": "27.1.3",
"ts-loader": "9.2.7",
"ts-node": "10.5.0",
"ts-node": "10.6.0",
"typescript": "4.6.2",
"yup": "0.32.11"
},
+4 -4
View File
@@ -11666,10 +11666,10 @@ ts-loader@9.2.7:
micromatch "^4.0.0"
semver "^7.3.4"
ts-node@10.5.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
ts-node@10.6.0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.6.0.tgz#c3f4195d5173ce3affdc8f2fd2e9a7ac8de5376a"
integrity sha512-CJen6+dfOXolxudBQXnVjRVvYTmTWbyz7cn+xq2XTsvnaXbHqr4gXSCNbS2Jj8yTZMuGwUoBESLaOkLascVVvg==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"