diff --git a/package.json b/package.json index 1c24cda..f5be537 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lib" ], "devDependencies": { - "@tryghost/pro-ship": "1.1.4", + "@tryghost/pro-ship": "1.1.5", "@vercel/ncc": "0.44.1", "@vitest/coverage-v8": "4.1.10", "oxfmt": "0.57.0", @@ -33,6 +33,6 @@ }, "dependencies": { "@actions/core": "3.0.1", - "@tryghost/admin-api": "1.14.10" + "@tryghost/admin-api": "1.14.11" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 491bb63..572d994 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,12 +12,12 @@ importers: specifier: 3.0.1 version: 3.0.1 '@tryghost/admin-api': - specifier: 1.14.10 - version: 1.14.10 + specifier: 1.14.11 + version: 1.14.11 devDependencies: '@tryghost/pro-ship': - specifier: 1.1.4 - version: 1.1.4 + specifier: 1.1.5 + version: 1.1.5 '@vercel/ncc': specifier: 0.44.1 version: 0.44.1 @@ -442,11 +442,11 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@tryghost/admin-api@1.14.10': - resolution: {integrity: sha512-B7Ov1Y/VhuNFsvDyN6DsNFcoqjpUccNrYFXsK5oy9sobZ/6AoRRW2kI4SHn4hrCcP89xPipVhTMcmhvoh0IhvQ==} + '@tryghost/admin-api@1.14.11': + resolution: {integrity: sha512-dI4buzO/oR4Hop8R9KowNgjqyVUs0wC+/j6g8vFmOOmSEtGaAT1OF22SW09f9c/Ab7eY0CXXPLIDM9bbgAZjVQ==} - '@tryghost/pro-ship@1.1.4': - resolution: {integrity: sha512-k4okNuZwxWfyumyC5+A+/96cE/bnBZmcigghWNTP6n/8QuMX4eFQoPlu3XGyUToF5vKGfl1HU5pELPbwSLDYLA==} + '@tryghost/pro-ship@1.1.5': + resolution: {integrity: sha512-gwd4ynAnEHkj6bx+tfkZCYaL+WlNHQQmCkAJn7Q2H0Uq+mG74i2wwxUWr+wTuyxjLg8KviMux5uwtkEQfzi1VA==} engines: {node: '>=20.20.0'} hasBin: true @@ -521,8 +521,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.17.0: - resolution: {integrity: sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==} + axios@1.18.1: + resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} @@ -620,6 +620,10 @@ packages: resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==} engines: {node: '>= 6'} + form-data@4.0.6: + resolution: {integrity: sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==} + engines: {node: '>= 6'} + fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -1244,16 +1248,16 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@tryghost/admin-api@1.14.10': + '@tryghost/admin-api@1.14.11': dependencies: - axios: 1.17.0 - form-data: 4.0.5 + axios: 1.18.1 + form-data: 4.0.6 jsonwebtoken: 9.0.3 transitivePeerDependencies: - debug - supports-color - '@tryghost/pro-ship@1.1.4': + '@tryghost/pro-ship@1.1.5': dependencies: '@tryghost/root-utils': 2.3.1 semver: 7.8.5 @@ -1350,7 +1354,7 @@ snapshots: asynckit@0.4.0: {} - axios@1.17.0: + axios@1.18.1: dependencies: follow-redirects: 1.16.0 form-data: 4.0.5 @@ -1434,6 +1438,14 @@ snapshots: hasown: 2.0.4 mime-types: 2.1.35 + form-data@4.0.6: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.4 + mime-types: 2.1.35 + fsevents@2.3.3: optional: true