Skip to content

Commit

Permalink
Update dependency @types/node to v18.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2022
1 parent e51c359 commit 3e0681d
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.14",
"@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.14":
version "18.11.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.14.tgz#a8571b25f3a31e9ded14e3ab9488509adef831d8"
integrity sha512-0KXV57tENYmmJMl+FekeW9V3O/rlcqGQQJ/hNh9r8pKIj304pskWuEd8fCyNT86g/TpO0gcOTiLzsHLEURFMIQ==

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

0 comments on commit 3e0681d

Please sign in to comment.