From c580db2c3bed2181e9353782f08956d090b515e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:23:10 +0000 Subject: [PATCH] build(deps-dev): bump the dependencies group Bumps the dependencies group in /processor with 2 updates: [@eslint/compat](https://github.com/eslint/rewrite) and [msw](https://github.com/mswjs/msw). Updates `@eslint/compat` from 1.2.6 to 1.2.7 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.2.6...compat-v1.2.7) Updates `msw` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 17 +++++++++-------- processor/package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index e09a666..a4cdcf3 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -24,7 +24,7 @@ "fastify-plugin": "5.0.1" }, "devDependencies": { - "@eslint/compat": "^1.2.6", + "@eslint/compat": "^1.2.7", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.20.0", "@jest/globals": "29.7.0", @@ -39,7 +39,7 @@ "eslint-plugin-unused-imports": "4.1.4", "globals": "^15.15.0", "jest": "29.7.0", - "msw": "2.7.0", + "msw": "2.7.1", "node-fetch": "3.3.2", "nodemon": "3.1.9", "prettier": "3.5.1", @@ -850,9 +850,9 @@ } }, "node_modules/@eslint/compat": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.6.tgz", - "integrity": "sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.7.tgz", + "integrity": "sha512-xvv7hJE32yhegJ8xNAnb62ggiAwTYHBpUCWhRxEj/ksvgDJuSXfoDkBcRYaYNFiJ+jH0IE3K16hd+xXzhBgNbg==", "dev": true, "license": "Apache-2.0", "engines": { @@ -7053,11 +7053,12 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.0.tgz", - "integrity": "sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.1.tgz", + "integrity": "sha512-TVT65uoWt9LE4lMTLBdClHBQVwvZv5ofac1YyE119nCrNyXf4ktdeVnWH9Fyt94Ifmiedhw6Npp4DSuVRSuRpw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@bundled-es-modules/cookie": "^2.0.1", "@bundled-es-modules/statuses": "^1.0.1", diff --git a/processor/package.json b/processor/package.json index 1a5b3f5..02273b3 100644 --- a/processor/package.json +++ b/processor/package.json @@ -35,7 +35,7 @@ "fastify-plugin": "5.0.1" }, "devDependencies": { - "@eslint/compat": "^1.2.6", + "@eslint/compat": "^1.2.7", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.20.0", "@jest/globals": "29.7.0", @@ -50,7 +50,7 @@ "eslint-plugin-unused-imports": "4.1.4", "globals": "^15.15.0", "jest": "29.7.0", - "msw": "2.7.0", + "msw": "2.7.1", "node-fetch": "3.3.2", "nodemon": "3.1.9", "prettier": "3.5.1",