Skip to content

Commit dc8f2c0

Browse files
Bump postcss from 8.4.12 to 8.4.13 in /webapp (#115)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.12...8.4.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 18bd673 commit dc8f2c0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"devDependencies": {
44
"@fun-stack/fun-pack": "0.2.0",
55
"autoprefixer": "^10.4.5",
6-
"postcss": "^8.4.5",
6+
"postcss": "^8.4.13",
77
"tailwindcss": "^3.0.24",
88
"daisyui": "^2.14.3"
99
}

webapp/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,10 +2836,10 @@ nan@^2.12.1:
28362836
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
28372837
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
28382838

2839-
nanoid@^3.3.1:
2840-
version "3.3.1"
2841-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
2842-
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
2839+
nanoid@^3.3.3:
2840+
version "3.3.3"
2841+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
2842+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
28432843

28442844
nanomatch@^1.2.9:
28452845
version "1.2.13"
@@ -3621,12 +3621,12 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.27:
36213621
picocolors "^0.2.1"
36223622
source-map "^0.6.1"
36233623

3624-
postcss@^8.2.15, postcss@^8.2.9, postcss@^8.4.12, postcss@^8.4.5:
3625-
version "8.4.12"
3626-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
3627-
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
3624+
postcss@^8.2.15, postcss@^8.2.9, postcss@^8.4.12, postcss@^8.4.13:
3625+
version "8.4.13"
3626+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
3627+
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
36283628
dependencies:
3629-
nanoid "^3.3.1"
3629+
nanoid "^3.3.3"
36303630
picocolors "^1.0.0"
36313631
source-map-js "^1.0.2"
36323632

0 commit comments

Comments
 (0)