Merged v5.25.4 into main

This commit is contained in:
Daniel Lockyer 2022-12-14 07:25:47 +07:00
commit 0482db4818
No known key found for this signature in database
4 changed files with 45 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ghost-admin", "name": "ghost-admin",
"version": "5.25.3", "version": "5.25.4",
"description": "Ember.js admin client for Ghost", "description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"homepage": "http://ghost.org", "homepage": "http://ghost.org",

View File

@ -1,6 +1,6 @@
{ {
"name": "ghost", "name": "ghost",
"version": "5.25.3", "version": "5.25.4",
"description": "The professional publishing platform", "description": "The professional publishing platform",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"homepage": "https://ghost.org", "homepage": "https://ghost.org",
@ -56,7 +56,7 @@
"cli": "^1.17.0" "cli": "^1.17.0"
}, },
"dependencies": { "dependencies": {
"@sentry/node": "7.25.0", "@sentry/node": "7.11.1",
"@tryghost/adapter-base-cache": "0.1.2", "@tryghost/adapter-base-cache": "0.1.2",
"@tryghost/adapter-manager": "0.0.0", "@tryghost/adapter-manager": "0.0.0",
"@tryghost/admin-api-schema": "4.2.0", "@tryghost/admin-api-schema": "4.2.0",

View File

@ -59,7 +59,8 @@
"normalize.css", "normalize.css",
"validator", "validator",
"codemirror", "codemirror",
"faker" "faker",
"@sentry/node"
], ],
"ignorePaths": [ "ignorePaths": [
"test", "test",

View File

@ -3392,6 +3392,16 @@
"@sentry/utils" "7.25.0" "@sentry/utils" "7.25.0"
tslib "^1.9.3" tslib "^1.9.3"
"@sentry/core@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.11.1.tgz#d68e796f3b6428aefd6086a1db00118df7a9a9e4"
integrity sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==
dependencies:
"@sentry/hub" "7.11.1"
"@sentry/types" "7.11.1"
"@sentry/utils" "7.11.1"
tslib "^1.9.3"
"@sentry/core@7.25.0": "@sentry/core@7.25.0":
version "7.25.0" version "7.25.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.25.0.tgz#a743825316483a77a35979a943285368e1681c2c" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.25.0.tgz#a743825316483a77a35979a943285368e1681c2c"
@ -3426,6 +3436,15 @@
ember-cli-htmlbars "^6.1.1" ember-cli-htmlbars "^6.1.1"
ember-cli-typescript "^5.1.1" ember-cli-typescript "^5.1.1"
"@sentry/hub@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.11.1.tgz#1749b2b102ea1892ff388d65d66d3b402b393958"
integrity sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==
dependencies:
"@sentry/types" "7.11.1"
"@sentry/utils" "7.11.1"
tslib "^1.9.3"
"@sentry/hub@7.8.1": "@sentry/hub@7.8.1":
version "7.8.1" version "7.8.1"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.8.1.tgz#bc255c6b8e99a3333e737f189c984c715df504aa" resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.8.1.tgz#bc255c6b8e99a3333e737f189c984c715df504aa"
@ -3435,14 +3454,15 @@
"@sentry/utils" "7.8.1" "@sentry/utils" "7.8.1"
tslib "^1.9.3" tslib "^1.9.3"
"@sentry/node@7.25.0": "@sentry/node@7.11.1":
version "7.25.0" version "7.11.1"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.25.0.tgz#bd6621398678570bcf8102dd9cc251cc3e61a150" resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.11.1.tgz#97fd26de26e8203a3c34e26b38f3c2a5ba46828b"
integrity sha512-7I0EVJzUdyBZuAOH4BPUkmxF7NSseuQbbMFu4v2mo8PRBIP+40ZP6+xhBMz+UvBqsWCLZkZtG/8iujhfDxmQRw== integrity sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==
dependencies: dependencies:
"@sentry/core" "7.25.0" "@sentry/core" "7.11.1"
"@sentry/types" "7.25.0" "@sentry/hub" "7.11.1"
"@sentry/utils" "7.25.0" "@sentry/types" "7.11.1"
"@sentry/utils" "7.11.1"
cookie "^0.4.1" cookie "^0.4.1"
https-proxy-agent "^5.0.0" https-proxy-agent "^5.0.0"
lru_map "^0.3.3" lru_map "^0.3.3"
@ -3483,6 +3503,11 @@
"@sentry/utils" "7.25.0" "@sentry/utils" "7.25.0"
tslib "^1.9.3" tslib "^1.9.3"
"@sentry/types@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.11.1.tgz#06e2827f6ba37159c33644208a0453b86d25e232"
integrity sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==
"@sentry/types@7.25.0": "@sentry/types@7.25.0":
version "7.25.0" version "7.25.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.25.0.tgz#e1bd44b99803b49715a9b0e557799217ef9339fd" resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.25.0.tgz#e1bd44b99803b49715a9b0e557799217ef9339fd"
@ -3493,6 +3518,14 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.8.1.tgz#c00a1ed02ad8f69d3b94fcda91e2d24e0bb3492a" resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.8.1.tgz#c00a1ed02ad8f69d3b94fcda91e2d24e0bb3492a"
integrity sha512-LOoaeBXVI23Kh5SpIbxSRiJ6+eYZXVOFyPFH1T1mGBj95LPwRMqOdg0lUTmFJGBKbDGDB/YNjNnu1kQ7GrXBXw== integrity sha512-LOoaeBXVI23Kh5SpIbxSRiJ6+eYZXVOFyPFH1T1mGBj95LPwRMqOdg0lUTmFJGBKbDGDB/YNjNnu1kQ7GrXBXw==
"@sentry/utils@7.11.1":
version "7.11.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.11.1.tgz#1635c5b223369d9428bc83c9b8908c9c3287ee10"
integrity sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==
dependencies:
"@sentry/types" "7.11.1"
tslib "^1.9.3"
"@sentry/utils@7.25.0": "@sentry/utils@7.25.0":
version "7.25.0" version "7.25.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.25.0.tgz#cbcc6f723c928780ec9eaacf2ec1bc7133540e6a" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.25.0.tgz#cbcc6f723c928780ec9eaacf2ec1bc7133540e6a"