diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 08:46:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 08:46:50 +0000 |
commit | 9e2644cfc2d686d339862b6cff9714762e86bcc2 (patch) | |
tree | 89d2363ba84fea71133b8352ada8c47ec133edf9 | |
parent | 41374a3a929afd660dc7abf032bc254a49e6e25e (diff) | |
parent | 80f9db3b6f6aa7fa6ab02ab213d0d97d2844bc13 (diff) | |
download | timeline-9e2644cfc2d686d339862b6cff9714762e86bcc2.tar.gz timeline-9e2644cfc2d686d339862b6cff9714762e86bcc2.tar.bz2 timeline-9e2644cfc2d686d339862b6cff9714762e86bcc2.zip |
Merge pull request #485 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.0.0
-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 764d5d17..f9b7560e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.41",
+ "@types/node": "^15.0.0",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|