diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 18405a1e..7d53355c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
- "color": "^4.0.0",
+ "color": "^4.0.1",
"core-js": "^3.16.0",
"i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
@@ -38,7 +38,7 @@ "workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
- "xregexp": "^5.0.2"
+ "xregexp": "^5.1.0"
},
"scripts": {
"start": "vite",
@@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
- "@types/node": "^16.4.10",
+ "@types/node": "^16.4.12",
"@types/react": "^17.0.15",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|