From b9eed97072689055518d2f880207b9ff61a865f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:23:00 +0000 Subject: [PATCH] chore: Bump @darraghor/eslint-plugin-nestjs-typed from 7.3.2 to 7.3.3 Bumps [@darraghor/eslint-plugin-nestjs-typed](https://github.com/darraghoriordan/eslint-plugin-nestjs-typed) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/releases) - [Commits](https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/compare/v7.3.2...v7.3.3) --- updated-dependencies: - dependency-name: "@darraghor/eslint-plugin-nestjs-typed" dependency-version: 7.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c156e37..3caf1c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1148,15 +1148,15 @@ } }, "node_modules/@darraghor/eslint-plugin-nestjs-typed": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@darraghor/eslint-plugin-nestjs-typed/-/eslint-plugin-nestjs-typed-7.3.2.tgz", - "integrity": "sha512-ZN6boSmkUMxRViUUKiuycnJPCdBDkSlm7TH7Uo2P6cRS0tsK0KOGXc0TCIu9SX0rGbO4I+6U9OtFkfkMOk7zPw==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@darraghor/eslint-plugin-nestjs-typed/-/eslint-plugin-nestjs-typed-7.3.3.tgz", + "integrity": "sha512-rYESdPyqpuIE/iL3h2JjFmvSbVC8OQ0QExICNexWfld4BRgzqhjU9xymN3RWz4YpsmVmYpVOKNJYa4JYzo4kNg==", "dev": true, "license": "ISC", "dependencies": { - "@typescript-eslint/scope-manager": "^8.66.0", - "@typescript-eslint/type-utils": "^8.66.0", - "@typescript-eslint/utils": "^8.66.0", + "@typescript-eslint/scope-manager": "^8.67.0", + "@typescript-eslint/type-utils": "^8.67.0", + "@typescript-eslint/utils": "^8.67.0", "eslint-module-utils": "2.14.0", "glob": "13.0.6", "reflect-metadata": "0.2.2",