Skip to content

Commit c94be66

Browse files
chore(deps-dev): bump the dev group with 2 updates
Bumps the dev group with 2 updates: [babel-loader](https://github.com/babel/babel-loader) and [postcss](https://github.com/postcss/postcss). Updates `babel-loader` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v10.0.0...v10.1.0) Updates `postcss` from 8.5.6 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.8) --- updated-dependencies: - dependency-name: babel-loader dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d6a8ad commit c94be66

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@types/react-modal": "^3.16.3",
195195
"@types/webpack-bundle-analyzer": "^4.7.0",
196196
"babel-jest": "^30.1.1",
197-
"babel-loader": "^10.0.0",
197+
"babel-loader": "^10.1.0",
198198
"babel-plugin-named-asset-import": "^0.3.8",
199199
"babel-preset-react-app": "^10.1.0",
200200
"braces": "^3.0.3",
@@ -240,7 +240,7 @@
240240
"mini-css-extract-plugin": "^2.9.4",
241241
"node-dev": "^8.0.0",
242242
"peggy": "^4.2.0",
243-
"postcss": "^8.5.6",
243+
"postcss": "^8.5.8",
244244
"postcss-flexbugs-fixes": "^5.0.2",
245245
"postcss-loader": "^8.2.0",
246246
"postcss-normalize": "^13.0.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4887,10 +4887,10 @@ babel-jest@^30.1.1:
48874887
graceful-fs "^4.2.11"
48884888
slash "^3.0.0"
48894889

4890-
babel-loader@^10.0.0:
4891-
version "10.0.0"
4892-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
4893-
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
4890+
babel-loader@^10.1.0:
4891+
version "10.1.0"
4892+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.1.0.tgz#3ac62a9a47dba6b1be77fb24764ec5784981fbbe"
4893+
integrity sha512-5HTUZa013O4SWEYlJDHexrqSIYkWatfA9w/ZZQa7V2nMc0dRWkfu/0pmioC7XMYm8M7Z/3+q42NWj6e+fAT0MQ==
48944894
dependencies:
48954895
find-up "^5.0.0"
48964896

@@ -13167,10 +13167,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
1316713167
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1316813168
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1316913169

13170-
postcss@^8.2.14, postcss@^8.4.28, postcss@^8.4.32, postcss@^8.4.33, postcss@^8.4.40, postcss@^8.5.6:
13171-
version "8.5.6"
13172-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
13173-
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
13170+
postcss@^8.2.14, postcss@^8.4.28, postcss@^8.4.32, postcss@^8.4.33, postcss@^8.4.40, postcss@^8.5.8:
13171+
version "8.5.8"
13172+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
13173+
integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
1317413174
dependencies:
1317513175
nanoid "^3.3.11"
1317613176
picocolors "^1.1.1"

0 commit comments

Comments
 (0)