From 03f9bbf5cd964d85d43c328748585bb718284e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 12:23:09 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-mkcert from 2.0.0 to 2.1.0 Bumps [vite-plugin-mkcert](https://github.com/liuweiGL/vite-plugin-mkcert) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/liuweiGL/vite-plugin-mkcert/releases) - [Changelog](https://github.com/liuweiGL/vite-plugin-mkcert/blob/main/CHANGELOG.md) - [Commits](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: vite-plugin-mkcert dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b76a832..a88c3b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.3.0", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.2.0", - "@rollup/rollup-linux-x64-gnu": "4.61.0", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", @@ -26,7 +25,7 @@ "devDependencies": { "sass": "^1.100.0", "vite": "^8.0.16", - "vite-plugin-mkcert": "^2.0.0" + "vite-plugin-mkcert": "^2.1.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.61.0" @@ -1606,9 +1605,9 @@ "optional": true }, "node_modules/undici": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.1.0.tgz", - "integrity": "sha512-E9MkTS4xXLnRPYqxH2e6Hr2/49e7WFDKczKcCaFH4VaZs2iNvHMqeIkyUAD9vM8kujy9TjVrRlQ5KkdEJxB2pw==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.1.tgz", + "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", "dev": true, "license": "MIT", "engines": { @@ -1700,15 +1699,15 @@ } }, "node_modules/vite-plugin-mkcert": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-mkcert/-/vite-plugin-mkcert-2.0.0.tgz", - "integrity": "sha512-+5roXeOT91WRO3NKFRcDZKEHhze/1uahSSKOIq3vz2w19mJojBcyOo0JyLRHbME31Ym5qPRNJ8CwKO0mu4RJ2Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-mkcert/-/vite-plugin-mkcert-2.1.0.tgz", + "integrity": "sha512-UQS5iyknruwCsvqDPsKRyHIVSVfv/iGdRPmUPaM1JRwNJo8wo/MubzJ66ckWwOLxFU4wW90oZq9GviV87nRHsg==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.4.3", "supports-color": "^10.2.2", - "undici": "^8.0.2" + "undici": "^8.3.0" }, "engines": { "node": ">=22.19.0" diff --git a/package.json b/package.json index 415ecfe..9bc9caf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "sass": "^1.100.0", "vite": "^8.0.16", - "vite-plugin-mkcert": "^2.0.0" + "vite-plugin-mkcert": "^2.1.0" }, "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.5",