diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 15:32:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:32:00 +0000 |
commit | d9a28abeee16bb18e3571f5fb147ade82fbca8b1 (patch) | |
tree | 09fd1ade890e3e72ecdf27fc261f60ab7f4e5841 /FrontEnd/package.json | |
parent | d7c61e50d22cbda38cf4db81e871e0612480c5ff (diff) | |
parent | 80c54ef454732db94d0bd8b94f7782e7639c1e09 (diff) | |
download | timeline-d9a28abeee16bb18e3571f5fb147ade82fbca8b1.tar.gz timeline-d9a28abeee16bb18e3571f5fb147ade82fbca8b1.tar.bz2 timeline-d9a28abeee16bb18e3571f5fb147ade82fbca8b1.zip |
Merge pull request #287 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.30
Diffstat (limited to 'FrontEnd/package.json')
-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 d7a4a1f7..e1ad3a34 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.28",
+ "@types/node": "^14.14.30",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
|