From b34355c5110c42ddf10b9df87f4374f1c74b1deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:09:24 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates). Updates `eslint-plugin-jest` from 28.7.0 to 28.8.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.7.0...v28.8.0) Updates `npm-check-updates` from 17.0.3 to 17.0.5 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v17.0.3...v17.0.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b474698..525848d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,9 +15,9 @@ "@typescript-eslint/parser": "8.0.1", "eslint": "9.8.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-jest": "28.7.0", + "eslint-plugin-jest": "28.8.0", "eslint-plugin-prettier": "5.2.1", - "npm-check-updates": "17.0.3", + "npm-check-updates": "17.0.5", "prettier": "3.3.3", "rollup": "4.20.0", "rollup-plugin-typescript2": "0.36.0", @@ -2732,9 +2732,9 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "version": "28.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.0.tgz", + "integrity": "sha512-Tubj1hooFxCl52G4qQu0edzV/+EZzPUeN8p2NnW5uu4fbDs+Yo7+qDVDc4/oG3FbCqEBmu/OC3LSsyiU22oghw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -4595,9 +4595,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.3.tgz", - "integrity": "sha512-3UWnsnijmx4u9GnICHVCChz6JnhVLmYWqazoedWjLSY6hZB/QhMCps07vBbDmjWnHMhpl6YseAtFlvGbUq9Yrw==", + "version": "17.0.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.5.tgz", + "integrity": "sha512-PfJ7fJDRelNwDWfUYq7b7EBh56xLvxcBOEvYWe6aQbjV0i+fg7LSIdkcVjb6lIxlxvQqlaAX6Lsln69XadL22Q==", "dev": true, "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index 16e1e5a..7c4c002 100644 --- a/package.json +++ b/package.json @@ -56,9 +56,9 @@ "@typescript-eslint/parser": "8.0.1", "eslint": "9.8.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-jest": "28.7.0", + "eslint-plugin-jest": "28.8.0", "eslint-plugin-prettier": "5.2.1", - "npm-check-updates": "17.0.3", + "npm-check-updates": "17.0.5", "prettier": "3.3.3", "rollup": "4.20.0", "rollup-plugin-typescript2": "0.36.0",