Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EP-2362 - Okta #1080

Open
wants to merge 246 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
246 commits
Select commit Hold shift + click to select a range
a88bdc4
Add Okta login on sign-in page
wrandall22 Jul 20, 2022
f587856
Use Okta sign out.
wrandall22 Jul 20, 2022
fc6ecd2
Use Okta url for downgrade
wrandall22 Jul 20, 2022
4eb1ee8
Use Okta forgot password feature
wrandall22 Jul 20, 2022
f640594
sessionEnforcerService on pages that require login
dr-bizz Mar 6, 2024
5a1d441
Built new registerAccount Modal and page with sign-in & userMatch steps
dr-bizz Mar 6, 2024
157e06e
Scss and small amends
dr-bizz Mar 6, 2024
f33851f
SignOut functions and updates
dr-bizz Mar 6, 2024
6af8436
SignUp functions and updates. UserMatch and verification
dr-bizz Mar 6, 2024
7d74159
SignUp functions and updates. UserMatch and verification
dr-bizz Mar 6, 2024
82c3a7d
Removed authClient.closeSession() from signOutWithoutRedirectToOkta()…
dr-bizz Jan 17, 2024
f7b4d1a
Lint & test fixes and cleaning code up
dr-bizz Mar 6, 2024
5eb1576
Created Session Handle Okta Redirect Service
dr-bizz Mar 6, 2024
ab3b559
Redirect user on signIn, Show correct modals on sign in and on accoun…
dr-bizz Mar 6, 2024
f5b23ba
Removing closeSession() as uses third-party cookies. Create signOut p…
dr-bizz Mar 6, 2024
ffecdbb
During merging some code was incorrectly merged causing errors.
dr-bizz Mar 6, 2024
a550ab1
Merge branch 'main' into 2362-okta
dr-bizz Mar 7, 2024
d05404f
DevServices amendments on Create Account modals
dr-bizz Apr 15, 2024
ecb0144
Changes to Sign-in with Okta Pop-up / Modal
dr-bizz May 3, 2024
84e2566
Changes to Sign-in Page and fixing tests
dr-bizz May 3, 2024
904dadd
Fixing lint issues
dr-bizz May 15, 2024
2bbfdb9
Merge branch 'master' into 2362-okta
dr-bizz May 15, 2024
b5b2b9e
Adding padding to the sign-in button
dr-bizz May 28, 2024
6364f8d
Remove next step names in Next button
dr-bizz May 28, 2024
cadf015
adding styles to sign in modal/form
dr-bizz May 28, 2024
aa418a6
fixup! Adding padding to the sign-in button
dr-bizz May 28, 2024
931f268
Limiting modal width
j2trumpet Jul 2, 2024
018094f
Signup activation modal changes
j2trumpet Jul 2, 2024
f298003
Updating account registration prompt text
j2trumpet Jul 2, 2024
2c7a4b4
Sign-in updates
j2trumpet Jul 2, 2024
9b5a654
White screen behind loading graphic
j2trumpet Jul 2, 2024
67dc291
Removing HTML instead of hiding w/ CSS plus centering button
j2trumpet Jul 8, 2024
f4b5243
Changing title heading type
j2trumpet Aug 13, 2024
45b347e
Adding margin-top for consistent spacing
j2trumpet Aug 13, 2024
2e458c1
Removing cart item count from account creation screens
j2trumpet Aug 13, 2024
b39379d
Responsive register account modal
j2trumpet Aug 13, 2024
d97ab31
Use dev1 okta for OIE testing
wrandall22 Aug 21, 2024
1ff331a
Revert "Use dev1 okta for OIE testing"
wrandall22 Aug 21, 2024
6127065
Updating Email Verification Screen content
j2trumpet Aug 22, 2024
14d9f52
Hiding progress bar on first step of user match screens
j2trumpet Aug 22, 2024
6a7da4f
Adding translate properties
j2trumpet Aug 30, 2024
211b254
Refining modal close button
j2trumpet Sep 3, 2024
a035561
Fixing issue of modals getting cut off on the side
j2trumpet Sep 4, 2024
894bf58
Fixing email verification screen on mobile
j2trumpet Sep 5, 2024
f4fa86e
Deleting unnecessary HTML/CSS + cleanup
j2trumpet Sep 5, 2024
1bcf9cd
Updating Okta help text
j2trumpet Sep 5, 2024
263a790
Fixing mobile sign-in modal
j2trumpet Sep 6, 2024
011c1c9
Fixing Guest Checkout vs. Sign-in Page responsiveness
j2trumpet Sep 6, 2024
39e1cc6
Configure against cru.oktapreview for non-production environments
wrandall22 Sep 10, 2024
5d9dae6
Updating re-fetch/refresh text
j2trumpet Oct 4, 2024
cbb6b9a
Fix padding on sign-in-modal
dr-bizz Nov 6, 2024
4d89b35
No longer store isOktaRedirecting on the session but the local sessio…
dr-bizz Nov 6, 2024
04ef183
fix lintint issues
dr-bizz Nov 8, 2024
f5e8474
Prevent loading icon and text from showing up if the user clicks sign…
dr-bizz Nov 8, 2024
fb99aac
adding better UX to the create account by allow users to enter detail…
dr-bizz Nov 8, 2024
58844c6
Update Text on last step on registration.
dr-bizz Nov 11, 2024
893f0ae
Swapping 2 modals. When the user returns to the Give site after they …
dr-bizz Nov 11, 2024
373cc80
Merge branch 'master' into 2362-okta
dr-bizz Nov 11, 2024
3cd5088
Removing Signing in loading text when not fully registered.
dr-bizz Nov 11, 2024
3f7680b
Fixing test on signIn
dr-bizz Nov 12, 2024
5b1d6bd
updating packages
dr-bizz Nov 12, 2024
4429ea6
fixup! Swapping 2 modals. When the user returns to the Give site afte…
dr-bizz Nov 12, 2024
671b916
Adding @okta/okta-signin-widget package
dr-bizz Dec 4, 2024
591d119
Setting up webpack to handle CSS, images and labels from okta sign in…
dr-bizz Dec 4, 2024
adf26cc
Updating webpack to copy the latest assets from the Okta sign-in-widg…
dr-bizz Dec 6, 2024
cfb74a7
Fix all tests since we are using okta signin widget that uses the bro…
dr-bizz Dec 6, 2024
da52059
fixup! Updating webpack to copy the latest assets from the Okta sign-…
dr-bizz Dec 10, 2024
aafb62f
Adding Okta sign in widget to the sign up modal
dr-bizz Dec 10, 2024
e416738
using angular $window. Also no longer copying rootScope & scope
dr-bizz Dec 16, 2024
2026b6f
Adding a back button onto the registration form
dr-bizz Dec 17, 2024
c485765
Allow the user to go back to the sign in page
dr-bizz Dec 17, 2024
9bab4b3
Simplifying the sign up form and retaining the values entered by the …
dr-bizz Dec 17, 2024
63fc987
Update variable names and use checkoutSavedData
dr-bizz Jan 7, 2025
8008737
Ensure we are saving the correct savedCheckoutData and we are using i…
dr-bizz Jan 7, 2025
9ce363a
Using scope instead of rootScope
dr-bizz Jan 7, 2025
cc39187
Using component variable instead of $window
dr-bizz Jan 7, 2025
44ff6d5
removing old code that we no longer require. Manly the signUpActivati…
dr-bizz Jan 7, 2025
5cfb03f
convert login functions to use Observables instead of async/await
dr-bizz Jan 8, 2025
49dc1f7
Removing $scope.apply since now we're using an Observable for signIn,…
dr-bizz Jan 8, 2025
0acabd2
convert logout functions to use Observables instead of async/await
dr-bizz Jan 8, 2025
3251105
fixup! Ensure we are saving the correct savedCheckoutData and we are …
dr-bizz Jan 8, 2025
dba47ba
fixup! convert login functions to use Observables instead of async/await
dr-bizz Jan 8, 2025
7ca584b
fixup! removing old code that we no longer require. Manly the signUpA…
dr-bizz Jan 8, 2025
9fed4e5
fixup! Using scope instead of rootScope
dr-bizz Jan 8, 2025
8dba24d
Fix typo and simplify selector
canac Jan 7, 2025
774a86d
Fix whitespace
canac Jan 7, 2025
0eadb32
Add organization fields onto sign up
dr-bizz Jan 10, 2025
efdca43
Merge branch '2362-okta' into 2362-okta-daniel
dr-bizz Jan 10, 2025
a794e73
Revert changes on contactInfo as we no longer need to use this form d…
dr-bizz Jan 10, 2025
ac8b27a
fixup! Add organization fields onto sign up
dr-bizz Jan 10, 2025
76d314b
Simplifying thew loadDonorDetails function
dr-bizz Jan 13, 2025
dd2ab13
Remove unused binding
canac Jan 10, 2025
344f224
Refactor out onStateChange binding to reduce coupling
canac Jan 10, 2025
2febe47
Pass lastPurchaseId to sign in modal
canac Jan 10, 2025
fabbc56
Use sign in modal inside register account modal
canac Jan 10, 2025
4a42979
Improve and document modal size logic
canac Jan 13, 2025
203c89c
Clear redirect indicator after sign in or sign up
canac Jan 13, 2025
ebc0f79
Merge pull request #1132 from CruGlobal/2362-okta-combine-modals
canac Jan 13, 2025
82d02af
Fix formatting
canac Jan 13, 2025
e313043
Replace onStateChange with onSignUp/onSignIn
canac Jan 8, 2025
ba13150
Hide password details untill the password step
dr-bizz Jan 14, 2025
c604528
Save contact info after sign up
canac Jan 8, 2025
2097ab2
Add checkDonorDetails tests
canac Jan 14, 2025
4475d67
Merge pull request #1130 from CruGlobal/2362-okta-save-contact-info
canac Jan 14, 2025
0884cff
Persist errors on the sign up form when switches between steps.
dr-bizz Jan 14, 2025
c2408c4
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Jan 14, 2025
53ffa4d
Clean up the signUpModal
dr-bizz Jan 14, 2025
08052bc
Format and lint
canac Jan 14, 2025
b6ac1fc
Fix indentation
canac Jan 14, 2025
f19d43e
Make onSignUpWithOkta optional
canac Jan 14, 2025
f304900
Removing cart total tests from signUp as we no longer use the cart to…
dr-bizz Jan 15, 2025
b96d6b3
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Jan 15, 2025
5ea7b6d
Remove unused createAccount method
canac Jan 14, 2025
430b985
Merge pull request #1134 from CruGlobal/2362-okta-combine-signup-modals
canac Jan 15, 2025
7d107b3
Unnest describe blocks
canac Jan 15, 2025
15efa61
Remove extraneous </div> tag
canac Jan 15, 2025
2409e61
Adjust indentation
canac Jan 15, 2025
dd71485
Make title capitalization consistent
canac Jan 15, 2025
cee7258
Making a registerAccount Modal that is nonDismissible.
dr-bizz Jan 15, 2025
b215dc5
I have reverted signIn to it's prior state. This is because we no lon…
dr-bizz Jan 16, 2025
d1ef17e
Adding page to handle the redirect from okta and authenticate user an…
dr-bizz Jan 16, 2025
e2ecefb
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Jan 16, 2025
84c21fe
Skip contact info modal when registration-state is matched
canac Jan 15, 2025
feceba4
Remove redundant call to checkDonorDetails
canac Jan 15, 2025
db19e84
Fix modal title while loading donor details
canac Jan 15, 2025
f49f428
Merge pull request #1135 from CruGlobal/2362-okta-register-account-modal
canac Jan 16, 2025
84c8b95
Remove sessionHandleOktaRedirect
canac Jan 17, 2025
e8496af
Cleaning up files
dr-bizz Jan 22, 2025
58694ba
Adding tests to new Okta Auth Callback page
dr-bizz Jan 22, 2025
e43869b
Upgrading @okta/okta-signin-widget
dr-bizz Jan 22, 2025
416a2aa
Adding signUpModal tests
dr-bizz Jan 23, 2025
5e97251
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Jan 23, 2025
a298ffc
Switch back to using $scope instead of $rootScope
canac Jan 27, 2025
1bc1580
Merge pull request #1136 from CruGlobal/2362-okta-remove-redirect-code
canac Jan 27, 2025
b43a36e
fix sign up button test
dr-bizz Jan 27, 2025
89f080f
Merge branch 'master' into 2362-okta
dr-bizz Jan 27, 2025
1bcf51e
Switching to using custom address fields instead of Okta's.
dr-bizz Jan 28, 2025
14d2673
Adding country to the first step so we can reload the form.
dr-bizz Jan 28, 2025
7d155ea
Load country and region/state options
dr-bizz Jan 28, 2025
059a4d3
Inject load error with retry loading country/region button.
dr-bizz Jan 28, 2025
9b74927
removing todo list
dr-bizz Jan 28, 2025
6c614c5
Changing the address fields based on the country they selected
dr-bizz Jan 28, 2025
df03173
Esnure lint and tests work
dr-bizz Jan 28, 2025
95c421d
lint fixes
dr-bizz Jan 29, 2025
6f42c25
Show/hide fields with Okta sign-up widget settings
dr-bizz Jan 29, 2025
105f853
Merge branch '2362-okta' into 2362-okta-daniel
dr-bizz Jan 29, 2025
225a3fa
Fix lints
canac Jan 29, 2025
3cb44df
Move footer buttons from children into user-match-modal
canac Jan 28, 2025
292c2a3
Move footer buttons from user-match-question
canac Jan 28, 2025
c71739a
Move footer buttons from failed-verification-modal
canac Jan 28, 2025
710cf13
Remove footer buttons styles
canac Jan 28, 2025
bc4f652
Remove failed-verification-modal from register-account-modal
canac Jan 28, 2025
823af36
Merge pull request #1139 from CruGlobal/2362-okta-user-match-buttons
canac Jan 29, 2025
be1313e
Moving fields around as I worked out how to show and hide fields on s…
dr-bizz Jan 30, 2025
270343d
Switching require field to false and adding our own validation.
dr-bizz Jan 30, 2025
9f38a40
Updating load languages and regions to ensure refreshRegions is calle…
dr-bizz Jan 30, 2025
9369a25
Adding xip validation
dr-bizz Jan 30, 2025
cbc2ecb
ensure only the correct fields are saved
dr-bizz Jan 30, 2025
4270e7c
Only allow the error message to be added once
dr-bizz Jan 30, 2025
8736864
Lint fixes
dr-bizz Jan 30, 2025
7fb08dc
Refactor signOut observable logic
canac Jan 29, 2025
77b0a63
Handle signOut test errors
canac Jan 29, 2025
d95d579
Fix signOut tests
canac Jan 29, 2025
81e76e1
Merge pull request #1141 from CruGlobal/2362-okta-signout
canac Jan 30, 2025
7a2ece4
Adding inject error tests
dr-bizz Jan 31, 2025
acff670
saveStep2Data() & submitFinalData() tests
dr-bizz Jan 31, 2025
cd4751a
saveStep1Data tests
dr-bizz Feb 3, 2025
88099d3
refreshRegions tests
dr-bizz Feb 3, 2025
479b109
loadCountries() tests
dr-bizz Feb 3, 2025
fea8bfd
getStep2Fields() tests
dr-bizz Feb 3, 2025
c754d63
getStep1Fields tests
dr-bizz Feb 3, 2025
64d5302
fixup! refreshRegions tests
dr-bizz Feb 3, 2025
919716a
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Feb 3, 2025
1dde165
Merge branch 'master' into 2362-okta
dr-bizz Feb 3, 2025
4055b41
Fix lint fixes
dr-bizz Feb 3, 2025
c12409b
Merge branch '2362-okta-daniel' into 2362-okta
dr-bizz Feb 3, 2025
c7b2c74
Remove Sign in header and extra divs
canac Jan 31, 2025
cf72831
Make button text black and add icon
canac Jan 31, 2025
58086b2
Remove Okta info icon
canac Jan 31, 2025
007eb2a
Make hr full width on desktop
canac Jan 31, 2025
412258f
Style sign up button
canac Jan 31, 2025
f60189f
Make details open in same place
canac Jan 31, 2025
bf9854b
Remove unneeded styles
canac Feb 3, 2025
f6b920a
Make no account text smaller
canac Feb 3, 2025
adb5897
Fix extra gaps between elements
canac Feb 3, 2025
0a87b48
Remove unused Okta logo
canac Feb 3, 2025
bae7535
Set width and remove padding within register-account-modal
canac Feb 3, 2025
b0d2320
Translate Okta help
canac Feb 3, 2025
ef3cd72
Merge pull request #1143 from CruGlobal/2362-okta-sign-in-redesign
canac Feb 4, 2025
6039402
Merge remote-tracking branch 'origin/master' into 2362-okta
canac Feb 4, 2025
c694f09
Constrain sign-in-modal width within register-account-modal
canac Feb 4, 2025
2c270de
Hide the progress bar on intro and name
canac Jan 29, 2025
475d895
Move identity step before activate
canac Feb 3, 2025
2b5245a
Rename getContacts to loadContacts
canac Feb 3, 2025
88ec488
Remove welcome back message
canac Feb 4, 2025
04d158e
Hide footer when it is empty
canac Feb 4, 2025
8484668
Remove useless <progress> content
canac Feb 4, 2025
e9d95b2
Move Access Your Account to modal title
canac Feb 4, 2025
9ca143c
Refactor to use ng-switch
canac Feb 4, 2025
377d6cd
Merge pull request #1146 from CruGlobal/2362-okta-user-match-steps
canac Feb 7, 2025
febf200
Retry signIn once to mitigate ephemeral fetch errors
canac Feb 10, 2025
58da428
Merge pull request #1149 from CruGlobal/2362-okta-fetch-error
canac Feb 10, 2025
a2a5e17
Adding steps onto the sign up
dr-bizz Feb 10, 2025
a29fe6a
Adding event listeners to check if inputs have a value so the label c…
dr-bizz Feb 10, 2025
18c3401
Adding classes to the select dropdowns' label so they can be styled.
dr-bizz Feb 10, 2025
b02c8e5
Adding form and input styles
dr-bizz Feb 10, 2025
188dd89
Adding back button hover styles
dr-bizz Feb 11, 2025
bb07e6c
Upon doing more research, I believe the 401 introspect error is due t…
dr-bizz Feb 11, 2025
a285fe8
Adding focus border onto inputs and selects.
dr-bizz Feb 11, 2025
926322a
Formatting CSS styles
dr-bizz Feb 11, 2025
a747ee9
JS formatting
dr-bizz Feb 11, 2025
b1fed51
Removing display flex and flex related styles and replacing with widt…
dr-bizz Feb 11, 2025
a5cdaa0
Cleaning up HTML and removing alt text on decorative images
dr-bizz Feb 11, 2025
b56c99e
Formatting SASS
dr-bizz Feb 11, 2025
c18123e
Added the loading symbol to inform the user something is happening.
dr-bizz Feb 11, 2025
98cf4b7
updating buttons
dr-bizz Feb 12, 2025
e2a8131
Revert "Formatting SASS"
dr-bizz Feb 12, 2025
d0528c9
fixing border-radius on password ans select inputs
dr-bizz Feb 12, 2025
3408628
Order regions in alphabetical order
dr-bizz Feb 12, 2025
bf11cdb
Handle the inactivity error. I will
dr-bizz Feb 12, 2025
8336e65
Merge pull request #1151 from CruGlobal/2362-okta-signup-design
dr-bizz Feb 12, 2025
7ca7f10
Support JPEG images in webpack config
canac Feb 4, 2025
916bb48
Add account benefits panel
canac Feb 5, 2025
3cb565a
Improve responsiveness on small screens
canac Feb 6, 2025
c2f7464
Add minimal mode for returning users
canac Feb 6, 2025
cbea3bf
Increase sign-in-modal padding
canac Feb 6, 2025
85cd5b5
Fix contact info and user match modal layout
canac Feb 7, 2025
5f49d1d
Fix double loading indicator while loading donor info
canac Feb 7, 2025
af71252
Fix media query overlaps
canac Feb 7, 2025
0dd88b8
Remove redundant style
canac Feb 7, 2025
2f7c7cb
Fix sign up modal left panel styles
canac Feb 7, 2025
9daf420
Add Okta info to header
canac Feb 7, 2025
dacddd8
Vertically center modals
canac Feb 12, 2025
dbb0ff9
Merge pull request #1148 from CruGlobal/2362-okta-modal-left-panel
canac Feb 13, 2025
dca65ff
Fix help email links
canac Feb 10, 2025
14fdb79
Make Next button full width
canac Feb 10, 2025
1608e6d
Remove extra padding
canac Feb 10, 2025
8659362
Remove useless style
canac Feb 10, 2025
e6d36db
Merge pull request #1150 from CruGlobal/2362-okta-user-match-styles
canac Feb 13, 2025
7c3ee0f
Fix lint errors
canac Feb 13, 2025
e7fabee
Adjust header padding and border
canac Feb 13, 2025
e3e6d11
Make modal narrower
canac Feb 13, 2025
013284d
Remove horizontal padding
canac Feb 13, 2025
3178ca3
Use lighter gray for Okta field borders
canac Feb 13, 2025
7b62066
Merge pull request #1153 from CruGlobal/2362-okta-signup-cleanup
canac Feb 19, 2025
4db9807
Fix failing tests
canac Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating packages
dr-bizz committed Nov 12, 2024
commit 5b1d6bd04b58b0ac955b020ed7c7a5407c02aee7
43 changes: 19 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1211,14 +1211,22 @@
core-js "^2.6.12"
regenerator-runtime "^0.14.0"

