diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-22 08:29:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 08:29:26 +0000 |
commit | dc4a79752c01e1ef76f6be8b9d6ec835cc7c909a (patch) | |
tree | de3d190f883c74ec47c8fb2662ad9b8cc4a766dd | |
parent | 678029c49ef44190a58de81433b1a3aa096f4a07 (diff) | |
parent | b84c65642956ad25515535732e91646be39fe614 (diff) | |
download | timeline-dc4a79752c01e1ef76f6be8b9d6ec835cc7c909a.tar.gz timeline-dc4a79752c01e1ef76f6be8b9d6ec835cc7c909a.tar.bz2 timeline-dc4a79752c01e1ef76f6be8b9d6ec835cc7c909a.zip |
Merge pull request #299 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.31
-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 f0312a45..d618bc9f 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.30",
+ "@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
|