mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update dependency cssnano to v5.0.14
This commit is contained in:
parent
2ee061bb50
commit
bafc0981a9
2 changed files with 5 additions and 11 deletions
|
@ -184,7 +184,7 @@
|
||||||
"c8": "7.11.0",
|
"c8": "7.11.0",
|
||||||
"chai": "4.3.4",
|
"chai": "4.3.4",
|
||||||
"coffeescript": "2.6.1",
|
"coffeescript": "2.6.1",
|
||||||
"cssnano": "5.0.13",
|
"cssnano": "5.0.14",
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
"eslint-plugin-ghost": "2.11.0",
|
"eslint-plugin-ghost": "2.11.0",
|
||||||
"expect": "27.4.2",
|
"expect": "27.4.2",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -3802,13 +3802,12 @@ cssnano-utils@^2.0.1:
|
||||||
resolved "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz"
|
resolved "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz"
|
||||||
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
|
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
|
||||||
|
|
||||||
cssnano@5.0.13:
|
cssnano@5.0.14:
|
||||||
version "5.0.13"
|
version "5.0.14"
|
||||||
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.13.tgz#a84340c77d821af13858f9d98916722641b39906"
|
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.14.tgz#99bc550f663b48c38e9b8e0ae795697c9de84b47"
|
||||||
integrity sha512-cAmLruIF28a7vKIOieXCTrllaLwbouxV1PPi8Z4M+XloXbmeooWAu4KhJgASo4vQUwbs2pqDgAlnZ1ZKJZKtuw==
|
integrity sha512-qzhRkFvBhv08tbyKCIfWbxBXmkIpLl1uNblt8SpTHkgLfON5OCPX/CCnkdNmEosvo8bANQYmTTMEgcVBlisHaw==
|
||||||
dependencies:
|
dependencies:
|
||||||
cssnano-preset-default "^5.1.9"
|
cssnano-preset-default "^5.1.9"
|
||||||
is-resolvable "^1.1.0"
|
|
||||||
lilconfig "^2.0.3"
|
lilconfig "^2.0.3"
|
||||||
yaml "^1.10.2"
|
yaml "^1.10.2"
|
||||||
|
|
||||||
|
@ -6844,11 +6843,6 @@ is-relative@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-unc-path "^1.0.0"
|
is-unc-path "^1.0.0"
|
||||||
|
|
||||||
is-resolvable@^1.1.0:
|
|
||||||
version "1.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz"
|
|
||||||
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
|
|
||||||
|
|
||||||
is-retry-allowed@^1.1.0:
|
is-retry-allowed@^1.1.0:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
resolved "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz"
|
resolved "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue