From 5a30c334fd9d5a817e9175b97ac7a79e2d5d1238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:14:42 +0000 Subject: [PATCH] build(deps-dev): bump @solvro/config from 2.0.1 to 2.0.2 Bumps [@solvro/config](https://github.com/Solvro/lib-web-solvro-config) from 2.0.1 to 2.0.2. - [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/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: "@solvro/config" dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31493b7..f65d854 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": "^2.0.1", + "@solvro/config": "^2.0.2", "@tailwindcss/postcss": "^4", "@types/node": "^22", "@types/react": "^19", @@ -1788,9 +1788,9 @@ } }, "node_modules/@solvro/config": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@solvro/config/-/config-2.0.1.tgz", - "integrity": "sha512-ffcxBTfOTvbx0tWybpbYMZCGRNALPXKLI5SP2lj3oPcRJvg5RClD6zECFM2MNcps4kU7muL3bResxCZGrIKYEQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@solvro/config/-/config-2.0.2.tgz", + "integrity": "sha512-NoDm2Bd4/e5n+FOlhcNOxEv/mMEgrd3hV6Bk92TwnXDdjLQP4gzyxrMLnwax9HgnJNzzxRuBkAcCt8Z7Ft5zFA==", "dev": true, "license": "MPL-2.0", "dependencies": { diff --git a/package.json b/package.json index f65c237..f6b824a 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": "^2.0.1", + "@solvro/config": "^2.0.2", "@tailwindcss/postcss": "^4", "@types/node": "^22", "@types/react": "^19",