Bump ts-node from 10.8.0 to 10.8.1

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-06 22:07:48 +00:00 committed by GitHub
parent af2ab839ac
commit 117a02d076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -42,7 +42,7 @@
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.52",
"ts-jest": "^27.1.4",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"typescript": "^4.5",
"vite": "2.9.9",
"vite-plugin-svg-sprite-component": "^1.0",
@ -9254,9 +9254,9 @@
}
},
"node_modules/ts-node": {
"version": "10.8.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz",
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true,
"dependencies": {
"@cspotcode/source-map-support": "^0.8.0",
@ -16679,9 +16679,9 @@
}
},
"ts-node": {
"version": "10.8.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz",
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "^0.8.0",

View File

@ -48,7 +48,7 @@
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.52",
"ts-jest": "^27.1.4",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"typescript": "^4.5",
"vite": "2.9.9",
"vite-plugin-svg-sprite-component": "^1.0",