Skip to content

Commit cde9f91

Browse files
(chore): Bump the ci-dependencies group with 6 updates
Bumps the ci-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@redhat-cloud-services/frontend-components](https://github.com/RedHatInsights/frontend-components) | `4.2.5` | `4.2.6` | | [qs](https://github.com/ljharb/qs) | `6.12.0` | `6.12.1` | | [react-redux](https://github.com/reduxjs/react-redux) | `9.1.0` | `9.1.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.24` | `18.2.25` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.4.5` | | [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | `4.10.1` | `4.10.2` | Updates `@redhat-cloud-services/frontend-components` from 4.2.5 to 4.2.6 - [Commits](https://github.com/RedHatInsights/frontend-components/commits) Updates `qs` from 6.12.0 to 6.12.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.12.0...v6.12.1) Updates `react-redux` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](reduxjs/react-redux@v9.1.0...v9.1.1) Updates `@types/react-dom` from 18.2.24 to 18.2.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `typescript` from 5.4.4 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.4...v5.4.5) Updates `webpack-bundle-analyzer` from 4.10.1 to 4.10.2 - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/webpack-bundle-analyzer@v4.10.1...v4.10.2) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: webpack-bundle-analyzer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15ebfd9 commit cde9f91

File tree

2 files changed

+30
-31
lines changed

2 files changed

+30
-31
lines changed

package-lock.json

+24-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@patternfly/react-icons": "5.2.0",
5858
"@patternfly/react-table": "5.2.0",
5959
"@patternfly/react-tokens": "5.2.0",
60-
"@redhat-cloud-services/frontend-components": "^4.2.5",
60+
"@redhat-cloud-services/frontend-components": "^4.2.6",
6161
"@redhat-cloud-services/frontend-components-notifications": "^4.1.0",
6262
"@redhat-cloud-services/frontend-components-translations": "^3.2.7",
6363
"@redhat-cloud-services/frontend-components-utilities": "^4.0.10",
@@ -68,11 +68,11 @@
6868
"date-fns": "^3.6.0",
6969
"js-file-download": "^0.4.12",
7070
"lodash": "^4.17.21",
71-
"qs": "^6.12.0",
71+
"qs": "^6.12.1",
7272
"react": "^18.2.0",
7373
"react-dom": "^18.2.0",
7474
"react-intl": "^6.6.5",
75-
"react-redux": "^9.1.0",
75+
"react-redux": "^9.1.1",
7676
"react-router-dom": "^6.22.3",
7777
"redux": "^5.0.1",
7878
"redux-thunk": "^3.1.0",
@@ -95,7 +95,7 @@
9595
"@types/jest": "^29.5.12",
9696
"@types/qs": "^6.9.14",
9797
"@types/react": "^18.2.75",
98-
"@types/react-dom": "^18.2.24",
98+
"@types/react-dom": "^18.2.25",
9999
"@types/react-redux": "^7.1.33",
100100
"@types/react-router-dom": "^5.3.3",
101101
"@typescript-eslint/eslint-plugin": "^7.6.0",
@@ -126,8 +126,8 @@
126126
"rimraf": "^5.0.5",
127127
"ts-jest": "^29.1.2",
128128
"ts-patch": "^3.1.2",
129-
"typescript": "^5.4.4",
130-
"webpack-bundle-analyzer": "^4.10.1"
129+
"typescript": "^5.4.5",
130+
"webpack-bundle-analyzer": "^4.10.2"
131131
},
132132
"overrides": {
133133
"redux": "^5.0.1"

0 commit comments

Comments
 (0)