Skip to content

Commit d6f5028

Browse files
snyk-botadenhertog
andauthoredJan 31, 2021
[Snyk] Upgrade @types/node from 12.12.38 to 12.12.39 (#71)
* fix: upgrade @types/node from 12.12.38 to 12.12.39 Snyk has created this PR to upgrade @types/node from 12.12.38 to 12.12.39. See this package in NPM: https://www.npmjs.com/package/@types/node See this project in Snyk: https://app.snyk.io/org/adenhertog/project/1a3250f6-5646-44dc-b915-5b8afa1e53ab?utm_source=github&utm_medium=upgrade-pr * fix: upgrade @types/node from 12.12.38 to 12.12.39 Snyk has created this PR to upgrade @types/node from 12.12.38 to 12.12.39. See this package in NPM: https://www.npmjs.com/package/@types/node See this project in Snyk: https://app.snyk.io/org/adenhertog/project/1a3250f6-5646-44dc-b915-5b8afa1e53ab?utm_source=github&utm_medium=upgrade-pr Co-authored-by: adenhertog <andrew.denhertog@gmail.com>
1 parent 9e4b886 commit d6f5028

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎packages/bus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@node-ts/bus-messages": "^0.3.0",
17-
"@types/node": "^12.12.37",
17+
"@types/node": "^12.12.39",
1818
"autobind-decorator": "^2.4.0",
1919
"class-transformer": "^0.3.1",
2020
"inversify": "^5.0.1",

‎packages/bus-core/yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# yarn lockfile v1
33

44

5+
56
"@node-ts/bus-messages@^0.3.0":
67
version "0.3.0"
78
resolved "https://registry.yarnpkg.com/@node-ts/bus-messages/-/bus-messages-0.3.0.tgz#a5e19474e54f24ff683fa4fd8e54e65ecb68ce78"
@@ -24,10 +25,10 @@
2425
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-4.1.5.tgz#8f620f9c9a67150aa0a32b4e8a407da43fca61d4"
2526
integrity sha512-YSDqoBEWYGdNk53xSkkb6REaUaVSlIjxIAGjj/nbLzlZOit7kUU+nA2zC2qQkIVO4MQ+3zl4Sz7aw+kbpHHHUQ==
2627

27-
"@types/node@^12.12.37":
28-
version "12.12.38"
29-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.38.tgz#58841a382f231ad005dbb935c36d44aa1118a26b"
30-
integrity sha512-75eLjX0pFuTcUXnnWmALMzzkYorjND0ezNEycaKesbUBg9eGZp4GHPuDmkRc4mQQvIpe29zrzATNRA6hkYqwmA==
28+
"@types/node@^12.12.39":
29+
version "12.12.39"
30+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.39.tgz#532d25c1e639d89dd6f3aa1d7b3962e3e7fa943d"
31+
integrity sha512-pADGfwnDkr6zagDwEiCVE4yQrv7XDkoeVa4OfA9Ju/zRTk6YNDLGtQbkdL4/56mCQQCs4AhNrBIag6jrp7ZuOg==
3132

3233
ansi-regex@^2.0.0:
3334
version "2.1.1"

0 commit comments

Comments
 (0)