update packages

This commit is contained in:
Proddy
2023-01-29 12:09:35 +01:00
parent 7faffafd8a
commit e98d84efdb
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
"@types/react-dom": "^18.0.10", "@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"axios": "^1.2.5", "axios": "^1.2.6",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"notistack": "^2.0.8", "notistack": "^2.0.8",
@@ -5076,9 +5076,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==", "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
@@ -21434,9 +21434,9 @@
"integrity": "sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg==" "integrity": "sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg=="
}, },
"axios": { "axios": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.5.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
"integrity": "sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ==", "integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
"requires": { "requires": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",

View File

@@ -28,7 +28,7 @@
"sockette": "^2.0.6", "sockette": "^2.0.6",
"typesafe-i18n": "^5.20.0", "typesafe-i18n": "^5.20.0",
"typescript": "^4.9.4", "typescript": "^4.9.4",
"axios": "^1.2.5", "axios": "^1.2.6",
"react-router-dom": "^6.8.0" "react-router-dom": "^6.8.0"
}, },
"scripts": { "scripts": {