Skip to content

Commit

Permalink
Bump the frontend group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the frontend group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.30.0` | `8.32.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001660` | `1.0.30001664` |
| [sass](https://github.com/sass/dart-sass) | `1.78.0` | `1.79.4` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.1` | `16.0.2` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |


Updates `@sentry/browser` from 8.30.0 to 8.32.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@8.30.0...8.32.0)

Updates `caniuse-lite` from 1.0.30001660 to 1.0.30001664
- [Commits](browserslist/caniuse-lite@1.0.30001660...1.0.30001664)

Updates `sass` from 1.78.0 to 1.79.4
- [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.78.0...1.79.4)

Updates `sass-loader` from 16.0.1 to 16.0.2
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.1...v16.0.2)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: sass-loader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alexgibson committed Oct 1, 2024
1 parent 4a239f6 commit dee5f9f
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 71 deletions.
164 changes: 98 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"@mozmeao/cookie-helper": "^1.1.0",
"@mozmeao/dnt-helper": "^1.0.0",
"@mozmeao/trafficcop": "^3.0.0",
"@sentry/browser": "^8.30.0",
"@sentry/browser": "^8.32.0",
"babel-loader": "^9.2.1",
"caniuse-lite": "^1.0.30001628",
"caniuse-lite": "^1.0.30001664",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down

0 comments on commit dee5f9f

Please sign in to comment.