From 6569d03ed43014fcb3290d02ff9c12336ef4070d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:02:19 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /services/core/VolttronCentral directory: [codemirror](https://github.com/codemirror/basic-setup) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `codemirror` from 4.13.0 to 6.0.2 - [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/basic-setup/commits/6.0.2) Updates `webpack-dev-server` from 1.16.5 to 6.0.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v1.16.5...v6.0.0) --- updated-dependencies: - dependency-name: codemirror dependency-version: 6.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 6.0.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- services/core/VolttronCentral/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/core/VolttronCentral/package.json b/services/core/VolttronCentral/package.json index f193ff2cb3..751530f8c6 100644 --- a/services/core/VolttronCentral/package.json +++ b/services/core/VolttronCentral/package.json @@ -28,14 +28,14 @@ "url-loader": "^0.5.7", "vinyl-source-stream": "^1.0.0", "webpack": "^1.13.2", - "webpack-dev-server": "^1.16.2" + "webpack-dev-server": "^6.0.0" }, "dependencies": { "babel-polyfill": "^6.16.0", "babyparse": "^0.4.5", "bluebird": "^2.9.14", "chart.js": "^2.5.0", - "codemirror": "^4.13.0", + "codemirror": "^6.0.2", "flux": "^2.0.1", "font-awesome": "^4.6.3", "history": "^3.0.0",