From 1c39f676b6990fb09b7b4faf33f1514c777fdbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:12:45 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 2 updates Bumps the patch group with 2 updates in the /ui/changes directory: [apexcharts](https://github.com/apexcharts/apexcharts.js) and [prettier](https://github.com/prettier/prettier). Updates `apexcharts` from 5.15.0 to 5.15.2 - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.15.0...v5.15.2) Updates `prettier` from 3.8.4 to 3.8.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.4...3.8.5) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: prettier dependency-version: 3.8.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- ui/changes/package-lock.json | 28 ++++++++++++++-------------- ui/changes/package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 4ac22c4ab9..8f781db4d3 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,11 +10,11 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.15.0", + "apexcharts": "^5.15.2", "localforage": "^1.10.0" }, "devDependencies": { - "prettier": "^3.8.4", + "prettier": "^3.8.5", "snowpack": "^3.8.8" } }, @@ -573,9 +573,9 @@ } }, "node_modules/apexcharts": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.0.tgz", - "integrity": "sha512-ATswoiZi8wynKcwqf0eyE0Is5mBQoDpxZN3PlSVy41OrD+9GMBp2kZQRjyGK+5/j0GFjHkuAd7GKOrt5VMoPrw==" + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.2.tgz", + "integrity": "sha512-qbd+ehDiRxo++wAqaGLmJcd683ktulTqoku4WYYyQ3XOgJIn4yhOQGV27KcdK7c2yhwxblyh4mgMm8ukI0wC0Q==" }, "node_modules/aproba": { "version": "1.2.0", @@ -3453,9 +3453,9 @@ "dev": true }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.8.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.5.tgz", + "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -4866,9 +4866,9 @@ } }, "apexcharts": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.0.tgz", - "integrity": "sha512-ATswoiZi8wynKcwqf0eyE0Is5mBQoDpxZN3PlSVy41OrD+9GMBp2kZQRjyGK+5/j0GFjHkuAd7GKOrt5VMoPrw==" + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.2.tgz", + "integrity": "sha512-qbd+ehDiRxo++wAqaGLmJcd683ktulTqoku4WYYyQ3XOgJIn4yhOQGV27KcdK7c2yhwxblyh4mgMm8ukI0wC0Q==" }, "aproba": { "version": "1.2.0", @@ -7084,9 +7084,9 @@ "dev": true }, "prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.8.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.5.tgz", + "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", "dev": true }, "proc-log": { diff --git a/ui/changes/package.json b/ui/changes/package.json index 960986078a..8c1e1c480f 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -12,12 +12,12 @@ "author": "", "license": "ISC", "devDependencies": { - "prettier": "^3.8.4", + "prettier": "^3.8.5", "snowpack": "^3.8.8" }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.15.0", + "apexcharts": "^5.15.2", "localforage": "^1.10.0" } }