Skip to content

Commit 85aea40

Browse files
authored
Merge pull request #36 from spacemeshos/dependabot/npm_and_yarn/postcss-cli-10.1.0
Bump postcss-cli from 10.0.0 to 10.1.0
2 parents a27d34d + bff2a9e commit 85aea40

File tree

3 files changed

+79
-22
lines changed

3 files changed

+79
-22
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
3030
"autoprefixer": "^10.4.7",
3131
"postcss": "^8.4.21",
32-
"postcss-cli": "^10.0.0"
32+
"postcss-cli": "^10.1.0"
3333
},
3434
"browserslist": {
3535
"production": [

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,14 +3658,22 @@ [email protected]:
36583658
version "0.5.2"
36593659
resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
36603660

3661-
fs-extra@^10.0.0, fs-extra@^10.1.0:
3661+
fs-extra@^10.1.0:
36623662
version "10.1.0"
36633663
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz"
36643664
dependencies:
36653665
graceful-fs "^4.2.0"
36663666
jsonfile "^6.0.1"
36673667
universalify "^2.0.0"
36683668

3669+
fs-extra@^11.0.0:
3670+
version "11.1.0"
3671+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
3672+
dependencies:
3673+
graceful-fs "^4.2.0"
3674+
jsonfile "^6.0.1"
3675+
universalify "^2.0.0"
3676+
36693677
fs-extra@^9.0.0:
36703678
version "9.1.0"
36713679
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
@@ -5031,21 +5039,21 @@ postcss-calc@^8.2.3:
50315039
postcss-selector-parser "^6.0.9"
50325040
postcss-value-parser "^4.2.0"
50335041

5034-
postcss-cli@^10.0.0:
5035-
version "10.0.0"
5036-
resolved "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.0.0.tgz"
5042+
postcss-cli@^10.1.0:
5043+
version "10.1.0"
5044+
resolved "https://registry.yarnpkg.com/postcss-cli/-/postcss-cli-10.1.0.tgz#f6658c4998a1c35bd66cd71009132b2d12e04f80"
50375045
dependencies:
50385046
chokidar "^3.3.0"
50395047
dependency-graph "^0.11.0"
5040-
fs-extra "^10.0.0"
5048+
fs-extra "^11.0.0"
50415049
get-stdin "^9.0.0"
50425050
globby "^13.0.0"
50435051
picocolors "^1.0.0"
50445052
postcss-load-config "^4.0.0"
50455053
postcss-reporter "^7.0.0"
50465054
pretty-hrtime "^1.0.3"
50475055
read-cache "^1.0.0"
5048-
slash "^4.0.0"
5056+
slash "^5.0.0"
50495057
yargs "^17.0.0"
50505058

50515059
postcss-colormin@^5.3.0:
@@ -6088,6 +6096,10 @@ slash@^4.0.0:
60886096
version "4.0.0"
60896097
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
60906098

6099+
slash@^5.0.0:
6100+
version "5.0.0"
6101+
resolved "https://registry.yarnpkg.com/slash/-/slash-5.0.0.tgz#8c18a871096b71ee0e002976a4fe3374991c3074"
6102+
60916103
sockjs@^0.3.24:
60926104
version "0.3.24"
60936105
resolved "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz"

0 commit comments

Comments
 (0)