diff options
author | crupest <crupest@outlook.com> | 2022-04-26 13:48:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 13:48:48 +0800 |
commit | 8f459c8ef4c18beb82032303baea550399f71d76 (patch) | |
tree | 900350745671bed806b68a90f60065f431b45a77 | |
parent | e71506ca1da6081a6f618228758a67dee8d185e5 (diff) | |
parent | 87faa5534be89e560c3037447ad33f94562a2ac0 (diff) | |
download | timeline-8f459c8ef4c18beb82032303baea550399f71d76.tar.gz timeline-8f459c8ef4c18beb82032303baea550399f71d76.tar.bz2 timeline-8f459c8ef4c18beb82032303baea550399f71d76.zip |
Merge pull request #1171 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.27
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 477c4fcd..db7fb743 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.23",
+ "@types/node": "^17.0.27",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
|