From ea9725e29f514cf333e1f7b44e57a58855e34d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:07:54 +0000 Subject: [PATCH] Bump react-accessible-accordion from 3.3.5 to 5.0.0 Bumps [react-accessible-accordion](https://github.com/springload/react-accessible-accordion) from 3.3.5 to 5.0.0. - [Release notes](https://github.com/springload/react-accessible-accordion/releases) - [Changelog](https://github.com/springload/react-accessible-accordion/blob/main/CHANGELOG.md) - [Commits](https://github.com/springload/react-accessible-accordion/compare/3.3.5...v5.0.0) --- updated-dependencies: - dependency-name: react-accessible-accordion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c64ac555be6..f0462b79ee14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "prism-react-renderer": "^1.2.1", "prop-types": "^15.7.2", "react": "^17.0.2", - "react-accessible-accordion": "^3.3.5", + "react-accessible-accordion": "^5.0.0", "react-countdown": "^2.3.2", "react-countup": "^6.1.1", "react-debounce-input": "^3.2.5", @@ -20488,12 +20488,12 @@ } }, "node_modules/react-accessible-accordion": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/react-accessible-accordion/-/react-accessible-accordion-3.3.5.tgz", - "integrity": "sha512-yCh3tx+jNuOPs+m58LOBFTGDEaGvM8UfuCNznr855FDAWzwV8V/ZH/TVBvgqH0npP58KrrVrHpj4jcy0EE5hEw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-accessible-accordion/-/react-accessible-accordion-5.0.0.tgz", + "integrity": "sha512-MT2obYpTgLIIfPr9d7hEyvPB5rg8uJcHpgA83JSRlEUHvzH48+8HJPvzSs+nM+XprTugDgLfhozO5qyJpBvYRQ==", "peerDependencies": { - "react": "^16.3.2 || ^17.0.0", - "react-dom": "^16.3.3 || ^17.0.0" + "react": "^16.3.2 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.3.3 || ^17.0.0 || ^18.0.0" } }, "node_modules/react-countdown": { @@ -41782,9 +41782,9 @@ } }, "react-accessible-accordion": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/react-accessible-accordion/-/react-accessible-accordion-3.3.5.tgz", - "integrity": "sha512-yCh3tx+jNuOPs+m58LOBFTGDEaGvM8UfuCNznr855FDAWzwV8V/ZH/TVBvgqH0npP58KrrVrHpj4jcy0EE5hEw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-accessible-accordion/-/react-accessible-accordion-5.0.0.tgz", + "integrity": "sha512-MT2obYpTgLIIfPr9d7hEyvPB5rg8uJcHpgA83JSRlEUHvzH48+8HJPvzSs+nM+XprTugDgLfhozO5qyJpBvYRQ==", "requires": {} }, "react-countdown": { diff --git a/package.json b/package.json index 2cb04c0e6988..7716f505c04f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prism-react-renderer": "^1.2.1", "prop-types": "^15.7.2", "react": "^17.0.2", - "react-accessible-accordion": "^3.3.5", + "react-accessible-accordion": "^5.0.0", "react-countdown": "^2.3.2", "react-countup": "^6.1.1", "react-debounce-input": "^3.2.5",