From b1f009c4fd0da04c9b70341ac9bad648ee381bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:04:16 +0000 Subject: [PATCH] :arrow_up: Bump the npm-development group with 3 updates Bumps the npm-development group with 3 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [ts-jest](https://github.com/kulshekhar/ts-jest) and [axios](https://github.com/axios/axios). Updates `eslint-plugin-jest` from 28.6.0 to 28.7.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0) Updates `ts-jest` from 29.2.3 to 29.2.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4) Updates `axios` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] --- common/package.json | 4 ++-- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 2 +- scan/package.json | 4 ++-- vsts/package.json | 4 ++-- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/common/package.json b/common/package.json index 5750786b..2266cae2 100644 --- a/common/package.json +++ b/common/package.json @@ -18,11 +18,11 @@ "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "typescript": "^5.5.4" } } diff --git a/package-lock.json b/package-lock.json index f9005287..5d37012f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "3.3.3", "prettier-eslint": "^16.3.0", @@ -33,11 +33,11 @@ "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "typescript": "^5.5.4" } }, @@ -3787,9 +3787,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", @@ -5373,18 +5373,18 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz", - "integrity": "sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==", + "version": "28.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.7.0.tgz", + "integrity": "sha512-fzPGN7awL2ftVRQh/bsCi+16ArUZWujZnD1b8EGJqy8nr4//7tZ3BIdc/9edcJBtB3hpci3GtdMNFVDwHU0Eag==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0" + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", "jest": "*" }, @@ -9694,9 +9694,9 @@ } }, "node_modules/ts-jest": { - "version": "29.2.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.3.tgz", - "integrity": "sha512-yCcfVdiBFngVz9/keHin9EnsrQtQtEu3nRykNy9RVp+FiPFFbPJ3Sg6Qg4+TkmH0vMP5qsTKgXSsk80HRwvdgQ==", + "version": "29.2.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.4.tgz", + "integrity": "sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -10464,12 +10464,12 @@ "@types/jest": "^29.5.12", "@types/node": "^20.14.10", "@typescript-eslint/parser": "^7.18.0", - "axios": "^1.7.2", + "axios": "^1.7.3", "esbuild": "0.23.0", "eslint": "^8.57.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "*", "js-yaml": "^4.1.0", "nock": "^13.5.4", @@ -10493,12 +10493,12 @@ "esbuild": "0.23.0", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", "sync-request": "^6.1.0", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "typescript": "^5.5.4" } } diff --git a/package.json b/package.json index c07afebc..d303cc60 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "3.3.3", "prettier-eslint": "^16.3.0", diff --git a/scan/package.json b/scan/package.json index 7a1b3812..572dc887 100644 --- a/scan/package.json +++ b/scan/package.json @@ -33,12 +33,12 @@ "@types/jest": "^29.5.12", "@types/node": "^20.14.10", "@typescript-eslint/parser": "^7.18.0", - "axios": "^1.7.2", + "axios": "^1.7.3", "esbuild": "0.23.0", "eslint": "^8.57.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "latest", "js-yaml": "^4.1.0", "nock": "^13.5.4", diff --git a/vsts/package.json b/vsts/package.json index 450b2277..ddef979b 100644 --- a/vsts/package.json +++ b/vsts/package.json @@ -34,12 +34,12 @@ "esbuild": "0.23.0", "eslint": "^8.57.0", "eslint-plugin-github": "^5.0.1", - "eslint-plugin-jest": "^28.6.0", + "eslint-plugin-jest": "^28.7.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", "sync-request": "^6.1.0", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "typescript": "^5.5.4" } }