summaryrefslogtreecommitdiff
path: root/client/simple/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-22 10:04:37 +0200
committerGitHub <noreply@github.com>2025-08-22 10:04:37 +0200
commit11ea1a813409de45db92598f565cebc7a3d07dd1 (patch)
tree36b5178fa4678371878f93c45c8ea16886e6b748 /client/simple/package.json
parente22ebd88171adba84b13e20c7b173d7f2231867e (diff)
[upd] web-client (simple): Bump the minor group (#5144)
Bumps the minor group in /client/simple with 2 updates: [browserslist](https://github.com/browserslist/browserslist) and [less](https://github.com/less/less.js). Updates `browserslist` from 4.25.2 to 4.25.3 - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.25.2...4.25.3) Updates `less` from 4.4.0 to 4.4.1 - [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/commits) --- updated-dependencies: - dependency-name: browserslist dependency-version: 4.25.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: less dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-patch 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 973f3bccb..a7325aca0 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -33,10 +33,10 @@
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@types/node": "~24.3.0",
- "browserslist": "~4.25.2",
+ "browserslist": "~4.25.3",
"browserslist-to-esbuild": "~2.1.0",
"edge.js": "~6.3.0",
- "less": "~4.4.0",
+ "less": "~4.4.1",
"lightningcss": "~1.30.0",
"sharp": "~0.34.0",
"sort-package-json": "~3.4.0",