From 8ac0e0df691246ba601de9315c3762b0b934a27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:22:50 +0000 Subject: [PATCH] deps: bump the dev-dependencies group Bumps the dev-dependencies group in /packages/mldsa87 with 3 updates: [eslint](https://github.com/eslint/eslint), [rollup](https://github.com/rollup/rollup) and [tar](https://github.com/isaacs/node-tar). Updates `eslint` from 10.0.3 to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0) Updates `rollup` from 4.59.0 to 4.59.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.59.0...v4.59.1) Updates `tar` from 7.5.11 to 7.5.12 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.11...v7.5.12) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rollup dependency-version: 4.59.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tar dependency-version: 7.5.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- packages/mldsa87/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mldsa87/package.json b/packages/mldsa87/package.json index 8210079f..84e6e3fc 100644 --- a/packages/mldsa87/package.json +++ b/packages/mldsa87/package.json @@ -57,7 +57,7 @@ "@rollup/plugin-node-resolve": "16.0.3", "c8": "11.0.0", "chai": "6.2.2", - "eslint": "10.0.3", + "eslint": "10.1.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import-x": "4.16.2", "eslint-plugin-prettier": "5.5.5", @@ -65,9 +65,9 @@ "minimatch": "10.2.4", "mocha": "11.7.5", "prettier": "3.8.1", - "rollup": "4.59.0", + "rollup": "4.59.1", "serialize-javascript": "7.0.4", - "tar": "7.5.11" + "tar": "7.5.12" }, "dependencies": { "@noble/hashes": "2.0.1"