From 72d90a1eb9cad99b6fabc71bc1a34624bcc3cf74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:07:51 +0000 Subject: [PATCH] build(deps-dev): bump @solvro/config from 1.13.4 to 1.13.6 in /backend Bumps [@solvro/config](https://github.com/Solvro/lib-web-solvro-config) from 1.13.4 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.4...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] --- backend/package-lock.json | 51 ++++++++++++++++++++++----------------- backend/package.json | 2 +- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 9f3c375a..90c9ac2c 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -35,7 +35,7 @@ "@japa/assert": "^3.0.0", "@japa/plugin-adonisjs": "^3.0.1", "@japa/runner": "^3.1.4", - "@solvro/config": "^1.13.4", + "@solvro/config": "^1.13.6", "@swc/core": "^1.7.22", "@types/luxon": "^3.4.2", "@types/node": "^22.5.1", @@ -878,24 +878,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" } @@ -1887,14 +1885,13 @@ } }, "node_modules/@solvro/config": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/@solvro/config/-/config-1.13.4.tgz", - "integrity": "sha512-LLu1+BIzN7X9rHx/wFFoGH0anR1FyXLd9poE4xrJpb4OAPrEWlimROvvKC+GGEKoObp5DpI2x3vu2oNan5XVyg==", + "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", @@ -1914,7 +1911,7 @@ "eslint-plugin-unused-imports": "^4.1.4", "execa": "^9.5.2", "find-up-simple": "^1.0.0", - "globals": "^15.13.0", + "globals": "^16.0.0", "local-pkg": "^1.0.0", "picocolors": "^1.1.1", "prettier-plugin-packagejson": "^2.5.6", @@ -1978,12 +1975,23 @@ "eslint": ">=8.56.0" } }, + "node_modules/@solvro/config/node_modules/eslint-plugin-unicorn/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@solvro/config/node_modules/globals": { - "version": "15.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", - "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, @@ -11106,8 +11114,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/slash": { "version": "5.1.0", diff --git a/backend/package.json b/backend/package.json index 00576f94..864dc9da 100644 --- a/backend/package.json +++ b/backend/package.json @@ -67,7 +67,7 @@ "@japa/assert": "^3.0.0", "@japa/plugin-adonisjs": "^3.0.1", "@japa/runner": "^3.1.4", - "@solvro/config": "^1.13.4", + "@solvro/config": "^1.13.6", "@swc/core": "^1.7.22", "@types/luxon": "^3.4.2", "@types/node": "^22.5.1",