summaryrefslogtreecommitdiff
path: root/client/simple/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-05 07:04:11 +0000
committerIvan Gabaldon <igabaldon@inetol.net>2025-12-05 10:42:18 +0000
commite34c356e64e5436d38d72db4d809b927d1d545b0 (patch)
tree175503789031ff1155c5d88c4127d7d45adc900f /client/simple/package.json
parent7017393647560ca97be0f0d0c121a2332f2654c1 (diff)
[upd] web-client (simple): Bump the minor group
Bumps the minor group in /client/simple with 2 updates: [browserslist](https://github.com/browserslist/browserslist) and [mathjs](https://github.com/josdejong/mathjs). Updates `browserslist` from 4.28.0 to 4.28.1 - [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.28.0...4.28.1) Updates `mathjs` from 15.0.0 to 15.1.0 - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v15.0.0...v15.1.0) --- updated-dependencies: - dependency-name: browserslist dependency-version: 4.28.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: mathjs dependency-version: 15.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@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 138032a4f..3f84befd2 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -31,12 +31,12 @@
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@types/node": "~24.10.1",
- "browserslist": "~4.28.0",
+ "browserslist": "~4.28.1",
"browserslist-to-esbuild": "~2.1.1",
"edge.js": "~6.3.0",
"less": "~4.4.2",
"lightningcss": "~1.30.2",
- "mathjs": "~15.0.0",
+ "mathjs": "~15.1.0",
"sharp": "~0.34.5",
"sort-package-json": "~3.5.0",
"stylelint": "~16.26.0",