Skip to content

Commit

Permalink
Update dependency @types/node to v18.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2022
1 parent e51c359 commit 49c6690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start": "next start"
},
"devDependencies": {
"@types/node": "18.11.11",
"@types/node": "18.11.13",
"@types/react": "17.0.52",
"typescript": "4.3.5"
}
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
dependencies:
tslib "^2.4.0"

"@types/node@18.11.11":
version "18.11.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
"@types/node@18.11.13":
version "18.11.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.13.tgz#dff34f226ec1ac0432ae3b136ec5552bd3b9c0fe"
integrity sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==

"@types/prop-types@*":
version "15.7.3"
Expand Down

0 comments on commit 49c6690

Please sign in to comment.