diff options
-rw-r--r-- | FrontEnd/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 80891b88..8406024a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,11 +10,11 @@ "@popperjs/core": "^2.10.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.7.0",
+ "bootstrap-icons": "^1.7.1",
"classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.19.1",
- "i18next": "^21.4.2",
+ "i18next": "^21.5.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -34,9 +34,9 @@ "rxjs": "^7.4.0",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
- "workbox-precaching": "^6.3.0",
+ "workbox-precaching": "^6.4.1",
"workbox-routing": "^6.3.0",
- "workbox-strategies": "^6.3.0",
+ "workbox-strategies": "^6.4.1",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
},
@@ -49,7 +49,7 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.176",
+ "@types/lodash": "^4.14.177",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/react-color": "^3.0.6",
|