Skip to content

Commit a36b5c9

Browse files
dev: bump the safe group with 4 updates
Bumps the safe group with 4 updates: [@sentry/react](https://github.com/getsentry/sentry-javascript), [react-select](https://github.com/JedWatson/react-select), [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) and [webpack](https://github.com/webpack/webpack). Updates `@sentry/react` from 9.35.0 to 9.38.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@9.35.0...9.38.0) Updates `react-select` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.10.1...react-select@5.10.2) Updates `@storybook/cli` from 9.0.15 to 9.0.16 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v9.0.16/code/lib/cli) Updates `webpack` from 5.99.9 to 5.100.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.9...v5.100.1) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-version: 9.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: react-select dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: "@storybook/cli" dependency-version: 9.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: safe - dependency-name: webpack dependency-version: 5.100.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8940032 commit a36b5c9

File tree

2 files changed

+95
-127
lines changed

2 files changed

+95
-127
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@storybook/addon-essentials": "8.6.14",
2626
"@storybook/addon-mdx-gfm": "8.6.14",
2727
"@storybook/addon-actions": "9.0.8",
28-
"@storybook/cli": "9.0.15",
28+
"@storybook/cli": "9.0.16",
2929
"@storybook/react": "8.6.14",
3030
"@storybook/react-webpack5": "8.6.14",
3131
"@testing-library/cypress": "^10.0.3",
@@ -75,7 +75,7 @@
7575
"stylus": "^0.64.0",
7676
"stylus-loader": "^8.1.1",
7777
"wait-on": "^8.0.3",
78-
"webpack": "^5.99.9",
78+
"webpack": "^5.100.1",
7979
"webpack-cli": "^6.0.1",
8080
"webpack-dev-server": "^5.2.2",
8181
"webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
@@ -92,7 +92,7 @@
9292
"@formatjs/intl-relativetimeformat": "^11.4.11",
9393
"@reduxjs/toolkit": "^2.8.2",
9494
"@sentry/integrations": "^7.114.0",
95-
"@sentry/react": "^9.35.0",
95+
"@sentry/react": "^9.38.0",
9696
"@tippyjs/react": "^4.2.6",
9797
"apexcharts": "^4.7.0",
9898
"autobind-decorator": "^2.4.0",
@@ -124,7 +124,7 @@
124124
"react-redux": "^8.1.2",
125125
"react-remove-scroll": "^2.7.1",
126126
"react-router-dom": "^6.14.1",
127-
"react-select": "^5.10.1",
127+
"react-select": "^5.10.2",
128128
"react-string-replace": "^1.1.1",
129129
"react-switch": "^7.1.0",
130130
"react-text-mask": "^5.5.0",

0 commit comments

Comments
 (0)