Skip to content

Commit e28165b

Browse files
Bump the all-dependencies group with 5 updates (#456)
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `6.0.21` | `6.0.23` | | [glob](https://github.com/isaacs/node-glob) | `11.0.2` | `11.0.3` | | [postcss](https://github.com/postcss/postcss) | `8.5.4` | `8.5.5` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.2.1` | `10.2.3` | | [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features) | `2.37.0` | `2.38.0` | Updates `@mdn/browser-compat-data` from 6.0.21 to 6.0.23 - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v6.0.21...v6.0.23) Updates `glob` from 11.0.2 to 11.0.3 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.2...v11.0.3) Updates `postcss` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.4...8.5.5) Updates `postcss-preset-env` from 10.2.1 to 10.2.3 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `web-features` from 2.37.0 to 2.38.0 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](https://github.com/web-platform-dx/web-features/commits/v2.38.0/packages/web-features) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 6.0.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: glob dependency-version: 11.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss-preset-env dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: web-features dependency-version: 2.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a96f0e commit e28165b

File tree

2 files changed

+67
-61
lines changed

2 files changed

+67
-61
lines changed

package-lock.json

Lines changed: 62 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
"test:doc-links": "node tasks/check-doc-links.mjs"
6262
},
6363
"devDependencies": {
64-
"@mdn/browser-compat-data": "^6.0.21",
64+
"@mdn/browser-compat-data": "^6.0.23",
6565
"browserslist": "^4.25.0",
66-
"glob": "^11.0.2",
67-
"postcss": "^8.5.4",
66+
"glob": "^11.0.3",
67+
"postcss": "^8.5.5",
6868
"postcss-cli": "^11.0.1",
69-
"postcss-preset-env": "^10.2.1",
69+
"postcss-preset-env": "^10.2.3",
7070
"semver": "^7.7.2",
7171
"stylelint": "^16.20.0",
7272
"stylelint-config-standard": "^38.0.0",
73-
"web-features": "^2.37.0"
73+
"web-features": "^2.38.0"
7474
},
7575
"stylelint": {
7676
"extends": "stylelint-config-standard",

0 commit comments

Comments
 (0)