Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 14.14.14 to 16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jul 22, 2021
1 parent 5d960e7 commit 3548434
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/node": "^16.4.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/node": "^16.4.1",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1753,10 +1753,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.14":
version "14.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae"
integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==
"@types/node@*", "@types/node@>= 8", "@types/node@^16.4.1":
version "16.4.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.1.tgz#9fad171a5b701613ee8a6f4ece3c88b1034b1b03"
integrity sha512-UW7cbLqf/Wu5XH2RKKY1cHwUNLicIDRLMraYKz+HHAerJ0ZffUEk+fMnd8qU2JaS6cAy0r8tsaf7yqHASf/Y0Q==

"@types/node@^10.1.0":
version "10.17.17"
Expand Down

0 comments on commit 3548434

Please sign in to comment.