Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v14.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2021
1 parent 43f5cbd commit fd27420
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/itmat-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "26.0.23",
"@types/minio": "7.0.7",
"@types/mongodb": "3.6.10",
"@types/node": "14.14.43",
"@types/node": "14.17.1",
"@types/supertest": "2.0.11",
"chalk": "4.1.1",
"jest": "26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/express-session": "1.17.3",
"@types/jest": "26.0.23",
"@types/mongodb": "3.6.10",
"@types/node": "14.14.43",
"@types/node": "14.17.1",
"@types/node-fetch": "2.5.8",
"@types/nodemailer": "6.4.1",
"@types/passport": "1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-job-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "26.0.23",
"@types/json2csv": "5.0.2",
"@types/mongodb": "3.6.10",
"@types/node": "14.14.43",
"@types/node": "14.17.1",
"@types/node-fetch": "2.5.8",
"@types/supertest": "2.0.11",
"@types/uuid": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@cypress/webpack-preprocessor": "5.8.0",
"@types/apollo-upload-client": "14.1.0",
"@types/jest": "26.0.23",
"@types/node": "14.14.43",
"@types/node": "14.17.1",
"@types/react": "16.14.6",
"@types/react-dom": "16.9.13",
"@types/react-router-dom": "5.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4487,10 +4487,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a"
integrity sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==

"@types/node@14.14.43":
version "14.14.43"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.43.tgz#26bcbb0595b305400e8ceaf9a127a7f905ae49c8"
integrity sha512-3pwDJjp1PWacPTpH0LcfhgjvurQvrZFBrC6xxjaUEZ7ifUtT32jtjPxEMMblpqd2Mvx+k8haqQJLQxolyGN/cQ==
"@types/node@14.17.1":
version "14.17.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.1.tgz#5e07e0cb2ff793aa7a1b41deae76221e6166049f"
integrity sha512-/tpUyFD7meeooTRwl3sYlihx2BrJE7q9XF71EguPFIySj9B7qgnRtHsHTho+0AUm4m1SvWGm6uSncrR94q6Vtw==

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

0 comments on commit fd27420

Please sign in to comment.