Skip to content

Commit 1cd9de5

Browse files
Update dependency @tryghost/content-api to v1.11.18
1 parent f62f816 commit 1cd9de5

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,11 @@
335335
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
336336

337337
"@tryghost/content-api@^1.4.4":
338-
version "1.11.12"
339-
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.12.tgz#023ba0c74788c508b15ed56e1f7dc46c2fe57de4"
340-
integrity sha512-q8l4Z5kvY5MzRkBfVZuIJRH5fXgV+RClcVqWBCCcEnlUC0vKVuoTFnwl7Xse6Girz31W6UoFYGSEKvFwvTIXrA==
338+
version "1.11.18"
339+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.18.tgz#0661dfa34298c50f1c959f46b7a6b45e1043883e"
340+
integrity sha512-UltEkG0xkvc9nvwPsAeXDoo5UwC5HJnEr/LhkGRhB91mAUBUnAgmSVZwR3COtEa2dLcr4CXFsRAON1Sal/BfFg==
341341
dependencies:
342-
axios "^0.27.0"
342+
axios "^1.0.0"
343343

344344
"@tryghost/helpers@^1.1.6":
345345
version "1.1.86"
@@ -680,13 +680,14 @@ [email protected]:
680680
dependencies:
681681
follow-redirects "^1.10.0"
682682

683-
axios@^0.27.0:
684-
version "0.27.2"
685-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
686-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
683+
axios@^1.0.0:
684+
version "1.5.1"
685+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
686+
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
687687
dependencies:
688-
follow-redirects "^1.14.9"
688+
follow-redirects "^1.15.0"
689689
form-data "^4.0.0"
690+
proxy-from-env "^1.1.0"
690691

691692
babel-runtime@^6.26.0:
692693
version "6.26.0"
@@ -2028,10 +2029,10 @@ flatted@^3.1.0:
20282029
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
20292030
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
20302031

2031-
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.9:
2032-
version "1.15.2"
2033-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2034-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
2032+
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.15.0:
2033+
version "1.15.3"
2034+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
2035+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
20352036

20362037
forever-agent@~0.6.1:
20372038
version "0.6.1"
@@ -3624,6 +3625,11 @@ proto-list@~1.2.1:
36243625
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
36253626
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
36263627

3628+
proxy-from-env@^1.1.0:
3629+
version "1.1.0"
3630+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
3631+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3632+
36273633
prr@~1.0.1:
36283634
version "1.0.1"
36293635
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)