Skip to content

Commit 10819ed

Browse files
chore(deps): update dependency postcss to ~8.4.47
1 parent 9fb536a commit 10819ed

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"gulp-replace": "~1.1.4",
8686
"gulp-sourcemaps": "~3.0.0",
8787
"gulp-terser": "~2.1.0",
88-
"postcss": "~8.4.35",
88+
"postcss": "~8.4.47",
8989
"postcss-preset-env": "~9.4.0",
9090
"stylelint": "~15.11.0",
9191
"stylelint-config-standard-scss": "~11.1.0"

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4795,6 +4795,11 @@ picocolors@^1.0.0:
47954795
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
47964796
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
47974797

4798+
picocolors@^1.1.0:
4799+
version "1.1.0"
4800+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
4801+
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
4802+
47984803
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
47994804
version "2.3.1"
48004805
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -5355,7 +5360,7 @@ postcss@^7.0.16:
53555360
picocolors "^0.2.1"
53565361
source-map "^0.6.1"
53575362

5358-
postcss@^8.4.28, postcss@~8.4.35:
5363+
postcss@^8.4.28:
53595364
version "8.4.35"
53605365
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
53615366
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
@@ -5364,6 +5369,15 @@ postcss@^8.4.28, postcss@~8.4.35:
53645369
picocolors "^1.0.0"
53655370
source-map-js "^1.0.2"
53665371

5372+
postcss@~8.4.47:
5373+
version "8.4.47"
5374+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
5375+
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
5376+
dependencies:
5377+
nanoid "^3.3.7"
5378+
picocolors "^1.1.0"
5379+
source-map-js "^1.2.1"
5380+
53675381
prebuild-install@^7.1.1:
53685382
version "7.1.2"
53695383
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.2.tgz#a5fd9986f5a6251fbc47e1e5c65de71e68c0a056"
@@ -6019,6 +6033,11 @@ snapdragon@^0.8.1:
60196033
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
60206034
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
60216035

6036+
source-map-js@^1.2.1:
6037+
version "1.2.1"
6038+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
6039+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
6040+
60226041
source-map-resolve@^0.5.0:
60236042
version "0.5.3"
60246043
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)