"@babel/runtime-corejs3@^7.17.0":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz#5af6bed16073eb4a0191233d61e158a5c768c430"
integrity sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
dependencies:
regenerator-runtime "^0.13.11"

"@babel/runtime@^7.25.9":
"@babel/runtime@^7.16.0", "@babel/runtime@^7.25.9", "@babel/runtime@^7.6.2":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
@@ -3664,16 +3672,16 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1:
dependencies:
browserslist "^4.23.3"

core-js-pure@^3.30.2:
version "3.39.0"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.39.0.tgz#aa0d54d70a15bdc13e7c853db87c10abc30d68f3"
integrity sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==

core-js@^2.6.12:
version "2.6.12"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==

core-js-pure@^3.25.1:
version "3.30.1"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.30.1.tgz#7d93dc89e7d47b8ef05d7e79f507b0e99ea77eec"
integrity sha512-nXBEVpmUnNRhz83cHd9JRQC52cTMcuXAmR56+9dSMpRdpeA4I1PX6yjmhd71Eyc/wXNsdBdUDIj1QTIeZpU5Tg==

core-js@^2.6.5:
version "2.6.9"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
@@ -8013,15 +8021,6 @@ osenv@^0.1.4:
os-homedir "^1.0.0"
os-tmpdir "^1.0.0"

output-file-sync@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-2.0.1.tgz#f53118282f5f553c2799541792b723a4c71430c0"
integrity sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==
dependencies:
graceful-fs "^4.1.11"
is-plain-obj "^1.1.0"
mkdirp "^0.5.1"

p-cancelable@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf"
@@ -8612,6 +8611,11 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

pure-rand@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2"
integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==

pvtsutils@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/pvtsutils/-/pvtsutils-1.3.2.tgz#9f8570d132cdd3c27ab7d51a2799239bf8d8d5de"
@@ -8623,10 +8627,6 @@ pvutils@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.3.tgz#f35fc1d27e7cd3dfbd39c0826d173e806a03f5a3"
integrity sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==
pure-rand@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2"
integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==

qs@6.7.0:
version "6.7.0"
@@ -8845,11 +8845,6 @@ regenerator-runtime@^0.13.11:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.2:
version "0.13.3"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"