diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-07 14:07:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 14:07:00 +0000 |
commit | a82b5bd1895b425648cf9237e09e7e89ab0934e1 (patch) | |
tree | fe0f0d5aa40f56dce722c690d36f1179ab5db8a1 | |
parent | 2218141c78ad680d77ece4a205f096a58609fd49 (diff) | |
download | timeline-a82b5bd1895b425648cf9237e09e7e89ab0934e1.tar.gz timeline-a82b5bd1895b425648cf9237e09e7e89ab0934e1.tar.bz2 timeline-a82b5bd1895b425648cf9237e09e7e89ab0934e1.zip |
build(deps-dev): Bump @types/node from 16.11.11 to 16.11.12 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.11 to 16.11.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c460dc42..cd505a12 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,11 +10,11 @@ "@popperjs/core": "^2.11.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.7.1",
+ "bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.19.3",
- "i18next": "^21.5.4",
+ "i18next": "^21.5.5",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.177",
- "@types/node": "^16.11.11",
+ "@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.4",
+ "typescript": "^4.5.2",
"vite": "^2.6.14",
"vite-plugin-pwa": "^0.11.10"
}
|