From 7f876798366a51da4b05ddd7ce29c1c222a94e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:33:13 +0000 Subject: [PATCH] Bump the npm-deps group with 3 updates Bumps the npm-deps group with 3 updates: [prettier](https://github.com/prettier/prettier), [tape-six](https://github.com/uhop/tape-six) and [tape-six-proc](https://github.com/uhop/tape-six-proc). Updates `prettier` from 3.8.3 to 3.8.4 - [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.3...3.8.4) Updates `tape-six` from 1.9.0 to 1.10.1 - [Commits](https://github.com/uhop/tape-six/compare/1.9.0...1.10.1) Updates `tape-six-proc` from 1.2.9 to 1.3.1 - [Commits](https://github.com/uhop/tape-six-proc/compare/1.2.9...1.3.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: tape-six dependency-version: 1.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: tape-six-proc dependency-version: 1.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4018495..6241a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,20 +20,23 @@ } }, "node_modules/dollar-shell": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/dollar-shell/-/dollar-shell-1.1.14.tgz", - "integrity": "sha512-vtAL469EE7rSNC/O6enlGUmncQdILnYoAhXfdH71VUf5ZlXuPnSIP201inuMHUMDLoTG/GVVwgUmvjJdrEZppQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/dollar-shell/-/dollar-shell-1.2.1.tgz", + "integrity": "sha512-2po6i76ornNfVAB4NlE5BX7lJ5h6wL3OqnF6kK3Z6pOold8nb/agaKB1/2+/8BTpKoPF/bsuj4Vv89RGzzaEeQ==", "dev": true, "license": "BSD-3-Clause", + "engines": { + "node": ">=22" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/uhop" } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "dev": true, "license": "MIT", "bin": { @@ -47,9 +50,9 @@ } }, "node_modules/tape-six": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/tape-six/-/tape-six-1.9.0.tgz", - "integrity": "sha512-llhE99BetGQHmeDkjgjVzGasSVkiVYMYncCWWT9RLjr+hmY1vomJHLJfkR1OXl8wSkO26/xpUX37BGcYEBtelw==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/tape-six/-/tape-six-1.10.1.tgz", + "integrity": "sha512-tP7I7ShmSJdo8ObNjINKVL3JHhGL82nRTbAQMg07pjDhzBVlHIJ1G9iwaJNnyfolNHo81MrDN7ix6N22BdR9Xw==", "dev": true, "license": "BSD-3-Clause", "bin": { @@ -66,14 +69,14 @@ } }, "node_modules/tape-six-proc": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/tape-six-proc/-/tape-six-proc-1.2.9.tgz", - "integrity": "sha512-CZTTRjK+6YIvOXubItjcTqTgmvza73uEx6YhU6F0qmF7AvwrApjzuqvsiJcQ256RwdyXWbta2kHBozu82tPGFA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tape-six-proc/-/tape-six-proc-1.3.1.tgz", + "integrity": "sha512-Ii3v3jVXpTOa9m68ZuXFwJ2A5wUg3lQeBQAxwHB+yNtjdGXBSpWrRLRZQ2x/zWPRCEkfA+muMdXldlz50FOdig==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "dollar-shell": "^1.1.14", - "tape-six": "^1.9.0" + "dollar-shell": "^1.2.1", + "tape-six": "^1.10.1" }, "bin": { "tape6-proc": "bin/tape6-proc.js"