From 02b34eac008609d27e59cc1f00c7792fbda53b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:20:06 +0000 Subject: [PATCH] chore(deps): bump gh-pages from 2.2.0 to 5.0.0 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 5.0.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v2.2.0...v5.0.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/bot-web-ui/package.json | 2 +- packages/components/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/bot-web-ui/package.json b/packages/bot-web-ui/package.json index b290235bfb54..07f90bd1fda0 100644 --- a/packages/bot-web-ui/package.json +++ b/packages/bot-web-ui/package.json @@ -84,7 +84,7 @@ "crc-32": "^1.2.0", "dompurify": "^3.1.0", "formik": "^2.1.4", - "gh-pages": "^2.1.1", + "gh-pages": "^5.0.0", "immutable": "^3.8.2", "lodash.debounce": "^4.0.8", "lz-string": "^1.4.4", diff --git a/packages/components/package.json b/packages/components/package.json index 7e34cbe9a8fd..66eeebcb199d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -78,7 +78,7 @@ "@deriv/translations": "^1.0.0", "classnames": "^2.2.6", "embla-carousel-react": "8.0.0-rc12", - "gh-pages": "^2.1.1", + "gh-pages": "^5.0.0", "glob": "^7.1.5", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index 28c805f337bb..84015e80733b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -56,7 +56,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", - "gh-pages": "^2.1.1", + "gh-pages": "^5.0.0", "git-revision-webpack-plugin": "^5.0.0", "html-loader": "^1.3.2", "html-webpack-plugin": "^5.0.0-beta.5",