diff --git a/package.json b/package.json index b244f0e..d26b43e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "./node_modules/.bin/jest --config=./jest.config.js --env=./setupJestEnv.js --coverage --runInBand" }, "dependencies": { - "axios": "^0.21.0", + "axios": "^1.9.0", "i18n-js": "^3.7.1", "react": "^16.12.0", "react-dom": "^16.12.0", @@ -62,7 +62,7 @@ "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^2.3.0", "eslint-plugin-sonarjs": "^0.5.0", - "gh-pages": "^3.0.0", + "gh-pages": "^6.3.0", "husky": "^4.3.0", "jest": "^24.9.0", "jest-config": "^26.2.2", @@ -80,7 +80,7 @@ "terser-webpack-plugin": "^4.2.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", - "webpack-dev-server": "^3.9.0", + "webpack-dev-server": "^5.2.2", "webpack-merge": "^4.2.2" } }