ghost 5.117.0 → 5.118.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{tryghost-api-framework-5.117.0.tgz → tryghost-api-framework-5.118.0.tgz} +0 -0
- package/components/tryghost-constants-5.118.0.tgz +0 -0
- package/components/tryghost-custom-fonts-5.118.0.tgz +0 -0
- package/components/tryghost-custom-theme-settings-service-5.118.0.tgz +0 -0
- package/components/tryghost-domain-events-5.118.0.tgz +0 -0
- package/components/tryghost-donations-5.118.0.tgz +0 -0
- package/components/{tryghost-email-addresses-5.117.0.tgz → tryghost-email-addresses-5.118.0.tgz} +0 -0
- package/components/{tryghost-email-service-5.117.0.tgz → tryghost-email-service-5.118.0.tgz} +0 -0
- package/components/{tryghost-email-suppression-list-5.117.0.tgz → tryghost-email-suppression-list-5.118.0.tgz} +0 -0
- package/components/tryghost-html-to-plaintext-5.118.0.tgz +0 -0
- package/components/tryghost-i18n-5.118.0.tgz +0 -0
- package/components/{tryghost-job-manager-5.117.0.tgz → tryghost-job-manager-5.118.0.tgz} +0 -0
- package/components/tryghost-link-replacer-5.118.0.tgz +0 -0
- package/components/{tryghost-magic-link-5.117.0.tgz → tryghost-magic-link-5.118.0.tgz} +0 -0
- package/components/{tryghost-member-attribution-5.117.0.tgz → tryghost-member-attribution-5.118.0.tgz} +0 -0
- package/components/tryghost-member-events-5.118.0.tgz +0 -0
- package/components/{tryghost-members-csv-5.117.0.tgz → tryghost-members-csv-5.118.0.tgz} +0 -0
- package/components/{tryghost-members-offers-5.117.0.tgz → tryghost-members-offers-5.118.0.tgz} +0 -0
- package/components/tryghost-mw-error-handler-5.118.0.tgz +0 -0
- package/components/tryghost-mw-vhost-5.118.0.tgz +0 -0
- package/components/tryghost-post-events-5.118.0.tgz +0 -0
- package/components/tryghost-post-revisions-5.118.0.tgz +0 -0
- package/components/{tryghost-posts-service-5.117.0.tgz → tryghost-posts-service-5.118.0.tgz} +0 -0
- package/components/tryghost-prometheus-metrics-5.118.0.tgz +0 -0
- package/components/tryghost-security-5.118.0.tgz +0 -0
- package/components/tryghost-tiers-5.118.0.tgz +0 -0
- package/components/tryghost-webmentions-5.118.0.tgz +0 -0
- package/content/themes/casper/LICENSE +1 -1
- package/content/themes/casper/README.md +1 -1
- package/content/themes/casper/assets/built/screen.css +1 -1
- package/content/themes/casper/assets/built/screen.css.map +1 -1
- package/content/themes/casper/assets/css/screen.css +1 -1
- package/content/themes/casper/author.hbs +23 -2
- package/content/themes/casper/package.json +2 -2
- package/content/themes/casper/partials/icons/bluesky.hbs +3 -0
- package/content/themes/casper/partials/icons/instagram.hbs +5 -0
- package/content/themes/casper/partials/icons/linkedin.hbs +3 -0
- package/content/themes/casper/partials/icons/mastodon.hbs +3 -0
- package/content/themes/casper/partials/icons/threads.hbs +3 -0
- package/content/themes/casper/partials/icons/tiktok.hbs +3 -0
- package/content/themes/casper/partials/icons/twitter.hbs +3 -1
- package/content/themes/casper/partials/icons/youtube.hbs +3 -0
- package/content/themes/source/LICENSE +1 -1
- package/content/themes/source/README.md +1 -1
- package/content/themes/source/assets/built/screen.css +1 -1
- package/content/themes/source/assets/built/screen.css.map +1 -1
- package/content/themes/source/assets/css/screen.css +7 -12
- package/content/themes/source/author.hbs +24 -3
- package/content/themes/source/package.json +2 -2
- package/content/themes/source/partials/feature-image.hbs +2 -2
- package/content/themes/source/partials/icons/bluesky.hbs +3 -0
- package/content/themes/source/partials/icons/instagram.hbs +5 -0
- package/content/themes/source/partials/icons/linkedin.hbs +3 -0
- package/content/themes/source/partials/icons/mastodon.hbs +3 -0
- package/content/themes/source/partials/icons/threads.hbs +3 -0
- package/content/themes/source/partials/icons/tiktok.hbs +3 -0
- package/content/themes/source/partials/icons/youtube.hbs +3 -0
- package/core/built/admin/assets/admin-x-activitypub/admin-x-activitypub.js +31773 -26586
- package/core/built/admin/assets/admin-x-settings/{CodeEditorView-3bc05d1b.mjs → CodeEditorView-1143c509.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/admin-x-settings.js +2 -2
- package/core/built/admin/assets/admin-x-settings/{index-c5623145.mjs → index-19ebc8ad.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{index-b2cdc747.mjs → index-ac104f42.mjs} +2559 -2551
- package/core/built/admin/assets/admin-x-settings/{modals-fd7bc70c.mjs → modals-994901ee.mjs} +6680 -6165
- package/core/built/admin/assets/{chunk.524.f4d7526780f546c5fc0b.js → chunk.524.5710919eb507b9a81166.js} +6 -6
- package/core/built/admin/assets/{chunk.582.869c66dfbfa68412de07.js → chunk.582.c8cb99b85cfa13fc7df1.js} +8 -8
- package/core/built/admin/assets/{ghost-45186e4f079c9fdd8f42dfbfb93d3344.js → ghost-cd90a28b214ee800a007bb62cd45e6e6.js} +803 -800
- package/core/built/admin/assets/posts/posts.js +11542 -11341
- package/core/built/admin/assets/stats/stats.js +37309 -31520
- package/core/built/admin/index.html +3 -3
- package/core/frontend/helpers/social_url.js +31 -0
- package/core/server/api/endpoints/users.js +7 -0
- package/core/server/api/endpoints/utils/serializers/output/config.js +2 -1
- package/core/server/services/auth/session/index.js +5 -2
- package/core/server/services/auth/session/session-service.js +5 -4
- package/core/server/services/members/api.js +2 -2
- package/core/server/services/members/members-api/controllers/MemberController.js +214 -0
- package/core/server/services/members/members-api/controllers/RouterController.js +667 -0
- package/core/server/services/members/members-api/controllers/WellKnownController.js +46 -0
- package/core/server/services/members/members-api/members-api.js +404 -0
- package/core/server/services/members/members-api/repositories/EventRepository.js +984 -0
- package/core/server/services/members/members-api/repositories/MemberRepository.js +1739 -0
- package/core/server/services/members/members-api/repositories/ProductRepository.js +662 -0
- package/core/server/services/members/members-api/services/GeolocationService.js +23 -0
- package/core/server/services/members/members-api/services/MemberBREADService.js +444 -0
- package/core/server/services/members/members-api/services/PaymentsService.js +522 -0
- package/core/server/services/members/members-api/services/TokenService.js +54 -0
- package/core/server/services/milestones/BookshelfMilestoneRepository.js +8 -9
- package/core/server/services/milestones/InMemoryMilestoneRepository.js +119 -0
- package/core/server/services/milestones/Milestone.js +231 -0
- package/core/server/services/milestones/MilestoneCreatedEvent.js +22 -0
- package/core/server/services/milestones/MilestonesService.js +327 -0
- package/core/server/services/milestones/service.js +2 -2
- package/core/server/services/newsletters/index.js +1 -1
- package/core/server/services/public-config/config.js +2 -1
- package/core/server/services/settings/settings-service.js +1 -1
- package/core/server/services/slack-notifications/SlackNotifications.js +1 -1
- package/core/server/services/slack-notifications/SlackNotificationsService.js +2 -2
- package/core/server/services/staff/StaffService.js +1 -1
- package/core/shared/config/defaults.json +3 -0
- package/core/shared/config/env/config.testing-mysql.json +3 -0
- package/core/shared/config/env/config.testing.json +3 -0
- package/core/shared/labs.js +3 -4
- package/package.json +63 -63
- package/tsconfig.tsbuildinfo +1 -1
- package/yarn.lock +86 -44
- package/components/tryghost-constants-5.117.0.tgz +0 -0
- package/components/tryghost-custom-fonts-5.117.0.tgz +0 -0
- package/components/tryghost-custom-theme-settings-service-5.117.0.tgz +0 -0
- package/components/tryghost-domain-events-5.117.0.tgz +0 -0
- package/components/tryghost-donations-5.117.0.tgz +0 -0
- package/components/tryghost-html-to-plaintext-5.117.0.tgz +0 -0
- package/components/tryghost-i18n-5.117.0.tgz +0 -0
- package/components/tryghost-link-replacer-5.117.0.tgz +0 -0
- package/components/tryghost-member-events-5.117.0.tgz +0 -0
- package/components/tryghost-members-api-5.117.0.tgz +0 -0
- package/components/tryghost-milestones-5.117.0.tgz +0 -0
- package/components/tryghost-mw-error-handler-5.117.0.tgz +0 -0
- package/components/tryghost-mw-vhost-5.117.0.tgz +0 -0
- package/components/tryghost-post-events-5.117.0.tgz +0 -0
- package/components/tryghost-post-revisions-5.117.0.tgz +0 -0
- package/components/tryghost-prometheus-metrics-5.117.0.tgz +0 -0
- package/components/tryghost-security-5.117.0.tgz +0 -0
- package/components/tryghost-tiers-5.117.0.tgz +0 -0
- package/components/tryghost-webmentions-5.117.0.tgz +0 -0
package/yarn.lock
CHANGED
|
@@ -3477,6 +3477,13 @@
|
|
|
3477
3477
|
"@tanstack/react-virtual" "^3.0.0-beta.60"
|
|
3478
3478
|
client-only "^0.0.1"
|
|
3479
3479
|
|
|
3480
|
+
"@hookform/resolvers@5.0.1":
|
|
3481
|
+
version "5.0.1"
|
|
3482
|
+
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-5.0.1.tgz#0a5e90310149e3ac5b017efcb5beb9bdbb711f38"
|
|
3483
|
+
integrity sha512-u/+Jp83luQNx9AdyW2fIPGY6Y7NG68eN2ZW8FOJYL+M0i4s49+refdJdOp/A9n9HFQtQs3HIDHQvX3ZET2o7YA==
|
|
3484
|
+
dependencies:
|
|
3485
|
+
"@standard-schema/utils" "^0.3.0"
|
|
3486
|
+
|
|
3480
3487
|
"@html-next/vertical-collection@3.0.0":
|
|
3481
3488
|
version "3.0.0"
|
|
3482
3489
|
resolved "https://registry.yarnpkg.com/@html-next/vertical-collection/-/vertical-collection-3.0.0.tgz#ba16bd2df413e9c25d245ae37ddb1950a5ccdbca"
|
|
@@ -4250,12 +4257,12 @@
|
|
|
4250
4257
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
4251
4258
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
4252
4259
|
|
|
4253
|
-
"@playwright/test@1.
|
|
4254
|
-
version "1.
|
|
4255
|
-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.
|
|
4256
|
-
integrity sha512-
|
|
4260
|
+
"@playwright/test@1.52.0":
|
|
4261
|
+
version "1.52.0"
|
|
4262
|
+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.52.0.tgz#267ec595b43a8f4fa5e444ea503689629e91a5b8"
|
|
4263
|
+
integrity sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==
|
|
4257
4264
|
dependencies:
|
|
4258
|
-
playwright "1.
|
|
4265
|
+
playwright "1.52.0"
|
|
4259
4266
|
|
|
4260
4267
|
"@polka/url@^1.0.0-next.20":
|
|
4261
4268
|
version "1.0.0-next.21"
|
|
@@ -4725,6 +4732,13 @@
|
|
|
4725
4732
|
"@babel/runtime" "^7.13.10"
|
|
4726
4733
|
"@radix-ui/react-primitive" "1.0.3"
|
|
4727
4734
|
|
|
4735
|
+
"@radix-ui/react-label@2.1.3":
|
|
4736
|
+
version "2.1.3"
|
|
4737
|
+
resolved "https://registry.yarnpkg.com/@radix-ui/react-label/-/react-label-2.1.3.tgz#de83641c90c57e58f0d1e1943d450dbc3936a23f"
|
|
4738
|
+
integrity sha512-zwSQ1NzSKG95yA0tvBMgv6XPHoqapJCcg9nsUBaQQ66iRBhZNhlpaQG2ERYYX4O4stkYFK5rxj5NsWfO9CS+Hg==
|
|
4739
|
+
dependencies:
|
|
4740
|
+
"@radix-ui/react-primitive" "2.0.3"
|
|
4741
|
+
|
|
4728
4742
|
"@radix-ui/react-menu@2.1.3":
|
|
4729
4743
|
version "2.1.3"
|
|
4730
4744
|
resolved "https://registry.yarnpkg.com/@radix-ui/react-menu/-/react-menu-2.1.3.tgz#5a3330cf5dc5d48666da31ba0e83fef99288e367"
|
|
@@ -5810,6 +5824,11 @@
|
|
|
5810
5824
|
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
|
|
5811
5825
|
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==
|
|
5812
5826
|
|
|
5827
|
+
"@standard-schema/utils@^0.3.0":
|
|
5828
|
+
version "0.3.0"
|
|
5829
|
+
resolved "https://registry.yarnpkg.com/@standard-schema/utils/-/utils-0.3.0.tgz#3d5e608f16c2390c10528e98e59aef6bf73cae7b"
|
|
5830
|
+
integrity sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==
|
|
5831
|
+
|
|
5813
5832
|
"@stdlib/array-float32@^0.2.1", "@stdlib/array-float32@^0.2.2":
|
|
5814
5833
|
version "0.2.2"
|
|
5815
5834
|
resolved "https://registry.yarnpkg.com/@stdlib/array-float32/-/array-float32-0.2.2.tgz#88dcbb6cb138da3f3b4bc565423a0afc4dec4e1b"
|
|
@@ -7517,6 +7536,11 @@
|
|
|
7517
7536
|
"@types/express" "^4.7.0"
|
|
7518
7537
|
file-system-cache "2.3.0"
|
|
7519
7538
|
|
|
7539
|
+
"@svg-maps/world@1.0.1":
|
|
7540
|
+
version "1.0.1"
|
|
7541
|
+
resolved "https://registry.yarnpkg.com/@svg-maps/world/-/world-1.0.1.tgz#12d9cc263a1e3c25778c768687368fb6165a42d9"
|
|
7542
|
+
integrity sha512-Mawh/jEYBBHnug9S17PyePLYKJ+Xd0Bbh96mCePebpbvcbJu5YKpfKhpyMeLFmmdWPrSFxl0f0MTsJfXU0gSaQ==
|
|
7543
|
+
|
|
7520
7544
|
"@svgr/babel-plugin-add-jsx-attribute@8.0.0":
|
|
7521
7545
|
version "8.0.0"
|
|
7522
7546
|
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz#4001f5d5dd87fa13303e36ee106e3ff3a7eb8b22"
|
|
@@ -8424,10 +8448,10 @@
|
|
|
8424
8448
|
"@tryghost/debug" "^0.1.26"
|
|
8425
8449
|
"@tryghost/logging" "^2.4.7"
|
|
8426
8450
|
|
|
8427
|
-
"@tryghost/social-urls@0.1.
|
|
8428
|
-
version "0.1.
|
|
8429
|
-
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.
|
|
8430
|
-
integrity sha512-
|
|
8451
|
+
"@tryghost/social-urls@0.1.46":
|
|
8452
|
+
version "0.1.46"
|
|
8453
|
+
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.46.tgz#eb9d1a45d343bab7126c542e36208c9def089f95"
|
|
8454
|
+
integrity sha512-lTQEoeH3ZIshxtN1yPitD3V85HBzbqrAQ2wdUeh4XthLG8I4lz6N/8r3Q0kcHHpnLbKJU1QaQ85oO/Zy86aSpA==
|
|
8431
8455
|
|
|
8432
8456
|
"@tryghost/string@0.2.12":
|
|
8433
8457
|
version "0.2.12"
|
|
@@ -8692,11 +8716,6 @@
|
|
|
8692
8716
|
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d"
|
|
8693
8717
|
integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==
|
|
8694
8718
|
|
|
8695
|
-
"@types/cookie@^0.6.0":
|
|
8696
|
-
version "0.6.0"
|
|
8697
|
-
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
|
|
8698
|
-
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
|
|
8699
|
-
|
|
8700
8719
|
"@types/cookiejar@^2.1.5":
|
|
8701
8720
|
version "2.1.5"
|
|
8702
8721
|
resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.5.tgz#14a3e83fa641beb169a2dd8422d91c3c345a9a78"
|
|
@@ -9106,6 +9125,13 @@
|
|
|
9106
9125
|
dependencies:
|
|
9107
9126
|
"@types/react" "^17"
|
|
9108
9127
|
|
|
9128
|
+
"@types/react-svg-map@^2.1.4":
|
|
9129
|
+
version "2.1.4"
|
|
9130
|
+
resolved "https://registry.yarnpkg.com/@types/react-svg-map/-/react-svg-map-2.1.4.tgz#3448f04e0639741230be530012731e276abdd808"
|
|
9131
|
+
integrity sha512-M6F/be3ecPgtOz8AubD8nYY23Q+OSJ6t1L/D6hr6fRyfykTiSv20r9sK4xnQSbWiBDFoR3rTDySp3oD1JGpjFA==
|
|
9132
|
+
dependencies:
|
|
9133
|
+
"@types/react" "*"
|
|
9134
|
+
|
|
9109
9135
|
"@types/react-transition-group@^4.4.0":
|
|
9110
9136
|
version "4.4.6"
|
|
9111
9137
|
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e"
|
|
@@ -12979,9 +13005,9 @@ caniuse-api@^3.0.0:
|
|
|
12979
13005
|
lodash.uniq "^4.5.0"
|
|
12980
13006
|
|
|
12981
13007
|
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001669:
|
|
12982
|
-
version "1.0.
|
|
12983
|
-
resolved "https://registry.
|
|
12984
|
-
integrity sha512-
|
|
13008
|
+
version "1.0.30001713"
|
|
13009
|
+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001713.tgz"
|
|
13010
|
+
integrity sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==
|
|
12985
13011
|
|
|
12986
13012
|
capture-exit@^2.0.0:
|
|
12987
13013
|
version "2.0.0"
|
|
@@ -19610,10 +19636,10 @@ growly@^1.3.0:
|
|
|
19610
19636
|
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
|
19611
19637
|
integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==
|
|
19612
19638
|
|
|
19613
|
-
gscan@4.
|
|
19614
|
-
version "4.
|
|
19615
|
-
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.
|
|
19616
|
-
integrity sha512-
|
|
19639
|
+
gscan@4.48.0:
|
|
19640
|
+
version "4.48.0"
|
|
19641
|
+
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.48.0.tgz#7dacd14c2911420636395799d611c2f9e42d751b"
|
|
19642
|
+
integrity sha512-lqWwUwuuD9tZJiwelzw0PnzrcT/J0Nwwpg5Y8fBGrIe4kw7SOKgNZR3zbj/t5Wgg8Df/xY/zG4MeQr9PJpmdiQ==
|
|
19617
19643
|
dependencies:
|
|
19618
19644
|
"@sentry/node" "^7.73.0"
|
|
19619
19645
|
"@tryghost/config" "^0.2.18"
|
|
@@ -24407,7 +24433,7 @@ moment-timezone@0.5.45, moment-timezone@^0.5.23, moment-timezone@^0.5.31, moment
|
|
|
24407
24433
|
dependencies:
|
|
24408
24434
|
moment "^2.29.4"
|
|
24409
24435
|
|
|
24410
|
-
moment@2.24.0, moment@2.27.0, moment@2.
|
|
24436
|
+
moment@2.24.0, moment@2.27.0, moment@2.30.1, moment@^2.10.2, moment@^2.18.1, moment@^2.19.3, moment@^2.27.0, moment@^2.29.4:
|
|
24411
24437
|
version "2.24.0"
|
|
24412
24438
|
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
|
|
24413
24439
|
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
|
|
@@ -26067,17 +26093,17 @@ pkg-up@^3.1.0:
|
|
|
26067
26093
|
dependencies:
|
|
26068
26094
|
find-up "^3.0.0"
|
|
26069
26095
|
|
|
26070
|
-
playwright-core@1.
|
|
26071
|
-
version "1.
|
|
26072
|
-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.
|
|
26073
|
-
integrity sha512
|
|
26096
|
+
playwright-core@1.52.0:
|
|
26097
|
+
version "1.52.0"
|
|
26098
|
+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
|
|
26099
|
+
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
|
|
26074
26100
|
|
|
26075
|
-
playwright@1.
|
|
26076
|
-
version "1.
|
|
26077
|
-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.
|
|
26078
|
-
integrity sha512-
|
|
26101
|
+
playwright@1.52.0:
|
|
26102
|
+
version "1.52.0"
|
|
26103
|
+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
|
|
26104
|
+
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==
|
|
26079
26105
|
dependencies:
|
|
26080
|
-
playwright-core "1.
|
|
26106
|
+
playwright-core "1.52.0"
|
|
26081
26107
|
optionalDependencies:
|
|
26082
26108
|
fsevents "2.3.2"
|
|
26083
26109
|
|
|
@@ -27772,6 +27798,11 @@ react-error-boundary@^3.1.0:
|
|
|
27772
27798
|
dependencies:
|
|
27773
27799
|
"@babel/runtime" "^7.12.5"
|
|
27774
27800
|
|
|
27801
|
+
react-hook-form@7.55.0:
|
|
27802
|
+
version "7.55.0"
|
|
27803
|
+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.55.0.tgz#df3c80a20a68f6811f49bec3406defaefb6dce80"
|
|
27804
|
+
integrity sha512-XRnjsH3GVMQz1moZTW53MxfoWN7aDpUg/GpVNc4A3eXRVNdGXfbzJ4vM4aLQ8g6XCUh1nIbx70aaNCl7kxnjog==
|
|
27805
|
+
|
|
27775
27806
|
react-hot-toast@2.5.2:
|
|
27776
27807
|
version "2.5.2"
|
|
27777
27808
|
resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-2.5.2.tgz#b55328966a26add56513e2dc1682e2cb4753c244"
|
|
@@ -27857,12 +27888,11 @@ react-remove-scroll@^2.6.1, react-remove-scroll@^2.6.3:
|
|
|
27857
27888
|
use-callback-ref "^1.3.3"
|
|
27858
27889
|
use-sidecar "^1.1.3"
|
|
27859
27890
|
|
|
27860
|
-
react-router@7.5.
|
|
27861
|
-
version "7.5.
|
|
27862
|
-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.5.
|
|
27863
|
-
integrity sha512
|
|
27891
|
+
react-router@7.5.1:
|
|
27892
|
+
version "7.5.1"
|
|
27893
|
+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.5.1.tgz#e0bae54e913d139e727e7a88d165174a2cdbeb27"
|
|
27894
|
+
integrity sha512-/jjU3fcYNd2bwz9Q0xt5TwyiyoO8XjSEFXJY4O/lMAlkGTHWuHRAbR9Etik+lSDqMC7A7mz3UlXzgYT6Vl58sA==
|
|
27864
27895
|
dependencies:
|
|
27865
|
-
"@types/cookie" "^0.6.0"
|
|
27866
27896
|
cookie "^1.0.1"
|
|
27867
27897
|
set-cookie-parser "^2.6.0"
|
|
27868
27898
|
turbo-stream "2.4.0"
|
|
@@ -27904,6 +27934,13 @@ react-style-singleton@^2.2.1, react-style-singleton@^2.2.2, react-style-singleto
|
|
|
27904
27934
|
get-nonce "^1.0.0"
|
|
27905
27935
|
tslib "^2.0.0"
|
|
27906
27936
|
|
|
27937
|
+
react-svg-map@2.2.0:
|
|
27938
|
+
version "2.2.0"
|
|
27939
|
+
resolved "https://registry.yarnpkg.com/react-svg-map/-/react-svg-map-2.2.0.tgz#ecdeb8898e6e34953c83afbf7433a621925a8f0b"
|
|
27940
|
+
integrity sha512-slZTt4ffXgOb3ND/WEHOc0ojX5lBEv9FKbTU3tWnTLZPQ9L0e686SBqgVxmsuTD+o52Aor87InMzAzDRTQedpA==
|
|
27941
|
+
dependencies:
|
|
27942
|
+
prop-types "^15.7.2"
|
|
27943
|
+
|
|
27907
27944
|
react-transition-group@^4.3.0, react-transition-group@^4.4.5:
|
|
27908
27945
|
version "4.4.5"
|
|
27909
27946
|
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
|
|
@@ -28074,10 +28111,10 @@ recharts-scale@^0.4.4:
|
|
|
28074
28111
|
dependencies:
|
|
28075
28112
|
decimal.js-light "^2.4.1"
|
|
28076
28113
|
|
|
28077
|
-
recharts@2.15.
|
|
28078
|
-
version "2.15.
|
|
28079
|
-
resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.15.
|
|
28080
|
-
integrity sha512-
|
|
28114
|
+
recharts@2.15.3:
|
|
28115
|
+
version "2.15.3"
|
|
28116
|
+
resolved "https://registry.yarnpkg.com/recharts/-/recharts-2.15.3.tgz#b94d05e91e3a5df1b02368ef64400dec9e9a77d4"
|
|
28117
|
+
integrity sha512-EdOPzTwcFSuqtvkDoaM5ws/Km1+WTAO2eizL7rqiG0V2UVhTnz0m7J2i0CjVPUCdEkZImaWvXLbZDS2H5t6GFQ==
|
|
28081
28118
|
dependencies:
|
|
28082
28119
|
clsx "^2.0.0"
|
|
28083
28120
|
eventemitter3 "^4.0.1"
|
|
@@ -28966,10 +29003,10 @@ sane@^4.0.0, sane@^4.1.0:
|
|
|
28966
29003
|
minimist "^1.1.1"
|
|
28967
29004
|
walker "~1.0.5"
|
|
28968
29005
|
|
|
28969
|
-
sanitize-html@2.
|
|
28970
|
-
version "2.
|
|
28971
|
-
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.
|
|
28972
|
-
integrity sha512-
|
|
29006
|
+
sanitize-html@2.16.0:
|
|
29007
|
+
version "2.16.0"
|
|
29008
|
+
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.16.0.tgz#2b9973b63fa42e3580020499cbda1d894b3642bc"
|
|
29009
|
+
integrity sha512-0s4caLuHHaZFVxFTG74oW91+j6vW7gKbGD6CD2+miP73CE6z6YtOBN0ArtLd2UGyi4IC7K47v3ENUbQX4jV3Mg==
|
|
28973
29010
|
dependencies:
|
|
28974
29011
|
deepmerge "^4.2.2"
|
|
28975
29012
|
escape-string-regexp "^4.0.0"
|
|
@@ -33078,6 +33115,11 @@ zip-stream@^4.1.0:
|
|
|
33078
33115
|
compress-commons "^4.1.0"
|
|
33079
33116
|
readable-stream "^3.6.0"
|
|
33080
33117
|
|
|
33118
|
+
zod@3.24.3:
|
|
33119
|
+
version "3.24.3"
|
|
33120
|
+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.3.tgz#1f40f750a05e477396da64438e0e1c0995dafd87"
|
|
33121
|
+
integrity sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==
|
|
33122
|
+
|
|
33081
33123
|
zrender@5.6.0:
|
|
33082
33124
|
version "5.6.0"
|
|
33083
33125
|
resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.6.0.tgz#01325b0bb38332dd5e87a8dbee7336cafc0f4a5b"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|