зеркало из https://github.com/mozilla/bedrock.git
Bump the frontend group with 6 updates
Bumps the frontend group with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.25.2` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.25.4` | | [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.8.0` | `8.30.0` | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001628` | `1.0.30001660` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.0` | `2.9.1` | | [sass](https://github.com/sass/dart-sass) | `1.77.4` | `1.78.0` | Updates `@babel/core` from 7.24.6 to 7.25.2 - [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.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.24.6 to 7.25.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.25.4/packages/babel-preset-env) Updates `@sentry/browser` from 8.8.0 to 8.30.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.30.0) Updates `caniuse-lite` from 1.0.30001628 to 1.0.30001660 - [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001628...1.0.30001660) Updates `mini-css-extract-plugin` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1) Updates `sass` from 1.77.4 to 1.78.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.4...1.78.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend - 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: mini-css-extract-plugin 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 ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Родитель
3102d87630
Коммит
a8cef22c80
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
10
package.json
10
package.json
|
@ -4,23 +4,23 @@
|
|||
"description": "Making mozilla.org awesome, one pebble at a time",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
"@mozilla-protocol/core": "^19.2.0",
|
||||
"@mozilla/glean": "^5.0.3",
|
||||
"@mozmeao/consent-banner": "^1.0.0",
|
||||
"@mozmeao/cookie-helper": "^1.1.0",
|
||||
"@mozmeao/dnt-helper": "^1.0.0",
|
||||
"@mozmeao/trafficcop": "^3.0.0",
|
||||
"@sentry/browser": "^8.8.0",
|
||||
"@sentry/browser": "^8.30.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001628",
|
||||
"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.0",
|
||||
"sass": "^1.77.4",
|
||||
"mini-css-extract-plugin": "^2.9.1",
|
||||
"sass": "^1.78.0",
|
||||
"sass-loader": "^14.2.1",
|
||||
"style-loader": "^4.0.0",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
|
|
Загрузка…
Ссылка в новой задаче