Skip to content

Commit 74775c5

Browse files
Update TryGhost packages (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 892e4e1 commit 74775c5

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"sinon": "21.1.2"
2222
},
2323
"dependencies": {
24-
"@tryghost/admin-api": "1.14.7",
25-
"@tryghost/content-api": "1.12.6",
24+
"@tryghost/admin-api": "1.14.8",
25+
"@tryghost/content-api": "1.12.7",
2626
"bluebird": "3.7.2",
2727
"jwks-client": "2.1.0",
2828
"lodash": "4.18.1",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -203,21 +203,21 @@
203203
"@sinonjs/commons" "^3.0.1"
204204
type-detect "^4.1.0"
205205

206-
"@tryghost/admin-api@1.14.7":
207-
version "1.14.7"
208-
resolved "https://registry.yarnpkg.com/@tryghost/admin-api/-/admin-api-1.14.7.tgz#58c45c9d72a12a060d3bd9240d2f2ca4f18654da"
209-
integrity sha512-0SmxuxhWFYT3qc3LKZcsM7EbKiqgVB+pkOR6ydvJS7XGxHyNxOFziTmnSCGdwTxuS+o+EB/T1KW8QGJnJJhrAA==
206+
"@tryghost/admin-api@1.14.8":
207+
version "1.14.8"
208+
resolved "https://registry.yarnpkg.com/@tryghost/admin-api/-/admin-api-1.14.8.tgz#66f9f35cd866eaa79dfc52e6cb255285bf7d19f0"
209+
integrity sha512-0BZkiiFsZSNos5Iy9IJRgDo9InN3/lKDEySslqZV/hyBDBRtnZntNfDzLZjTaYDaH8h3gRuG7dCq6T95sKW+KA==
210210
dependencies:
211-
axios "1.13.6"
211+
axios "1.15.2"
212212
form-data "4.0.5"
213213
jsonwebtoken "9.0.3"
214214

215-
"@tryghost/content-api@1.12.6":
216-
version "1.12.6"
217-
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.12.6.tgz#0a25d8b3cc16e18100e8471262285c44bee6b3e0"
218-
integrity sha512-QCsSG10onLqpXKN7F8yHefOgRBtWdmi30s2dV7BYY5+/Iwgsaf/o/U5oTQhlsGkO3P73Zfw++tnqOL2wO9IYUA==
215+
"@tryghost/content-api@1.12.7":
216+
version "1.12.7"
217+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.12.7.tgz#49c3fe35b630e5bf159af5f221bdf5d21aa4a159"
218+
integrity sha512-zBMldWSWtxweNI2y7oZSAkBKrZ+36ZfT+z7lZYu6Opnr90KQ1G34y5T1LCCY7IL7z3BFs6Fs9XGdZDzCpoxFtw==
219219
dependencies:
220-
axios "1.13.6"
220+
axios "1.15.2"
221221

222222
"@types/esrecurse@^4.3.1":
223223
version "4.3.1"
@@ -397,14 +397,14 @@ asynckit@^0.4.0:
397397
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
398398
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
399399

400-
axios@1.13.6:
401-
version "1.13.6"
402-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.6.tgz#c3f92da917dc209a15dd29936d20d5089b6b6c98"
403-
integrity sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==
400+
axios@1.15.2:
401+
version "1.15.2"
402+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
403+
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
404404
dependencies:
405405
follow-redirects "^1.15.11"
406406
form-data "^4.0.5"
407-
proxy-from-env "^1.1.0"
407+
proxy-from-env "^2.1.0"
408408

409409
balanced-match@^1.0.0:
410410
version "1.0.2"
@@ -1687,10 +1687,10 @@ prelude-ls@^1.2.1:
16871687
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
16881688
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
16891689

1690-
proxy-from-env@^1.1.0:
1691-
version "1.1.0"
1692-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1693-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1690+
proxy-from-env@^2.1.0:
1691+
version "2.1.0"
1692+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
1693+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
16941694

16951695
punycode@^2.1.0:
16961696
version "2.3.1"

0 commit comments

Comments
 (0)