diff options
author | crupest <crupest@outlook.com> | 2022-04-29 16:52:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 16:52:59 +0800 |
commit | 034df59bb43a6f262fb4587e7acfa263a3405d6d (patch) | |
tree | d5e0c32dfe4fd1012ff247e2b5f4262f82fc74f9 | |
parent | 9e005d9c109f0136a24d422b7f12733fd7cd3183 (diff) | |
parent | 064507c4c619f5eb1697cb69a4812c0f71020faa (diff) | |
download | timeline-034df59bb43a6f262fb4587e7acfa263a3405d6d.tar.gz timeline-034df59bb43a6f262fb4587e7acfa263a3405d6d.tar.bz2 timeline-034df59bb43a6f262fb4587e7acfa263a3405d6d.zip |
Merge pull request #1185 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.30
-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 38520561..7ff4c5f6 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.29",
+ "@types/node": "^17.0.30",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
|