From 1f9d5a5a91bafe74802e3eb9f52a2bc60aa25a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:07:47 +0200 Subject: [PATCH] chore: bump @types/react-redux from 7.1.33 to 7.1.34 in /typescript (#2268) Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.33 to 7.1.34.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-redux&package-manager=npm_and_yarn&previous-version=7.1.33&new-version=7.1.34)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: t0oF <93762994+w1nklr@users.noreply.github.com> --- typescript/package-lock.json | 8 ++++---- typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 89bff36a9..15fa321f3 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -40,7 +40,7 @@ "@types/lodash": "^4.17.5", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "@types/react-redux": "^7.1.33", + "@types/react-redux": "^7.1.34", "@types/uuid": "^8.3.0", "@types/workerpool": "^6.4.7", "@typescript-eslint/eslint-plugin": "^8.7.0", @@ -11413,9 +11413,9 @@ } }, "node_modules/@types/react-redux": { - "version": "7.1.33", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.33.tgz", - "integrity": "sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==", + "version": "7.1.34", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.34.tgz", + "integrity": "sha512-GdFaVjEbYv4Fthm2ZLvj1VSCedV7TqE5y1kNwnjSdBOTXuRSgowux6J8TAct15T3CKBr63UMk+2CO7ilRhyrAQ==", "dev": true, "dependencies": { "@types/hoist-non-react-statics": "^3.3.0", diff --git a/typescript/package.json b/typescript/package.json index 298ec73ef..6e8711a65 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -73,7 +73,7 @@ "@types/lodash": "^4.17.5", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "@types/react-redux": "^7.1.33", + "@types/react-redux": "^7.1.34", "@types/uuid": "^8.3.0", "@types/workerpool": "^6.4.7", "@typescript-eslint/eslint-plugin": "^8.7.0",