diff options
author | crupest <crupest@outlook.com> | 2022-06-06 17:05:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 17:05:24 +0800 |
commit | 04c7f78a46d0879aca8b1c23276446b940a0175e (patch) | |
tree | 8dff2b7347e7b2d00939d9ff90fddae1dda4e665 | |
parent | 47bd5f92e762b93a143ec8f1b9b80def3c9e6d9b (diff) | |
parent | be2846ae34f8c62b4cdcdfb732a9826a4018cc96 (diff) | |
download | timeline-04c7f78a46d0879aca8b1c23276446b940a0175e.tar.gz timeline-04c7f78a46d0879aca8b1c23276446b940a0175e.tar.bz2 timeline-04c7f78a46d0879aca8b1c23276446b940a0175e.zip |
Merge pull request #1238 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.40
-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 19172802..e25d13ca 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.39",
+ "@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
|