From 7fb0a83664830a9f487375215f840346b03af16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:51:37 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [axios](https://github.com/axios/axios) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `axios` from 0.19.2 to 0.30.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.30.0) Updates `webpack-dev-server` from 2.5.1 to 5.2.1 - [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/v2.5.1...v5.2.1) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8bf4ac..9d2faf2 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,11 @@ "stylus-loader": "^3.0.1", "url-loader": "0.5.9", "webpack": "3.1.0", - "webpack-dev-server": "2.5.1" + "webpack-dev-server": "5.2.1" }, "dependencies": { "autosize": "3.0.21", - "axios": "0.19.2", + "axios": "0.30.0", "date-fns": "2.16.1", "es6-promise": "4.1.1", "github-markdown-css": "2.8.0",