Skip to content

Commit 40ae84b

Browse files
Update dependency @tryghost/content-api to v1.11.26
1 parent 5914aab commit 40ae84b

File tree

1 file changed

+128
-15
lines changed

1 file changed

+128
-15
lines changed

yarn.lock

Lines changed: 128 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,11 @@
345345
jsonwebtoken "^8.4.0"
346346

347347
"@tryghost/content-api@^1.5.1":
348-
version "1.11.7"
349-
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.7.tgz#5b779a319f4af16f9687c49459e475c9ca607b2f"
350-
integrity sha512-G6Ovb0LSnlvx/nVzNDYd5kMyMmsTjwdiOANRbh/NPgaNUHS5RdUbbhPpYFvD1Cdi8xoliowCaGorv5wxI3Wb2Q==
348+
version "1.11.26"
349+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.26.tgz#f589d2c59b2e80e3ebf17d65daf7debfa1f7621b"
350+
integrity sha512-BhTLERo2onwxnSVcxsZKvbBpRjxuBA1gLge2VCoqIHBrt3HfML79+rjKt6rDoenwFh2BvDBxlY1HTVkNvpKOpQ==
351351
dependencies:
352-
axios "^0.27.0"
352+
axios "^1.0.0"
353353

354354
"@types/normalize-package-data@^2.4.0":
355355
version "2.4.1"
@@ -473,6 +473,15 @@ axios@^0.27.0:
473473
follow-redirects "^1.14.9"
474474
form-data "^4.0.0"
475475

476+
axios@^1.0.0:
477+
version "1.10.0"
478+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
479+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
480+
dependencies:
481+
follow-redirects "^1.15.6"
482+
form-data "^4.0.0"
483+
proxy-from-env "^1.1.0"
484+
476485
balanced-match@^1.0.0:
477486
version "1.0.2"
478487
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -538,6 +547,14 @@ builtin-modules@^3.3.0:
538547
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
539548
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
540549

550+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
551+
version "1.0.2"
552+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
553+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
554+
dependencies:
555+
es-errors "^1.3.0"
556+
function-bind "^1.1.2"
557+
541558
callsites@^3.0.0:
542559
version "3.1.0"
543560
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -723,6 +740,15 @@ dot-case@^3.0.4:
723740
no-case "^3.0.4"
724741
tslib "^2.0.3"
725742

743+
dunder-proto@^1.0.1:
744+
version "1.0.1"
745+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
746+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
747+
dependencies:
748+
call-bind-apply-helpers "^1.0.1"
749+
es-errors "^1.3.0"
750+
gopd "^1.2.0"
751+
726752
727753
version "1.0.11"
728754
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -772,6 +798,33 @@ error-ex@^1.3.1:
772798
dependencies:
773799
is-arrayish "^0.2.1"
774800

801+
es-define-property@^1.0.1:
802+
version "1.0.1"
803+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
804+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
805+
806+
es-errors@^1.3.0:
807+
version "1.3.0"
808+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
809+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
810+
811+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
812+
version "1.1.1"
813+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
814+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
815+
dependencies:
816+
es-errors "^1.3.0"
817+
818+
es-set-tostringtag@^2.1.0:
819+
version "2.1.0"
820+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
821+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
822+
dependencies:
823+
es-errors "^1.3.0"
824+
get-intrinsic "^1.2.6"
825+
has-tostringtag "^1.0.2"
826+
hasown "^2.0.2"
827+
775828
escalade@^3.1.1:
776829
version "3.1.1"
777830
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -1072,18 +1125,20 @@ flatted@^3.1.0:
10721125
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
10731126
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
10741127

1075-
follow-redirects@^1.14.9:
1076-
version "1.15.2"
1077-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1078-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
1128+
follow-redirects@^1.14.9, follow-redirects@^1.15.6:
1129+
version "1.15.9"
1130+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
1131+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
10791132

