mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Bump ts-node from 10.8.1 to 10.8.2 (#1125)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.1 to 10.8.2. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.1...v10.8.2) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6533a6e5c3
commit
7cf6336f7c
14
package-lock.json
generated
14
package-lock.json
generated
@ -67,7 +67,7 @@
|
||||
"rollup": "2.75.7",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"rxjs": "7.5.5",
|
||||
"ts-node": "10.8.1",
|
||||
"ts-node": "10.8.2",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.3",
|
||||
"zone.js": "0.11.6"
|
||||
@ -16202,9 +16202,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ts-node": {
|
||||
"version": "10.8.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
|
||||
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
|
||||
"version": "10.8.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.2.tgz",
|
||||
"integrity": "sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@cspotcode/source-map-support": "^0.8.0",
|
||||
@ -28996,9 +28996,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"ts-node": {
|
||||
"version": "10.8.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
|
||||
"integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
|
||||
"version": "10.8.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.2.tgz",
|
||||
"integrity": "sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cspotcode/source-map-support": "^0.8.0",
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
"rollup": "2.75.7",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"rxjs": "7.5.5",
|
||||
"ts-node": "10.8.1",
|
||||
"ts-node": "10.8.2",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.3",
|
||||
"zone.js": "0.11.6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user