Skip to content

Commit 69b83d4

Browse files
committed
fix(deps): update minor and patch for gatsby-plugin-preload-fonts
1 parent ab9f043 commit 69b83d4

2 files changed

Lines changed: 12 additions & 37 deletions

File tree

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"chalk": "^4.1.0",
15-
"date-fns": "^2.16.1",
15+
"date-fns": "^2.21.1",
1616
"fs-extra": "^8.1.0",
1717
"gatsby-core-utils": "^2.4.0-next.0",
1818
"graphql-request": "^1.8.2",

yarn.lock

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8909,15 +8909,11 @@ css-select@^2.0.0:
89098909
domutils "^1.7.0"
89108910
nth-check "^1.0.1"
89118911

8912-
css-selector-parser@^1.0.0:
8912+
css-selector-parser@^1.0.0, css-selector-parser@^1.1.0:
89138913
version "1.4.1"
89148914
resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-1.4.1.tgz#03f9cb8a81c3e5ab2c51684557d5aaf6d2569759"
89158915
integrity sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==
89168916

8917-
css-selector-parser@^1.1.0:
8918-
version "1.3.0"
8919-
resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-1.3.0.tgz#5f1ad43e2d8eefbfdc304fcd39a521664943e3eb"
8920-
89218917
css-selector-tokenizer@^0.7.0:
89228918
version "0.7.0"
89238919
resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz#e6988474ae8c953477bf5e7efecfceccd9cf4c86"
@@ -9206,10 +9202,10 @@ date-fns@^1.30.1:
92069202
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
92079203
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
92089204

9209-
date-fns@^2.14.0, date-fns@^2.16.1, date-fns@^2.8.1:
9210-
version "2.16.1"
9211-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
9212-
integrity sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==
9205+
date-fns@^2.14.0, date-fns@^2.21.1, date-fns@^2.8.1:
9206+
version "2.21.1"
9207+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.1.tgz#679a4ccaa584c0706ea70b3fa92262ac3009d2b0"
9208+
integrity sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA==
92139209

92149210
date-now@^0.1.4:
92159211
version "0.1.4"
@@ -16697,15 +16693,11 @@ loglevel@^1.6.8:
1669716693
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
1669816694
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
1669916695

16700-
longest-streak@^2.0.0:
16696+
longest-streak@^2.0.0, longest-streak@^2.0.1:
1670116697
version "2.0.4"
1670216698
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
1670316699
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
1670416700

16705-
longest-streak@^2.0.1:
16706-
version "2.0.2"
16707-
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
16708-
1670916701
longest@^1.0.0:
1671016702
version "1.0.1"
1671116703
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -25908,7 +25900,7 @@ unified@9.1.0:
2590825900
trough "^1.0.0"
2590925901
vfile "^4.0.0"
2591025902

25911-
unified@9.2.0, unified@^9.1.0, unified@^9.2.0:
25903+
unified@9.2.0:
2591225904
version "9.2.0"
2591325905
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"
2591425906
integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
@@ -25955,7 +25947,7 @@ unified@^8.0.0, unified@^8.4.2:
2595525947
trough "^1.0.0"
2595625948
vfile "^4.0.0"
2595725949

25958-
unified@^9.2.1:
25950+
unified@^9.1.0, unified@^9.2.0, unified@^9.2.1:
2595925951
version "9.2.1"
2596025952
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.1.tgz#ae18d5674c114021bfdbdf73865ca60f410215a3"
2596125953
integrity sha512-juWjuI8Z4xFg8pJbnEZ41b5xjGUWGHqXALmBZ3FC3WX0PIx1CZBIIJ6mXbYMcf6Yw4Fi0rFUTA1cdz/BglbOhA==
@@ -26092,11 +26084,7 @@ unist-util-modify-children@^1.0.0, unist-util-modify-children@^1.1.1:
2609226084
dependencies:
2609326085
array-iterate "^1.0.0"
2609426086

26095-
unist-util-position@^3.0.0:
26096-
version "3.0.1"
26097-
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.0.1.tgz#8e220c24658239bf7ddafada5725ed0ea1ebbc26"
26098-
26099-
unist-util-position@^3.1.0:
26087+
unist-util-position@^3.0.0, unist-util-position@^3.1.0:
2610026088
version "3.1.0"
2610126089
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"
2610226090
integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==
@@ -26182,15 +26170,7 @@ unist-util-visit-parents@^2.0.0:
2618226170
dependencies:
2618326171
unist-util-is "^3.0.0"
2618426172

26185-
unist-util-visit-parents@^3.0.0:
26186-
version "3.0.0"
26187-
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.0.0.tgz#dd4cdcd86d505ec7a81bdc01bc790f9def742bee"
26188-
integrity sha512-H3K8d81S4V3XVXVwLvrLGk+R5VILryfUotD06/R/rLsTsPLGjkn6gIP8qEEVITcuIySNYj0ocJLsePjm9F/Vcg==
26189-
dependencies:
26190-
"@types/unist" "^2.0.3"
26191-
unist-util-is "^4.0.0"
26192-
26193-
unist-util-visit-parents@^3.1.1:
26173+
unist-util-visit-parents@^3.0.0, unist-util-visit-parents@^3.1.1:
2619426174
version "3.1.1"
2619526175
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
2619626176
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
@@ -26640,12 +26620,7 @@ vfile-location@^2.0.0:
2664026620
version "2.0.3"
2664126621
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.3.tgz#083ba80e50968e8d420be49dd1ea9a992131df77"
2664226622

26643-
vfile-location@^3.0.0:
26644-
version "3.0.1"
26645-
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.0.1.tgz#d78677c3546de0f7cd977544c367266764d31bb3"
26646-
integrity sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==
26647-
26648-
vfile-location@^3.1.0:
26623+
vfile-location@^3.0.0, vfile-location@^3.1.0:
2664926624
version "3.2.0"
2665026625
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c"
2665126626
integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==

0 commit comments

Comments
 (0)