10801133
form-data@^4.0.0:
1081-
version "4.0.0"
1082-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
1083-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
1134+
version "4.0.3"
1135+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
1136+
integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
10841137
dependencies:
10851138
asynckit "^0.4.0"
10861139
combined-stream "^1.0.8"
1140+
es-set-tostringtag "^2.1.0"
1141+
hasown "^2.0.2"
10871142
mime-types "^2.1.12"
10881143

10891144
fs.realpath@^1.0.0:
@@ -1096,10 +1151,10 @@ fsevents@~2.3.1:
10961151
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
10971152
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
10981153

1099-
function-bind@^1.1.1:
1100-
version "1.1.1"
1101-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1102-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1154+
function-bind@^1.1.1, function-bind@^1.1.2:
1155+
version "1.1.2"
1156+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1157+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
11031158

11041159
functional-red-black-tree@^1.0.1:
11051160
version "1.0.1"
@@ -1116,6 +1171,30 @@ get-caller-file@^2.0.5:
11161171
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
11171172
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
11181173

1174+
get-intrinsic@^1.2.6:
1175+
version "1.3.0"
1176+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1177+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1178+
dependencies:
1179+
call-bind-apply-helpers "^1.0.2"
1180+
es-define-property "^1.0.1"
1181+
es-errors "^1.3.0"
1182+
es-object-atoms "^1.1.1"
1183+
function-bind "^1.1.2"
1184+
get-proto "^1.0.1"
1185+
gopd "^1.2.0"
1186+
has-symbols "^1.1.0"
1187+
hasown "^2.0.2"
1188+
math-intrinsics "^1.1.0"
1189+
1190+
get-proto@^1.0.1:
1191+
version "1.0.1"
1192+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
1193+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
1194+
dependencies:
1195+
dunder-proto "^1.0.1"
1196+
es-object-atoms "^1.0.0"
1197+
11191198
glob-parent@^5.1.2, glob-parent@~5.1.0:
11201199
version "5.1.2"
11211200
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
@@ -1159,6 +1238,11 @@ globals@^13.6.0, globals@^13.9.0:
11591238
dependencies:
11601239
type-fest "^0.20.2"
11611240

1241+
gopd@^1.2.0:
1242+
version "1.2.0"
1243+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
1244+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
1245+
11621246
11631247
version "1.10.5"
11641248
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
@@ -1174,6 +1258,18 @@ has-flag@^4.0.0:
11741258
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
11751259
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
11761260

1261+
has-symbols@^1.0.3, has-symbols@^1.1.0:
1262+
version "1.1.0"
1263+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
1264+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
1265+
1266+
has-tostringtag@^1.0.2:
1267+
version "1.0.2"
1268+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
1269+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
1270+
dependencies:
1271+
has-symbols "^1.0.3"
1272+
11771273
has@^1.0.3:
11781274
version "1.0.3"
11791275
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -1189,6 +1285,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
11891285
inherits "^2.0.3"
11901286
minimalistic-assert "^1.0.1"
11911287

1288+
hasown@^2.0.2:
1289+
version "2.0.2"
1290+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1291+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1292+
dependencies:
1293+
function-bind "^1.1.2"
1294+
11921295
11931296
version "1.2.0"
11941297
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -1589,6 +1692,11 @@ lru-memoizer@^2.1.4:
15891692
lodash.clonedeep "^4.5.0"
15901693
lru-cache "~4.0.0"
15911694

1695+
math-intrinsics@^1.1.0:
1696+
version "1.1.0"
1697+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
1698+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
1699+
15921700
15931701
version "2.0.14"
15941702
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
@@ -1853,6 +1961,11 @@ progress@^2.0.0:
18531961
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
18541962
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
18551963

1964+
proxy-from-env@^1.1.0:
1965+
version "1.1.0"
1966+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1967+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1968+
18561969
pseudomap@^1.0.1:
18571970
version "1.0.2"
18581971
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

0 commit comments

Comments
 (0)