From 645e260062741214d319a3b562b4b95f46af3c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:43:27 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group Bumps the development-dependencies group in /ui with 2 updates: [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and [globals](https://github.com/sindresorhus/globals). Updates `eslint-plugin-react` from 7.37.0 to 7.37.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1) Updates `globals` from 15.9.0 to 15.10.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- ui/package.json | 4 ++-- ui/yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/package.json b/ui/package.json index c87f2ed9..88957ece 100644 --- a/ui/package.json +++ b/ui/package.json @@ -84,8 +84,8 @@ "@vitejs/plugin-react-swc": "^3.7.1", "@vitest/coverage-v8": "^2.1.1", "eslint": "^9.11.1", - "eslint-plugin-react": "^7.37.0", - "globals": "^15.9.0", + "eslint-plugin-react": "^7.37.1", + "globals": "^15.10.0", "husky": "^9.1.6", "jest": "^29.7.0", "jsdom": "^25.0.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 06b52f78..c948666f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6703,9 +6703,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.37.0": - version: 7.37.0 - resolution: "eslint-plugin-react@npm:7.37.0" +"eslint-plugin-react@npm:^7.37.1": + version: 7.37.1 + resolution: "eslint-plugin-react@npm:7.37.1" dependencies: array-includes: "npm:^3.1.8" array.prototype.findlast: "npm:^1.2.5" @@ -6727,7 +6727,7 @@ __metadata: string.prototype.repeat: "npm:^1.0.0" peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - checksum: 10/ae005a5e4bdcbf43cda0e5297f5ee8badbbcc18ce6c3f83ac4141173242b27c8a067372061af745ae490c18eef2c3257985bcd240cee85dec262ca875347e8fc + checksum: 10/a7b9cf2c43255844ad0c9d4e3758a8c2b687a2ce9a09f4161ab245581d5d2d91b37742e541c88aa9ce368ec6c860e23dc78c15117f3fc1cdc433847038e8346b languageName: node linkType: hard @@ -7522,10 +7522,10 @@ __metadata: languageName: node linkType: hard -"globals@npm:^15.9.0": - version: 15.9.0 - resolution: "globals@npm:15.9.0" - checksum: 10/19bca70131c5d3e0d4171deed0f8ae16adda19f18d39b67421056f1eaa160b4433c3ffc8eb69b8b19adebbbdad4834d8a0494c5fe1ae295f0f769a5c0331d794 +"globals@npm:^15.10.0": + version: 15.10.0 + resolution: "globals@npm:15.10.0" + checksum: 10/d649208c62406fa71f131be643cb6d18703be5e612f8fa4da8a35bda56ce5a6a8caeb13a2f5a927e4d3324d73872e897067eb6f92ddd46a29876ffa5c4910cb8 languageName: node linkType: hard @@ -12369,8 +12369,8 @@ __metadata: classnames: "npm:^2.5.1" dayjs: "npm:^1.11.13" eslint: "npm:^9.11.1" - eslint-plugin-react: "npm:^7.37.0" - globals: "npm:^15.9.0" + eslint-plugin-react: "npm:^7.37.1" + globals: "npm:^15.10.0" graphql: "npm:^16.9.0" hat: "npm:^0.0.3" husky: "npm:^9.1.6"