diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-26 07:09:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 07:09:38 +0000 |
commit | a288a4b2bb72c075696282c38aff5b2a5fccef20 (patch) | |
tree | c509a2c85a551dd3957bee172c16feba26987505 | |
parent | b9e85459e1c68d9d23fe616da722b1e140c9e78e (diff) | |
parent | 5febd3ee5d9e3881af31c55e4313967e5b35a788 (diff) | |
download | timeline-a288a4b2bb72c075696282c38aff5b2a5fccef20.tar.gz timeline-a288a4b2bb72c075696282c38aff5b2a5fccef20.tar.bz2 timeline-a288a4b2bb72c075696282c38aff5b2a5fccef20.zip |
Merge pull request #409 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.36
-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 0e044f8e..4cdd6a66 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.35",
+ "@types/node": "^14.14.36",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|