mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated lockfile
This commit is contained in:
parent
bfbc829c09
commit
bb6831c003
1 changed files with 42 additions and 0 deletions
42
yarn.lock
42
yarn.lock
|
@ -1428,6 +1428,17 @@
|
|||
component-type "^1.2.1"
|
||||
join-component "^1.1.0"
|
||||
|
||||
"@sentry/core@6.19.1":
|
||||
version "6.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.19.1.tgz#9672d0d19d4fe438be6e186b2b10a79826f19a03"
|
||||
integrity sha512-ZSIFnwYCzABK1jX1iMwUbaAoWbbJear0wM+gSZvJpSUJ1dAXV1OZyL7kXtEJRtATahIlcrMou5ewIoeJizeWAw==
|
||||
dependencies:
|
||||
"@sentry/hub" "6.19.1"
|
||||
"@sentry/minimal" "6.19.1"
|
||||
"@sentry/types" "6.19.1"
|
||||
"@sentry/utils" "6.19.1"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/core@6.19.2":
|
||||
version "6.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.19.2.tgz#dd35ba6ca41a2dd011c43f732bcdadbb52c06376"
|
||||
|
@ -1439,6 +1450,15 @@
|
|||
"@sentry/utils" "6.19.2"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/hub@6.19.1":
|
||||
version "6.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.19.1.tgz#bff9ed5885b6e0eb4280774b653fa05edec6ed07"
|
||||
integrity sha512-BgUwdxxXntGohAYrXtYrYBA6QzOeRz3NINuS838n7SRTkGf9gBJ/Rd3dyOWUrzJciKty7rmvYIwTA0oo91AMkw==
|
||||
dependencies:
|
||||
"@sentry/types" "6.19.1"
|
||||
"@sentry/utils" "6.19.1"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/hub@6.19.2":
|
||||
version "6.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.19.2.tgz#0e9f9c507e55d8396002f644b43ef27cc9ff1289"
|
||||
|
@ -1448,6 +1468,15 @@
|
|||
"@sentry/utils" "6.19.2"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/minimal@6.19.1":
|
||||
version "6.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.19.1.tgz#d6fc92bd683ae7db207ad9666084307311881dcb"
|
||||
integrity sha512-Xre3J6mjWEcQhDmQ3j4g71J8f0nDgg2p7K41SngibfZVYSOe8jAowxSI9JuWD7juuwT5GVRVCqLs+Y6mWDBaoQ==
|
||||
dependencies:
|
||||
"@sentry/hub" "6.19.1"
|
||||
"@sentry/types" "6.19.1"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/minimal@6.19.2":
|
||||
version "6.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.19.2.tgz#e748541e4adbc7e80a3b6ccaf01b631c17fc44b4"
|
||||
|
@ -1485,11 +1514,24 @@
|
|||
lru_map "^0.3.3"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/types@6.19.1":
|
||||
version "6.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.1.tgz#684a231f8fe10c9cf14f9552f5da0a4492e6fdbc"
|
||||
integrity sha512-ovmNYdqD2MKLmru4calxetX1xjJdYim+HEI/GzwvVUYshsaXRq4EiQ17h3DAy90MV7JH279PmMoPGDTOpufq+Q==
|
||||
|
||||
"@sentry/types@6.19.2":
|
||||
version "6.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.2.tgz#0219c9da21ed975951108b8541913b1966464435"
|
||||
integrity sha512-XO5qmVBdTs+7PdCz7fAwn1afWxSnRE2KLBFg5/vOdKosPSSHsSHUURSkxiEZc2QsR+JpRB4AeQ26AkIRX38qTg==
|
||||
|
||||
"@sentry/utils@6.19.1":
|
||||
version "6.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.1.tgz#9d5f50a0ceb60b63631de88b4abed07253568209"
|
||||
integrity sha512-mWcQbQ1yO7PooLpJpQK84+wOfxGeb8iUKRb8inO+2Eg6VksDbXRuJ89Yd4APBTRxBj5Wihy48bPuVfKtovtm8g==
|
||||
dependencies:
|
||||
"@sentry/types" "6.19.1"
|
||||
tslib "^1.9.3"
|
||||
|
||||
"@sentry/utils@6.19.2":
|
||||
version "6.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.2.tgz#995efb896c5159369509f4896c27a2d2ea9191f2"
|
||||
|
|
Loading…
Add table
Reference in a new issue