Skip to content

Commit 2dfef84

Browse files
deps: bump postcss from 8.5.3 to 8.5.6 in /application (#184)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.6) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c0c006 commit 2dfef84

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

application/package-lock.json

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

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bootstrap": "^5.3.7",
1111
"bootstrap-icons": "^1.11.3",
1212
"nodemon": "^3.1.9",
13-
"postcss": "^8.5.3",
13+
"postcss": "^8.5.6",
1414
"postcss-cli": "^11.0.1",
1515
"sass": "^1.85.1",
1616
"yarn": "^1.22.22"

application/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@ ms@^2.1.3:
384384
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
385385
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
386386

387-
nanoid@^3.3.8:
388-
version "3.3.9"
389-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.9.tgz"
390-
integrity sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==
387+
nanoid@^3.3.11:
388+
version "3.3.11"
389+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
390+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
391391

392392
node-addon-api@^7.0.0:
393393
version "7.1.1"
@@ -483,12 +483,12 @@ postcss-value-parser@^4.2.0:
483483
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
484484
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
485485

486-
postcss@^8.5.3:
487-
version "8.5.3"
488-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz"
489-
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
486+
postcss@^8.5.6:
487+
version "8.5.6"
488+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
489+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
490490
dependencies:
491-
nanoid "^3.3.8"
491+
nanoid "^3.3.11"
492492
picocolors "^1.1.1"
493493
source-map-js "^1.2.1"
494494

0 commit comments

Comments
 (0)