Skip to content

Commit d687fb5

Browse files
authored
Merge pull request #10643 from alphagov/dependabot/npm_and_yarn/stylelint-16.24.0
2 parents ba54a09 + 5d1453a commit d687fb5

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"postcss": "^8.5.6",
3232
"prettier": "^3.6.2",
3333
"standard": "^17.1.2",
34-
"stylelint": "^16.23.1",
34+
"stylelint": "^16.24.0",
3535
"stylelint-config-gds": "^2.0.0"
3636
},
3737
"resolutions": {

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,13 @@ [email protected], bytes@^3.1.2:
483483
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
484484
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
485485

486-
cacheable@^1.10.3:
487-
version "1.10.3"
488-
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.10.3.tgz#8dcb02081a10c4819a8d70e1251bcce0ee5afdd4"
489-
integrity sha512-M6p10iJ/VT0wT7TLIGUnm958oVrU2cUK8pQAVU21Zu7h8rbk/PeRtRWrvHJBql97Bhzk3g1N6+2VKC+Rjxna9Q==
486+
cacheable@^1.10.4:
487+
version "1.10.4"
488+
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.10.4.tgz#874c7ac005e9127e1daa3b09dbb4fd01743a4e91"
489+
integrity sha512-Gd7ccIUkZ9TE2odLQVS+PDjIvQCdJKUlLdJRVvZu0aipj07Qfx+XIej7hhDrKGGoIxV5m5fT/kOJNJPQhQneRg==
490490
dependencies:
491-
hookified "^1.10.0"
492-
keyv "^5.4.0"
491+
hookified "^1.11.0"
492+
keyv "^5.5.0"
493493

494494
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
495495
version "1.0.2"
@@ -1600,12 +1600,12 @@ fastq@^1.6.0:
16001600
dependencies:
16011601
reusify "^1.0.4"
16021602

1603-
file-entry-cache@^10.1.3:
1604-
version "10.1.3"
1605-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.3.tgz#4b2eec07e37025434f9a99428a6923948da4dc12"
1606-
integrity sha512-D+w75Ub8T55yor7fPgN06rkCAUbAYw2vpxJmmjv/GDAcvCnv9g7IvHhIZoxzRZThrXPFI2maeY24pPbtyYU7Lg==
1603+
file-entry-cache@^10.1.4:
1604+
version "10.1.4"
1605+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.4.tgz#1e81441517dc33ba5fe14421d96dc5fe7e37e820"
1606+
integrity sha512-5XRUFc0WTtUbjfGzEwXc42tiGxQHBmtbUG1h9L2apu4SulCGN3Hqm//9D6FAolf8MYNL7f/YlJl9vy08pj5JuA==
16071607
dependencies:
1608-
flat-cache "^6.1.12"
1608+
flat-cache "^6.1.13"
16091609

16101610
file-entry-cache@^6.0.1:
16111611
version "6.0.1"
@@ -1664,14 +1664,14 @@ flat-cache@^3.0.4:
16641664
flatted "^3.1.0"
16651665
rimraf "^3.0.2"
16661666

1667-
flat-cache@^6.1.12:
1668-
version "6.1.12"
1669-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.12.tgz#385c73844b82171da8d98995b756ba84e6caa452"
1670-
integrity sha512-U+HqqpZPPXP5d24bWuRzjGqVqUcw64k4nZAbruniDwdRg0H10tvN7H6ku1tjhA4rg5B9GS3siEvwO2qjJJ6f8Q==
1667+
flat-cache@^6.1.13:
1668+
version "6.1.13"
1669+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.13.tgz#7428e97be2aa918f371e880ebbf7f61ff48f33fa"
1670+
integrity sha512-gmtS2PaUjSPa4zjObEIn4WWliKyZzYljgxODBfxugpK6q6HU9ClXzgCJ+nlcPKY9Bt090ypTOLIFWkV0jbKFjw==
16711671
dependencies:
1672-
cacheable "^1.10.3"
1672+
cacheable "^1.10.4"
16731673
flatted "^3.3.3"
1674-
hookified "^1.10.0"
1674+
hookified "^1.11.0"
16751675

16761676
flatted@^3.1.0:
16771677
version "3.1.0"
@@ -2104,10 +2104,10 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
21042104
dependencies:
21052105
function-bind "^1.1.2"
21062106

2107-
hookified@^1.10.0:
2108-
version "1.11.0"
2109-
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.11.0.tgz#085a8f1e196ffe31905d5122b40a8e547c69e660"
2110-
integrity sha512-aDdIN3GyU5I6wextPplYdfmWCo+aLmjjVbntmX6HLD5RCi/xKsivYEBhnRD+d9224zFf008ZpLMPlWF0ZodYZw==
2107+
hookified@^1.11.0:
2108+
version "1.12.0"
2109+
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.12.0.tgz#eb4097ed1459211eef47fe85a8b3382c5f633996"
2110+
integrity sha512-hMr1Y9TCLshScrBbV2QxJ9BROddxZ12MX9KsCtuGGy/3SmmN5H1PllKerrVlSotur9dlE8hmUKAOSa3WDzsZmQ==
21112111

21122112
html-tags@^3.3.1:
21132113
version "3.3.1"
@@ -2726,10 +2726,10 @@ jszip@^3.10.1:
27262726
readable-stream "~2.3.6"
27272727
setimmediate "^1.0.5"
27282728

2729-
keyv@^5.4.0:
2730-
version "5.4.0"
2731-
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.4.0.tgz#64895135d5b63e8bde6889d2b53a8e4af8e387b9"
2732-
integrity sha512-TMckyVjEoacG5IteUpUrOBsFORtheqziVyyY2dLUwg1jwTb8u48LX4TgmtogkNl9Y9unaEJ1luj10fGyjMGFOQ==
2729+
keyv@^5.5.0:
2730+
version "5.5.0"
2731+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.5.0.tgz#0ad5037484a7e01b033df7018033b5cc9ca7884f"
2732+
integrity sha512-QG7qR2tijh1ftOvClut4YKKg1iW6cx3GZsKoGyJPxHkGWK9oJhG9P3j5deP0QQOGDowBMVQFaP+Vm4NpGYvmIQ==
27332733
dependencies:
27342734
"@keyv/serialize" "^1.1.0"
27352735

@@ -4084,10 +4084,10 @@ stylelint-scss@^6.0.0:
40844084
postcss-selector-parser "^6.0.13"
40854085
postcss-value-parser "^4.2.0"
40864086

4087-
stylelint@^16.23.1:
4088-
version "16.23.1"
4089-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.23.1.tgz#e5f5ee173adf989db0855b825e66f9ccdde3c78a"
4090-
integrity sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==
4087+
stylelint@^16.24.0:
4088+
version "16.24.0"
4089+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.24.0.tgz#a436920636732b496a55665997f2804d1d63b5b6"
4090+
integrity sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==
40914091
dependencies:
40924092
"@csstools/css-parser-algorithms" "^3.0.5"
40934093
"@csstools/css-tokenizer" "^3.0.4"
@@ -4102,7 +4102,7 @@ stylelint@^16.23.1:
41024102
debug "^4.4.1"
41034103
fast-glob "^3.3.3"
41044104
fastest-levenshtein "^1.0.16"
4105-
file-entry-cache "^10.1.3"
4105+
file-entry-cache "^10.1.4"
41064106
global-modules "^2.0.0"
41074107
globby "^11.1.0"
41084108
globjoin "^0.1.4"

0 commit comments

Comments
 (0)