From 57b490698c0a6d059fe903bd8fa7e8487449758b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:03:25 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [fastify](https://github.com/fastify/fastify). Updates `eslint-config-webpack` from 4.0.10 to 4.1.0 - [Release notes](https://github.com/webpack/eslint-config-webpack/releases) - [Changelog](https://github.com/webpack/eslint-config-webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/eslint-config-webpack/compare/v4.0.10...v4.1.0) Updates `eslint-plugin-n` from 17.19.0 to 17.20.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.19.0...v17.20.0) Updates `fastify` from 5.3.3 to 5.4.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.3.3...v5.4.0) --- updated-dependencies: - dependency-name: eslint-config-webpack dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-n dependency-version: 17.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastify dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f95ca0f5..4c8f31a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9611,9 +9611,9 @@ } }, "node_modules/eslint-config-webpack": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.0.10.tgz", - "integrity": "sha512-9g5ygWwe3bV1b4veVdnw8hNPi1OBSh2KyRwUXijaXjdMpatK/0w9VImWGYE5KXtYOKOcVUBruoZvJhZxQEdcWQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.1.0.tgz", + "integrity": "sha512-EP46PUydRfIOwhnXTYAqDTS01IeV4qAxvN28no/fkwmmbHxYQiicTUFipZ6X795yltTgevQ/w45/SZAbXJ42Xw==", "dev": true, "license": "MIT", "dependencies": { @@ -9635,7 +9635,9 @@ "eslint-plugin-prettier": ">= 5.4.1", "eslint-plugin-unicorn": ">= 59.0.1", "globals": ">= 16.2.0", - "prettier": ">= 3.5.3" + "prettier": ">= 3.5.3", + "typescript": ">= 5.0.0", + "typescript-eslint": ">= 8.34.0" }, "peerDependenciesMeta": { "@eslint/markdown": { @@ -9649,6 +9651,12 @@ }, "eslint-plugin-n": { "optional": true + }, + "typescript": { + "optional": true + }, + "typescript-eslint": { + "optional": true } } }, @@ -9870,9 +9878,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.19.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz", - "integrity": "sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw==", + "version": "17.20.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.20.0.tgz", + "integrity": "sha512-IRSoatgB/NQJZG5EeTbv/iAx1byOGdbbyhQrNvWdCfTnmPxUT0ao9/eGOeG7ljD8wJBsxwE8f6tES5Db0FRKEw==", "dev": true, "license": "MIT", "dependencies": { @@ -10999,9 +11007,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.3.tgz", - "integrity": "sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.4.0.tgz", + "integrity": "sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==", "dev": true, "funding": [ {