From fe2573460fb44819b12b1328a871e1f41c11b2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:13:43 +0000 Subject: [PATCH] chore: bump @npmcli/template-oss in the dependency-updates group Bumps the dependency-updates group with 1 update: [@npmcli/template-oss](https://github.com/npm/template-oss). Updates `@npmcli/template-oss` from 4.23.5 to 4.23.6 - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/template-oss/compare/v4.23.5...v4.23.6) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- workspaces/data/package.json | 2 +- workspaces/www/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index edd36e111..7c192ff4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "tap": "^21.0.1" }, "engines": { @@ -1912,9 +1912,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.23.5", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.5.tgz", - "integrity": "sha512-H8tkupMwPA7L+KSk1Vl5lZE5rXB7vpRr55zocd2K8LsTh/8rP0ekzEwTBSwZfm5t4DKIsZmK8BcxjSsv4b7hJg==", + "version": "4.23.6", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.6.tgz", + "integrity": "sha512-19XoFub6hpuVi0VFrKomjduZMqbmpHZaSIuPX2dgBtB6NZaUyZELlaSRG8IK6zPmA8+4TUCBgJ0b5K5mZhcqUQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -12588,7 +12588,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "tap": "^21.0.1" }, "engines": { @@ -12616,7 +12616,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^21.0.1" }, diff --git a/package.json b/package.json index 31621fe14..b6bf4a94a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "tap": "^21.0.1" }, "templateOSS": { diff --git a/workspaces/data/package.json b/workspaces/data/package.json index 27480b071..2c5c93bca 100644 --- a/workspaces/data/package.json +++ b/workspaces/data/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "tap": "^21.0.1" }, "files": [ diff --git a/workspaces/www/package.json b/workspaces/www/package.json index 1599b1684..3c19c067e 100644 --- a/workspaces/www/package.json +++ b/workspaces/www/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/npm/statusboard#readme", "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.23.5", + "@npmcli/template-oss": "4.23.6", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^21.0.1" },