diff options
author | crupest <crupest@outlook.com> | 2022-05-13 18:35:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 18:35:22 +0800 |
commit | 3b3254e83c53b35b946d867a4be942304335bf8c (patch) | |
tree | 7eb67c5afbccae33a8a4dc4ccac1b56cec5801ea | |
parent | 8c80ec91a5c2c831b7fd7b6099e5df2cec5bf852 (diff) | |
parent | e1432b7bf3f0e515bad26f0356173bea3b0cd6fe (diff) | |
download | timeline-3b3254e83c53b35b946d867a4be942304335bf8c.tar.gz timeline-3b3254e83c53b35b946d867a4be942304335bf8c.tar.bz2 timeline-3b3254e83c53b35b946d867a4be942304335bf8c.zip |
Merge pull request #1206 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.33
-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 d50069e8..87a4adb2 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.32",
+ "@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.4",
|