summaryrefslogtreecommitdiff
path: root/client/simple/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-08-21 22:33:59 +0200
committerGitHub <noreply@github.com>2026-08-21 22:33:59 +0200
commitbbb3c7d82991c0c900d9ac268c7f603451cdffd4 (patch)
treed8eb46012fd282b5a2d8c06bdea29bed34fce887 /client/simple/package.json
parentf31ff05db369fc42348396aa1d3359ee7fa6596e (diff)
[upd] web-client (simple): Bump the minor group (#6558)
Bumps the minor group in /client/simple with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [less](https://github.com/less/less.js). Updates `@biomejs/biome` from 2.5.7 to 2.5.9 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.9/packages/@biomejs/biome) Updates `less` from 4.8.1 to 4.9.0 - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: less dependency-version: 4.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'client/simple/package.json')
-rw-r--r--client/simple/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/simple/package.json b/client/simple/package.json
index 2fc618f4e..666ef2343 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -29,12 +29,12 @@
"swiped-events": "1.2.0"
},
"devDependencies": {
- "@biomejs/biome": "2.5.7",
+ "@biomejs/biome": "2.5.9",
"@types/node": "^26.2.0",
"browserslist": "^4.28.8",
"browserslist-to-esbuild": "^2.1.1",
"edge.js": "^6.5.1",
- "less": "^4.8.1",
+ "less": "^4.9.0",
"mathjs": "^15.2.0",
"sharp": "~0.35.3",
"sort-package-json": "^4.0.0",