diff options
author | crupest <crupest@outlook.com> | 2022-05-17 23:40:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 23:40:18 +0800 |
commit | 105223b633a5f43c42a33ab3257126610a86f95d (patch) | |
tree | b929c2df371abc80b9a6ae485a61b9f11be0d02c | |
parent | 81334047449660da0d53bc7196158be71ffd96d2 (diff) | |
parent | 5f0ae5d110947f80a181a0a7df996e9c01190c98 (diff) | |
download | timeline-105223b633a5f43c42a33ab3257126610a86f95d.tar.gz timeline-105223b633a5f43c42a33ab3257126610a86f95d.tar.bz2 timeline-105223b633a5f43c42a33ab3257126610a86f95d.zip |
Merge pull request #1211 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.34
-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 3ea22547..73f66517 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.33",
+ "@types/node": "^17.0.34",
"@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.4",
|