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",