diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-12 10:33:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 10:33:07 +0000 |
commit | a27b339807f60b3ba28299bc925b43af8bd9f29d (patch) | |
tree | 6fd7843ccb7aac46a9e23915e7cf43453b4b90d6 | |
parent | 700642c6efc05b8fb3bfd9ea04055e99736b74c1 (diff) | |
parent | 027b815e295797206f64bac098e29492962b5305 (diff) | |
download | timeline-a27b339807f60b3ba28299bc925b43af8bd9f29d.tar.gz timeline-a27b339807f60b3ba28299bc925b43af8bd9f29d.tar.bz2 timeline-a27b339807f60b3ba28299bc925b43af8bd9f29d.zip |
Merge pull request #270 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.26
-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 4d949333..c30079b5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.25",
+ "@types/node": "^14.14.26",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
|