From 00c064a3afc0827a97b032daf8f3b82c6ed9ec58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:58:53 +0000 Subject: [PATCH] build(deps-dev): bump @solvro/config from 1.13.5 to 1.13.6 Bumps [@solvro/config](https://github.com/Solvro/lib-web-solvro-config) from 1.13.5 to 1.13.6. - [Release notes](https://github.com/Solvro/lib-web-solvro-config/releases) - [Changelog](https://github.com/Solvro/lib-web-solvro-config/blob/main/.releaserc.js) - [Commits](https://github.com/Solvro/lib-web-solvro-config/compare/v1.13.5...v1.13.6) --- updated-dependencies: - dependency-name: "@solvro/config" dependency-version: 1.13.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++----------------- package.json | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4166da2..7a6f844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@commitlint/cli": "^19.8.1", "@eslint/eslintrc": "^3", "@next/eslint-plugin-next": "^15.3.3", - "@solvro/config": "^1.13.5", + "@solvro/config": "^1.13.6", "@tailwindcss/postcss": "^4", "@types/node": "^22", "@types/react": "^19", @@ -272,24 +272,22 @@ } }, "node_modules/@clack/core": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@clack/core/-/core-0.4.1.tgz", - "integrity": "sha512-Pxhij4UXg8KSr7rPek6Zowm+5M22rbd2g1nfojHJkxp5YkFqiZ2+YLEM/XGVIzvGOcM0nqjIFxrpDwWRZYWYjA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@clack/core/-/core-0.5.0.tgz", + "integrity": "sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow==", "dev": true, - "license": "MIT", "dependencies": { "picocolors": "^1.0.0", "sisteransi": "^1.0.5" } }, "node_modules/@clack/prompts": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.10.0.tgz", - "integrity": "sha512-H3rCl6CwW1NdQt9rE3n373t7o5cthPv7yUoxF2ytZvyvlJv89C5RYMJu83Hed8ODgys5vpBU0GKxIRG83jd8NQ==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.11.0.tgz", + "integrity": "sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw==", "dev": true, - "license": "MIT", "dependencies": { - "@clack/core": "0.4.1", + "@clack/core": "0.5.0", "picocolors": "^1.0.0", "sisteransi": "^1.0.5" } @@ -1746,14 +1744,13 @@ } }, "node_modules/@solvro/config": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@solvro/config/-/config-1.13.5.tgz", - "integrity": "sha512-g5IjLGE6SB2m5j00apJSPurPSSD0NHn7RW8kJIIX0xkh1u+2KV6eKslne6gDyy7SwSj6V/j9KUKMSm+uwtUWkA==", + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/@solvro/config/-/config-1.13.6.tgz", + "integrity": "sha512-T49jREOVRohpKy4Gr5/bg9R6LZJV5PVSxpjJypjjlnliIlJxRZ6WwxFlr0FJ/0lA25NLASeHqmdx5sCDYVkUzA==", "dev": true, - "license": "MPL-2.0", "dependencies": { "@adonisjs/eslint-config": "^2.0.0-beta.7", - "@clack/prompts": "^0.10.0", + "@clack/prompts": "^0.11.0", "@commitlint/config-conventional": "^19.6.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@eslint/js": "^9.16.0", @@ -8283,8 +8280,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true, - "license": "MIT" + "dev": true }, "node_modules/slashes": { "version": "3.0.12", diff --git a/package.json b/package.json index a4b763e..0659e67 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@commitlint/cli": "^19.8.1", "@eslint/eslintrc": "^3", "@next/eslint-plugin-next": "^15.3.3", - "@solvro/config": "^1.13.5", + "@solvro/config": "^1.13.6", "@tailwindcss/postcss": "^4", "@types/node": "^22", "@types/react": "^19",