From b8ba039e88acf50d5e4c11dad628be1b244672cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:18:58 +0000 Subject: [PATCH] Bump the npm-modules-updates group Bumps the npm-modules-updates group in /frontend/apps/remark42 with 7 updates: | Package | From | To | | --- | --- | --- | | [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` | | [node-emoji](https://github.com/omnidan/node-emoji) | `1.11.0` | `2.1.3` | | [preact](https://github.com/preactjs/preact) | `10.6.2` | `10.25.0` | | [react-intl](https://github.com/formatjs/formatjs) | `6.8.9` | `7.0.1` | | [react-redux](https://github.com/reduxjs/react-redux) | `8.1.3` | `9.1.2` | | [redux](https://github.com/reduxjs/redux) | `4.2.1` | `5.0.1` | | [redux-thunk](https://github.com/reduxjs/redux-thunk) | `2.4.2` | `3.1.0` | Updates `clsx` from 1.2.1 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v1.2.1...v2.1.1) Updates `node-emoji` from 1.11.0 to 2.1.3 - [Release notes](https://github.com/omnidan/node-emoji/releases) - [Changelog](https://github.com/omnidan/node-emoji/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnidan/node-emoji/compare/v1.11.0...v2.1.3) Updates `preact` from 10.6.2 to 10.25.0 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.6.2...10.25.0) Updates `react-intl` from 6.8.9 to 7.0.1 - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.8.9...react-intl@7.0.1) Updates `react-redux` from 8.1.3 to 9.1.2 - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.1.3...v9.1.2) Updates `redux` from 4.2.1 to 5.0.1 - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.2.1...v5.0.1) Updates `redux-thunk` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](https://github.com/reduxjs/redux-thunk/compare/v2.4.2...v3.1.0) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates - dependency-name: node-emoji dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-modules-updates - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-modules-updates ... Signed-off-by: dependabot[bot] --- frontend/apps/remark42/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/apps/remark42/package.json b/frontend/apps/remark42/package.json index 3f6e838dfc..fde8adfd19 100644 --- a/frontend/apps/remark42/package.json +++ b/frontend/apps/remark42/package.json @@ -31,18 +31,18 @@ "@github/text-expander-element": "^2.2.2", "@ungap/custom-elements": "^1.1.0", "bem-react-helper": "^1.2.2", - "clsx": "^1.1.1", + "clsx": "^2.1.1", "core-js": "^3.23.3", "intersection-observer": "^0.12.2", "lodash-es": "^4.17.21", - "node-emoji": "^1.11.0", - "preact": "10.6.2", + "node-emoji": "^2.1.3", + "preact": "10.25.0", "react": "npm:@preact/compat@^17.1.1", "react-dom": "npm:@preact/compat@^17.1.1", - "react-intl": "^6.0.4", - "react-redux": "^8.0.2", - "redux": "^4.2.0", - "redux-thunk": "^2.4.1" + "react-intl": "^7.0.1", + "react-redux": "^9.1.2", + "redux": "^5.0.1", + "redux-thunk": "^3.1.0" }, "devDependencies": { "@babel/core": "^7.18.6",