Skip to content

Commit

Permalink
chore: update dependency @types/node to v12.12.27 (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 11, 2020
1 parent 34c11b8 commit 0404c7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"devDependencies": {
"@lerna/project": "3.18.0",
"@types/jest": "25.1.2",
"@types/node": "12.12.26",
"@types/node": "12.12.27",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"docsify-cli": "^4.4.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -1959,11 +1959,16 @@
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==

"@types/node@*", "@types/node@12.12.26", "@types/node@>= 8":
"@types/node@*", "@types/node@>= 8":
version "12.12.26"
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.26.tgz#213e153babac0ed169d44a6d919501e68f59dea9"
integrity sha512-UmUm94/QZvU5xLcUlNR8hA7Ac+fGpO1EG/a8bcWVz0P0LqtxFmun9Y2bbtuckwGboWJIT70DoWq1r3hb56n3DA==

"@types/node@12.12.27":
version "12.12.27"
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.27.tgz#d7506f73160ad30fcebbcf5b8b7d2d976e649e42"
integrity sha512-odQFl/+B9idbdS0e8IxDl2ia/LP8KZLXhV3BUeI98TrZp0uoIzQPhGd+5EtzHmT0SMOIaPd7jfz6pOHLWTtl7A==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
Expand Down

0 comments on commit 0404c7d

Please sign in to comment.