mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Pin dependency csso to v
This commit is contained in:
parent
7adf3a5410
commit
d6bdef8437
2 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
"@tryghost/debug": "0.1.17",
|
||||
"@tryghost/errors": "1.2.14",
|
||||
"@tryghost/tpl": "0.1.17",
|
||||
"csso": "^5.0.0",
|
||||
"csso": "5.0.3",
|
||||
"terser": "^5.9.0",
|
||||
"tiny-glob": "0.2.9"
|
||||
}
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -3941,6 +3941,13 @@ cssnano@5.1.12:
|
|||
lilconfig "^2.0.3"
|
||||
yaml "^1.10.2"
|
||||
|
||||
csso@5.0.3:
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/csso/-/csso-5.0.3.tgz#10986ad2546e877b8b7bfbf930702239407af4d4"
|
||||
integrity sha512-93gBHTJ6EQlLNhIX5Ho8VAJD2t2T2wg1xHDjbIUm/oQ7iFiSUTo9jSojiQK0pEZ3lMhYDrQO7Rcd70M68+VrtA==
|
||||
dependencies:
|
||||
css-tree "~2.0.4"
|
||||
|
||||
csso@^4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
|
||||
|
@ -3948,13 +3955,6 @@ csso@^4.2.0:
|
|||
dependencies:
|
||||
css-tree "^1.1.2"
|
||||
|
||||
csso@^5.0.0:
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/csso/-/csso-5.0.3.tgz#10986ad2546e877b8b7bfbf930702239407af4d4"
|
||||
integrity sha512-93gBHTJ6EQlLNhIX5Ho8VAJD2t2T2wg1xHDjbIUm/oQ7iFiSUTo9jSojiQK0pEZ3lMhYDrQO7Rcd70M68+VrtA==
|
||||
dependencies:
|
||||
css-tree "~2.0.4"
|
||||
|
||||
cssom@^0.5.0:
|
||||
version "0.5.0"
|
||||
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36"
|
||||
|
|
Loading…
Add table
Reference in a new issue