Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 3efb72c

Browse files
build(deps-dev): bump postcss-loader from 7.3.2 to 7.3.3
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/postcss-loader@v7.3.2...v7.3.3) --- updated-dependencies: - dependency-name: postcss-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75bf6fc commit 3efb72c

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react-router-dom": "^5.3.3",
4848
"autoprefixer": "^10.4.14",
4949
"postcss": "^8.4.21",
50-
"postcss-loader": "^7.2.2",
50+
"postcss-loader": "^7.3.3",
5151
"react-scripts": "5.0.1",
5252
"tailwindcss": "^3.2.7",
5353
"typescript": "~5.1.3"

yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,9 +4157,9 @@ cosmiconfig@^7.0.0:
41574157
path-type "^4.0.0"
41584158
yaml "^1.10.0"
41594159

4160-
cosmiconfig@^8.1.3:
4160+
cosmiconfig@^8.2.0:
41614161
version "8.2.0"
4162-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz"
4162+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd"
41634163
integrity sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==
41644164
dependencies:
41654165
import-fresh "^3.2.1"
@@ -7587,7 +7587,7 @@ kleur@^3.0.3:
75877587
resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
75887588
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
75897589

7590-
klona@^2.0.4, klona@^2.0.5, klona@^2.0.6:
7590+
klona@^2.0.4, klona@^2.0.5:
75917591
version "2.0.6"
75927592
resolved "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz"
75937593
integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
@@ -8915,14 +8915,13 @@ postcss-loader@^6.2.1:
89158915
klona "^2.0.5"
89168916
semver "^7.3.5"
89178917

8918-
postcss-loader@^7.2.2:
8919-
version "7.3.2"
8920-
resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.2.tgz"
8921-
integrity sha512-c7qDlXErX6n0VT+LUsW+nwefVtTu3ORtVvK8EXuUIDcxo+b/euYqpuHlJAvePb0Af5e8uMjR/13e0lTuYifaig==
8918+
postcss-loader@^7.3.3:
8919+
version "7.3.3"
8920+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.3.tgz#6da03e71a918ef49df1bb4be4c80401df8e249dd"
8921+
integrity sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==
89228922
dependencies:
8923-
cosmiconfig "^8.1.3"
8923+
cosmiconfig "^8.2.0"
89248924
jiti "^1.18.2"
8925-
klona "^2.0.6"
89268925
semver "^7.3.8"
89278926

89288927
postcss-logical@^5.0.4:

0 commit comments

Comments
 (0)