1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #251 from oceanprotocol/dependabot/npm_and_yarn/server/ts-node-8.10.1

This commit is contained in:
dependabot-preview[bot] 2020-05-18 12:28:05 +00:00 committed by GitHub
commit 024b873614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View File

@ -6969,16 +6969,28 @@
}
},
"ts-node": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.7.0.tgz",
"integrity": "sha512-s659CsHrsxaRVDEleuOkGvbsA0rWHtszUNEt1r0CgAFN5ZZTQtDzpsluS7W5pOGJIa1xZE8R/zK4dEs+ldFezg==",
"version": "8.10.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.1.tgz",
"integrity": "sha512-bdNz1L4ekHiJul6SHtZWs1ujEKERJnHs4HxN7rjTyyVOFf3HaJ6sLqe6aPG62XTzAB/63pKRh5jTSWL0D7bsvw==",
"dev": true,
"requires": {
"arg": "^4.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"source-map-support": "^0.5.6",
"source-map-support": "^0.5.17",
"yn": "3.1.1"
},
"dependencies": {
"source-map-support": {
"version": "0.5.19",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
"integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"dev": true,
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
}
}
},
"tunnel-agent": {

View File

@ -37,7 +37,7 @@
"nodemon": "^2.0.4",
"supertest": "^4.0.2",
"ts-jest": "24.3.0",
"ts-node": "^8.7.0",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
},
"repository": {