diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-12 07:25:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 07:25:31 +0000 |
commit | d109c2446953b09e71e253370d208203a9f84fe6 (patch) | |
tree | a9883e99a639751a179de225c8ee9c1e4bbf36c1 | |
parent | 7bab0a90e06581707e6fbd8ca8d119dce8bcc818 (diff) | |
download | timeline-d109c2446953b09e71e253370d208203a9f84fe6.tar.gz timeline-d109c2446953b09e71e253370d208203a9f84fe6.tar.bz2 timeline-d109c2446953b09e71e253370d208203a9f84fe6.zip |
build(deps-dev): Bump @types/node from 14.14.25 to 14.14.26 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 14.14.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 3e967465..4de90f70 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -3022,9 +3022,9 @@ "dev": true }, "@types/node": { - "version": "14.14.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz", - "integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==", + "version": "14.14.26", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.26.tgz", + "integrity": "sha512-skWxepWOs+VArEBWd2S/VR3wUavioIIx9/HzW+UJiIjtwa6+kNXdsOeq7FfxDXf56hIcL0ieo2brwMgBJ1+lhw==", "dev": true }, "@types/parse-json": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 985f38a9..515b0237 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",
|