From ddf871f1f38839a09a488e51330421fcb7824ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 08:12:18 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [axios](https://github.com/axios/axios), [gh-pages](https://github.com/tschaub/gh-pages) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `axios` from 0.21.4 to 1.9.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.9.0) Updates `gh-pages` from 3.2.3 to 6.3.0 - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v3.2.3...v6.3.0) Updates `webpack-dev-server` from 3.11.3 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.3...v5.2.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: gh-pages dependency-version: 6.3.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } }