Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the security group in /web with 46 updates #4326

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2024

Bumps the security group in /web with 46 updates:

Package From To
@emotion/react 11.11.1 11.11.3
@mui/icons-material 5.14.14 5.15.3
@mui/material 5.14.14 5.15.3
apexcharts 3.35.2 3.45.1
axios 1.6.2 1.6.4
classnames 2.3.1 2.5.1
dayjs 1.10.4 1.11.10
handlebars 4.7.7 4.7.8
monaco-editor-webpack-plugin 7.0.1 7.1.0
prismjs 1.28.0 1.29.0
react-apexcharts 1.3.7 1.4.1
react-icomoon 2.5.4 2.5.7
react-vis 1.11.7 1.12.1
@aws-sdk/types 3.159.0 3.485.0
@babel/cli 7.17.10 7.23.4
@babel/core 7.23.6 7.23.7
@babel/eslint-parser 7.18.2 7.23.3
@babel/plugin-proposal-class-properties 7.10.4 7.18.6
@babel/plugin-proposal-decorators 7.10.5 7.23.7
@babel/plugin-proposal-object-rest-spread 7.10.4 7.20.7
@babel/plugin-proposal-optional-chaining 7.10.4 7.21.0
@babel/preset-env 7.20.2 7.23.7
@storybook/builder-webpack5 7.6.6 7.6.7
@storybook/manager-webpack5 6.5.14 6.5.16
@storybook/testing-library 0.0.13 0.2.2
@types/downloadjs 1.4.3 1.4.6
@types/file-saver 2.0.5 2.0.7
@types/lodash 4.14.184 4.14.202
@types/react 18.0.20 18.2.46
@types/react-dom 18.0.6 18.2.18
@types/react-helmet 6.1.5 6.1.11
css-loader 6.7.3 6.8.1
eslint 8.22.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-import 2.22.0 2.29.1
eslint-plugin-jsx-a11y 6.6.0 6.8.0
eslint-plugin-react 7.31.0 7.33.2
html-webpack-plugin 5.5.0 5.6.0
sass 1.58.3 1.69.7
style-loader 3.3.1 3.3.3
tailwindcss 3.2.4 3.4.0
ts-loader 9.3.1 9.5.1
url-loader 4.1.0 4.1.1
util 0.12.4 0.12.5
webpack-bundle-analyzer 4.5.0 4.10.1
webpack-dev-server 4.10.0 4.15.1

Updates @emotion/react from 11.11.1 to 11.11.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.11.3

Patch Changes

Commits

Updates @mui/icons-material from 5.14.14 to 5.15.3

Release notes

Sourced from @​mui/icons-material's releases.

v5.15.3

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

5.15.3

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates @mui/material from 5.14.14 to 5.15.3

Release notes

Sourced from @​mui/material's releases.

v5.15.3

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.15.3

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates apexcharts from 3.35.2 to 3.45.1

Release notes

Sourced from apexcharts's releases.

v3.45.0

🆕 Enhancements

  • New feature - yaxis.stepSize (fixes apexcharts/apexcharts.js#332) The step size feature helps to define the intervals or increments between values on the axes values.

🐞 Bug fixes

  • Take into account series-index for point-annotations

💎 Version 3.44.2

What's Changed

💎 Version 3.44.1

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.44.0...v3.44.1

💎 Version 3.44.0

🆕 Enhancements

🐞 Bug Fixes

💎 Version 3.43.0

What's Changed

  • remove "monotoneCubic" curve logic and apply the same algorithm for "smooth" curve.
  • switch to darker background color if theme is dark
  • improve getyAxisLabelsCoords based on formatter

... (truncated)

Commits

Updates axios from 1.6.2 to 1.6.4

Release notes

Sourced from axios's releases.

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Commits

Bumps the security group in /web with 46 updates:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.1` | `11.11.3` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.14.14` | `5.15.3` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.14.14` | `5.15.3` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.35.2` | `3.45.1` |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.6.4` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.1` | `2.5.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.10.4` | `1.11.10` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.7` | `4.7.8` |
| [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor) | `7.0.1` | `7.1.0` |
| [prismjs](https://github.com/PrismJS/prism) | `1.28.0` | `1.29.0` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.3.7` | `1.4.1` |
| [react-icomoon](https://github.com/aykutkardas/react-icomoon) | `2.5.4` | `2.5.7` |
| [react-vis](https://github.com/uber-common/react-vis) | `1.11.7` | `1.12.1` |
| [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) | `3.159.0` | `3.485.0` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.17.10` | `7.23.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.6` | `7.23.7` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.18.2` | `7.23.3` |
| [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) | `7.10.4` | `7.18.6` |
| [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) | `7.10.5` | `7.23.7` |
| [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) | `7.10.4` | `7.20.7` |
| [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) | `7.10.4` | `7.21.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.20.2` | `7.23.7` |
| [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-webpack5) | `7.6.6` | `7.6.7` |
| [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) | `6.5.14` | `6.5.16` |
| [@storybook/testing-library](https://github.com/storybookjs/testing-library) | `0.0.13` | `0.2.2` |
| [@types/downloadjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/downloadjs) | `1.4.3` | `1.4.6` |
| [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver) | `2.0.5` | `2.0.7` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.184` | `4.14.202` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.20` | `18.2.46` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.0.6` | `18.2.18` |
| [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) | `6.1.5` | `6.1.11` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.7.3` | `6.8.1` |
| [eslint](https://github.com/eslint/eslint) | `8.22.0` | `8.56.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.22.0` | `2.29.1` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.6.0` | `6.8.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.31.0` | `7.33.2` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.5.0` | `5.6.0` |
| [sass](https://github.com/sass/dart-sass) | `1.58.3` | `1.69.7` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.1` | `3.3.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.2.4` | `3.4.0` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.3.1` | `9.5.1` |
| [url-loader](https://github.com/webpack-contrib/url-loader) | `4.1.0` | `4.1.1` |
| [util](https://github.com/browserify/node-util) | `0.12.4` | `0.12.5` |
| [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | `4.5.0` | `4.10.1` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.10.0` | `4.15.1` |


Updates `@emotion/react` from 11.11.1 to 11.11.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@mui/icons-material` from 5.14.14 to 5.15.3
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.3/packages/mui-icons-material)

Updates `@mui/material` from 5.14.14 to 5.15.3
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.3/packages/mui-material)

Updates `apexcharts` from 3.35.2 to 3.45.1
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits)

Updates `axios` from 1.6.2 to 1.6.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.4)

Updates `classnames` from 2.3.1 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.1...v2.5.1)

Updates `dayjs` from 1.10.4 to 1.11.10
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.10.4...v1.11.10)

Updates `handlebars` from 4.7.7 to 4.7.8
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.7...v4.7.8)

Updates `monaco-editor-webpack-plugin` from 7.0.1 to 7.1.0
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/commits)

Updates `prismjs` from 1.28.0 to 1.29.0
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.28.0...v1.29.0)

Updates `react-apexcharts` from 1.3.7 to 1.4.1
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

Updates `react-icomoon` from 2.5.4 to 2.5.7
- [Release notes](https://github.com/aykutkardas/react-icomoon/releases)
- [Commits](https://github.com/aykutkardas/react-icomoon/commits)

Updates `react-vis` from 1.11.7 to 1.12.1
- [Release notes](https://github.com/uber-common/react-vis/releases)
- [Changelog](https://github.com/uber/react-vis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-common/react-vis/commits)

Updates `@aws-sdk/types` from 3.159.0 to 3.485.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.485.0/packages/types)

Updates `@babel/cli` from 7.17.10 to 7.23.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-cli)

Updates `@babel/core` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-core)

Updates `@babel/eslint-parser` from 7.18.2 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/eslint/babel-eslint-parser)

Updates `@babel/plugin-proposal-class-properties` from 7.10.4 to 7.18.6
- [Release notes](https://github.com/babel/babel/releases)
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-plugin-proposal-class-properties)

Updates `@babel/plugin-proposal-decorators` from 7.10.5 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-plugin-proposal-decorators)

Updates `@babel/plugin-proposal-object-rest-spread` from 7.10.4 to 7.20.7
- [Release notes](https://github.com/babel/babel/releases)
- [Commits](https://github.com/babel/babel/commits/v7.20.7/packages/babel-plugin-proposal-object-rest-spread)

Updates `@babel/plugin-proposal-optional-chaining` from 7.10.4 to 7.21.0
- [Release notes](https://github.com/babel/babel/releases)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-proposal-optional-chaining)

Updates `@babel/preset-env` from 7.20.2 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-preset-env)

Updates `@storybook/builder-webpack5` from 7.6.6 to 7.6.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.7/code/builders/builder-webpack5)

Updates `@storybook/manager-webpack5` from 6.5.14 to 6.5.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.16/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/lib/core)

Updates `@storybook/testing-library` from 0.0.13 to 0.2.2
- [Release notes](https://github.com/storybookjs/testing-library/releases)
- [Changelog](https://github.com/storybookjs/testing-library/blob/v0.2.2/CHANGELOG.md)
- [Commits](storybookjs/testing-library@v0.0.13...v0.2.2)

Updates `@types/downloadjs` from 1.4.3 to 1.4.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/downloadjs)

Updates `@types/file-saver` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/file-saver)

Updates `@types/lodash` from 4.14.184 to 4.14.202
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/react` from 18.0.20 to 18.2.46
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.0.6 to 18.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/react-helmet` from 6.1.5 to 6.1.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)

Updates `css-loader` from 6.7.3 to 6.8.1
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.7.3...v6.8.1)

Updates `eslint` from 8.22.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.22.0...v8.56.0)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `eslint-plugin-import` from 2.22.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.22.0...v2.29.1)

Updates `eslint-plugin-jsx-a11y` from 6.6.0 to 6.8.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.6.0...v6.8.0)

Updates `eslint-plugin-react` from 7.31.0 to 7.33.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.31.0...v7.33.2)

Updates `html-webpack-plugin` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.5.0...v5.6.0)

Updates `sass` from 1.58.3 to 1.69.7
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.58.3...1.69.7)

Updates `style-loader` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/style-loader@v3.3.1...v3.3.3)

Updates `tailwindcss` from 3.2.4 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.2.4...v3.4.0)

Updates `ts-loader` from 9.3.1 to 9.5.1
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.3.1...v9.5.1)

Updates `url-loader` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v4.1.0...v4.1.1)

Updates `util` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/browserify/node-util/releases)
- [Changelog](https://github.com/browserify/node-util/blob/master/CHANGELOG.md)
- [Commits](browserify/node-util@v0.12.4...v0.12.5)

Updates `webpack-bundle-analyzer` from 4.5.0 to 4.10.1
- [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.5.0...v4.10.1)

Updates `webpack-dev-server` from 4.10.0 to 4.15.1
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.10.0...v4.15.1)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: monaco-editor-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: prismjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: react-apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: react-icomoon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: react-vis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@aws-sdk/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/plugin-proposal-class-properties"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/plugin-proposal-object-rest-spread"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/plugin-proposal-optional-chaining"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@storybook/builder-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@storybook/manager-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@storybook/testing-library"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@types/downloadjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@types/file-saver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: "@types/react-helmet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: url-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: util
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: security
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/security-7b6ee5a3f5 branch from 97415d3 to 3bf5cd1 Compare January 5, 2024 18:28
Copy link
Contributor

@replicated-ci-kots replicated-ci-kots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

This PR was automatically approved and merged by the automated-prs-manager GitHub action

Copy link
Contributor

@replicated-ci-kots replicated-ci-kots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

This PR was automatically approved and merged by the automated-prs-manager GitHub action

@replicated-ci-kots replicated-ci-kots merged commit 384e04f into main Jan 6, 2024
175 of 185 checks passed
@replicated-ci-kots replicated-ci-kots deleted the dependabot/npm_and_yarn/web/security-7b6ee5a3f5 branch January 6, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot javascript Pull requests that update Javascript code type::security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant