From 3616947bdb95d66a16086a003758d84e9c202557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:44:16 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-boundaries from 7.1.0 to 7.2.0 Bumps [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases) - [Commits](https://github.com/javierbrea/eslint-plugin-boundaries/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-boundaries dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 517371a3..8c4352f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "^10.8.1", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.5", - "eslint-plugin-boundaries": "^7.1.0", + "eslint-plugin-boundaries": "^7.2.0", "eslint-plugin-functional": "^10.0.0", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-jsdoc": "^63.3.3", @@ -919,9 +919,9 @@ } }, "node_modules/@boundaries/elements": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@boundaries/elements/-/elements-3.1.0.tgz", - "integrity": "sha512-9YtjJG2sSHssCcmU4dCeqHHwHF5Il0Gc1C8AywksbZyvQ9CFvpNURFuJbT21OpMdp0KHWJB14clMy85oiGwX9w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@boundaries/elements/-/elements-3.1.1.tgz", + "integrity": "sha512-ikqee8669yp2I+uLG67T5P5BSbe+y4NqW5Mk+7tYa+Ydzhpmh0pDyMaH9918J2Ll36ZqYKDb4g4QBeMpWg7VDg==", "dev": true, "license": "MIT", "dependencies": { @@ -8651,13 +8651,13 @@ } }, "node_modules/eslint-plugin-boundaries": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-boundaries/-/eslint-plugin-boundaries-7.1.0.tgz", - "integrity": "sha512-IrWk4KzygcfYUkrDdFM+1bjtQmZl7MVghgidCVVSKKKRwLHYsZthoS0AusUJG/n01k3i4Ih2wykoiGs+OD4g4w==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-boundaries/-/eslint-plugin-boundaries-7.2.0.tgz", + "integrity": "sha512-ywSaVhn9dBFPxEoUTXnu1106Er+NhSSxTuiz52H+SUgAhd0kmikHHhdavv2d+6Aw7f7w1RDT2cXQUJ/7D/V68A==", "dev": true, "license": "MIT", "dependencies": { - "@boundaries/elements": "3.1.0", + "@boundaries/elements": "3.1.1", "chalk": "4.1.2", "eslint-import-resolver-node": "0.3.9", "eslint-module-utils": "2.12.1", diff --git a/package.json b/package.json index b8ab14dd..e2bda8be 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "^10.8.1", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.5", - "eslint-plugin-boundaries": "^7.1.0", + "eslint-plugin-boundaries": "^7.2.0", "eslint-plugin-functional": "^10.0.0", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-jsdoc": "^63.3.3",