@paypal/sdk-release 5.0.391 → 5.0.392

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.
Files changed (2) hide show
  1. package/package-lock.json +222 -236
  2. package/package.json +6 -6
package/package-lock.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.391",
3
+ "version": "5.0.392",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@paypal/sdk-release",
9
- "version": "5.0.390",
9
+ "version": "5.0.391",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@paypal/applepay-components": "1.5.0",
13
13
  "@paypal/card-components": "1.0.55",
14
- "@paypal/checkout-components": "5.0.277",
14
+ "@paypal/checkout-components": "5.0.278",
15
15
  "@paypal/common-components": "1.0.39",
16
16
  "@paypal/example-components": "1.0.28",
17
17
  "@paypal/funding-components": "1.0.32",
18
18
  "@paypal/googlepay-components": "1.2.2",
19
19
  "@paypal/identity-components": "5.0.14",
20
20
  "@paypal/legal-components": "1.2.2",
21
- "@paypal/messaging-components": "1.44.0",
22
- "@paypal/muse-components": "1.3.92",
23
- "@paypal/sdk-client": "4.0.175"
21
+ "@paypal/messaging-components": "1.46.0",
22
+ "@paypal/muse-components": "1.3.93",
23
+ "@paypal/sdk-client": "4.0.176"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@krakenjs/grabthar-release": "^3.0.0",
@@ -63,9 +63,9 @@
63
63
  }
64
64
  },
65
65
  "node_modules/@babel/cli": {
66
- "version": "7.22.9",
67
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz",
68
- "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==",
66
+ "version": "7.22.10",
67
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.10.tgz",
68
+ "integrity": "sha512-rM9ZMmaII630zGvtMtQ3P4GyHs28CHLYE9apLG7L8TgaSqcfoIGrlLSLsh4Q8kDTdZQQEXZm1M0nQtOvU/2heg==",
69
69
  "dev": true,
70
70
  "dependencies": {
71
71
  "@jridgewell/trace-mapping": "^0.3.17",
@@ -92,12 +92,13 @@
92
92
  }
93
93
  },
94
94
  "node_modules/@babel/code-frame": {
95
- "version": "7.22.5",
96
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
97
- "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
95
+ "version": "7.22.10",
96
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz",
97
+ "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==",
98
98
  "dev": true,
99
99
  "dependencies": {
100
- "@babel/highlight": "^7.22.5"
100
+ "@babel/highlight": "^7.22.10",
101
+ "chalk": "^2.4.2"
101
102
  },
102
103
  "engines": {
103
104
  "node": ">=6.9.0"
@@ -113,21 +114,21 @@
113
114
  }
114
115
  },
115
116
  "node_modules/@babel/core": {
116
- "version": "7.22.9",
117
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz",
118
- "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==",
117
+ "version": "7.22.10",
118
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz",
119
+ "integrity": "sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==",
119
120
  "dev": true,
120
121
  "dependencies": {
121
122
  "@ampproject/remapping": "^2.2.0",
122
- "@babel/code-frame": "^7.22.5",
123
- "@babel/generator": "^7.22.9",
124
- "@babel/helper-compilation-targets": "^7.22.9",
123
+ "@babel/code-frame": "^7.22.10",
124
+ "@babel/generator": "^7.22.10",
125
+ "@babel/helper-compilation-targets": "^7.22.10",
125
126
  "@babel/helper-module-transforms": "^7.22.9",
126
- "@babel/helpers": "^7.22.6",
127
- "@babel/parser": "^7.22.7",
127
+ "@babel/helpers": "^7.22.10",
128
+ "@babel/parser": "^7.22.10",
128
129
  "@babel/template": "^7.22.5",
129
- "@babel/traverse": "^7.22.8",
130
- "@babel/types": "^7.22.5",
130
+ "@babel/traverse": "^7.22.10",
131
+ "@babel/types": "^7.22.10",
131
132
  "convert-source-map": "^1.7.0",
132
133
  "debug": "^4.1.0",
133
134
  "gensync": "^1.0.0-beta.2",
@@ -152,9 +153,9 @@
152
153
  }
153
154
  },
154
155
  "node_modules/@babel/eslint-parser": {
155
- "version": "7.22.9",
156
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz",
157
- "integrity": "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==",
156
+ "version": "7.22.10",
157
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz",
158
+ "integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==",
158
159
  "dev": true,
159
160
  "dependencies": {
160
161
  "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -165,7 +166,7 @@
165
166
  "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
166
167
  },
167
168
  "peerDependencies": {
168
- "@babel/core": ">=7.11.0",
169
+ "@babel/core": "^7.11.0",
169
170
  "eslint": "^7.5.0 || ^8.0.0"
170
171
  }
171
172
  },
@@ -179,12 +180,12 @@
179
180
  }
180
181
  },
181
182
  "node_modules/@babel/generator": {
182
- "version": "7.22.9",
183
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz",
184
- "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==",
183
+ "version": "7.22.10",
184
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz",
185
+ "integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==",
185
186
  "dev": true,
186
187
  "dependencies": {
187
- "@babel/types": "^7.22.5",
188
+ "@babel/types": "^7.22.10",
188
189
  "@jridgewell/gen-mapping": "^0.3.2",
189
190
  "@jridgewell/trace-mapping": "^0.3.17",
190
191
  "jsesc": "^2.5.1"
@@ -206,21 +207,21 @@
206
207
  }
207
208
  },
208
209
  "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
209
- "version": "7.22.5",
210
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz",
211
- "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==",
210
+ "version": "7.22.10",
211
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz",
212
+ "integrity": "sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==",
212
213
  "dev": true,
213
214
  "dependencies": {
214
- "@babel/types": "^7.22.5"
215
+ "@babel/types": "^7.22.10"
215
216
  },
216
217
  "engines": {
217
218
  "node": ">=6.9.0"
218
219
  }
219
220
  },
220
221
  "node_modules/@babel/helper-compilation-targets": {
221
- "version": "7.22.9",
222
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz",
223
- "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==",
222
+ "version": "7.22.10",
223
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz",
224
+ "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==",
224
225
  "dev": true,
225
226
  "dependencies": {
226
227
  "@babel/compat-data": "^7.22.9",
@@ -231,9 +232,6 @@
231
232
  },
232
233
  "engines": {
233
234
  "node": ">=6.9.0"
234
- },
235
- "peerDependencies": {
236
- "@babel/core": "^7.0.0"
237
235
  }
238
236
  },
239
237
  "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
@@ -246,9 +244,9 @@
246
244
  }
247
245
  },
248
246
  "node_modules/@babel/helper-create-class-features-plugin": {
249
- "version": "7.22.9",
250
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz",
251
- "integrity": "sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==",
247
+ "version": "7.22.10",
248
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz",
249
+ "integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==",
252
250
  "dev": true,
253
251
  "dependencies": {
254
252
  "@babel/helper-annotate-as-pure": "^7.22.5",
@@ -515,41 +513,41 @@
515
513
  }
516
514
  },
517
515
  "node_modules/@babel/helper-wrap-function": {
518
- "version": "7.22.9",
519
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.9.tgz",
520
- "integrity": "sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q==",
516
+ "version": "7.22.10",
517
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz",
518
+ "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==",
521
519
  "dev": true,
522
520
  "dependencies": {
523
521
  "@babel/helper-function-name": "^7.22.5",
524
522
  "@babel/template": "^7.22.5",
525
- "@babel/types": "^7.22.5"
523
+ "@babel/types": "^7.22.10"
526
524
  },
527
525
  "engines": {
528
526
  "node": ">=6.9.0"
529
527
  }
530
528
  },
531
529
  "node_modules/@babel/helpers": {
532
- "version": "7.22.6",
533
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz",
534
- "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==",
530
+ "version": "7.22.10",
531
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz",
532
+ "integrity": "sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==",
535
533
  "dev": true,
536
534
  "dependencies": {
537
535
  "@babel/template": "^7.22.5",
538
- "@babel/traverse": "^7.22.6",
539
- "@babel/types": "^7.22.5"
536
+ "@babel/traverse": "^7.22.10",
537
+ "@babel/types": "^7.22.10"
540
538
  },
541
539
  "engines": {
542
540
  "node": ">=6.9.0"
543
541
  }
544
542
  },
545
543
  "node_modules/@babel/highlight": {
546
- "version": "7.22.5",
547
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
548
- "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
544
+ "version": "7.22.10",
545
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz",
546
+ "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==",
549
547
  "dev": true,
550
548
  "dependencies": {
551
549
  "@babel/helper-validator-identifier": "^7.22.5",
552
- "chalk": "^2.0.0",
550
+ "chalk": "^2.4.2",
553
551
  "js-tokens": "^4.0.0"
554
552
  },
555
553
  "engines": {
@@ -557,16 +555,16 @@
557
555
  }
558
556
  },
559
557
  "node_modules/@babel/node": {
560
- "version": "7.22.6",
561
- "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.22.6.tgz",
562
- "integrity": "sha512-Lt6v+RUQOTsEOXLv+KfjogLFkFfsLPPSoXZqmbngfVatkWjQPnFGHO0xjFRcN6XEvm3vsnZn+AWQiRpgZFsdIA==",
558
+ "version": "7.22.10",
559
+ "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.22.10.tgz",
560
+ "integrity": "sha512-FpSgdjIPabpEetDxtKYAcXCs0qRh12S2D40rhpRoo0w5h7/7Tu2ZroaX99cbKFNDODiSs484sZ1q0kutJbZ2iQ==",
563
561
  "dev": true,
564
562
  "dependencies": {
565
563
  "@babel/register": "^7.22.5",
566
564
  "commander": "^4.0.1",
567
565
  "core-js": "^3.30.2",
568
566
  "node-environment-flags": "^1.0.5",
569
- "regenerator-runtime": "^0.13.11",
567
+ "regenerator-runtime": "^0.14.0",
570
568
  "v8flags": "^3.1.1"
571
569
  },
572
570
  "bin": {
@@ -580,9 +578,9 @@
580
578
  }
581
579
  },
582
580
  "node_modules/@babel/parser": {
583
- "version": "7.22.7",
584
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz",
585
- "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==",
581
+ "version": "7.22.10",
582
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz",
583
+ "integrity": "sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==",
586
584
  "dev": true,
587
585
  "bin": {
588
586
  "parser": "bin/babel-parser.js"
@@ -640,16 +638,16 @@
640
638
  }
641
639
  },
642
640
  "node_modules/@babel/plugin-proposal-decorators": {
643
- "version": "7.22.7",
644
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.7.tgz",
645
- "integrity": "sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==",
641
+ "version": "7.22.10",
642
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.10.tgz",
643
+ "integrity": "sha512-KxN6TqZzcFi4uD3UifqXElBTBNLAEH1l3vzMQj6JwJZbL2sZlThxSViOKCYY+4Ah4V4JhQ95IVB7s/Y6SJSlMQ==",
646
644
  "dev": true,
647
645
  "dependencies": {
648
- "@babel/helper-create-class-features-plugin": "^7.22.6",
646
+ "@babel/helper-create-class-features-plugin": "^7.22.10",
649
647
  "@babel/helper-plugin-utils": "^7.22.5",
650
- "@babel/helper-replace-supers": "^7.22.5",
648
+ "@babel/helper-replace-supers": "^7.22.9",
651
649
  "@babel/helper-split-export-declaration": "^7.22.6",
652
- "@babel/plugin-syntax-decorators": "^7.22.5"
650
+ "@babel/plugin-syntax-decorators": "^7.22.10"
653
651
  },
654
652
  "engines": {
655
653
  "node": ">=6.9.0"
@@ -670,22 +668,6 @@
670
668
  "@babel/core": "^7.0.0-0"
671
669
  }
672
670
  },
673
- "node_modules/@babel/plugin-proposal-unicode-property-regex": {
674
- "version": "7.18.6",
675
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
676
- "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
677
- "dev": true,
678
- "dependencies": {
679
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
680
- "@babel/helper-plugin-utils": "^7.18.6"
681
- },
682
- "engines": {
683
- "node": ">=4"
684
- },
685
- "peerDependencies": {
686
- "@babel/core": "^7.0.0-0"
687
- }
688
- },
689
671
  "node_modules/@babel/plugin-syntax-async-generators": {
690
672
  "version": "7.8.4",
691
673
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
@@ -738,9 +720,9 @@
738
720
  }
739
721
  },
740
722
  "node_modules/@babel/plugin-syntax-decorators": {
741
- "version": "7.22.5",
742
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.5.tgz",
743
- "integrity": "sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==",
723
+ "version": "7.22.10",
724
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz",
725
+ "integrity": "sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==",
744
726
  "dev": true,
745
727
  "dependencies": {
746
728
  "@babel/helper-plugin-utils": "^7.22.5"
@@ -1009,14 +991,14 @@
1009
991
  }
1010
992
  },
1011
993
  "node_modules/@babel/plugin-transform-async-generator-functions": {
1012
- "version": "7.22.7",
1013
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz",
1014
- "integrity": "sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==",
994
+ "version": "7.22.10",
995
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz",
996
+ "integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==",
1015
997
  "dev": true,
1016
998
  "dependencies": {
1017
999
  "@babel/helper-environment-visitor": "^7.22.5",
1018
1000
  "@babel/helper-plugin-utils": "^7.22.5",
1019
- "@babel/helper-remap-async-to-generator": "^7.22.5",
1001
+ "@babel/helper-remap-async-to-generator": "^7.22.9",
1020
1002
  "@babel/plugin-syntax-async-generators": "^7.8.4"
1021
1003
  },
1022
1004
  "engines": {
@@ -1059,9 +1041,9 @@
1059
1041
  }
1060
1042
  },
1061
1043
  "node_modules/@babel/plugin-transform-block-scoping": {
1062
- "version": "7.22.5",
1063
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz",
1064
- "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==",
1044
+ "version": "7.22.10",
1045
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz",
1046
+ "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==",
1065
1047
  "dev": true,
1066
1048
  "dependencies": {
1067
1049
  "@babel/helper-plugin-utils": "^7.22.5"
@@ -1146,9 +1128,9 @@
1146
1128
  }
1147
1129
  },
1148
1130
  "node_modules/@babel/plugin-transform-destructuring": {
1149
- "version": "7.22.5",
1150
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz",
1151
- "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==",
1131
+ "version": "7.22.10",
1132
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz",
1133
+ "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==",
1152
1134
  "dev": true,
1153
1135
  "dependencies": {
1154
1136
  "@babel/helper-plugin-utils": "^7.22.5"
@@ -1531,9 +1513,9 @@
1531
1513
  }
1532
1514
  },
1533
1515
  "node_modules/@babel/plugin-transform-optional-chaining": {
1534
- "version": "7.22.6",
1535
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz",
1536
- "integrity": "sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==",
1516
+ "version": "7.22.10",
1517
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz",
1518
+ "integrity": "sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==",
1537
1519
  "dev": true,
1538
1520
  "dependencies": {
1539
1521
  "@babel/helper-plugin-utils": "^7.22.5",
@@ -1677,13 +1659,13 @@
1677
1659
  }
1678
1660
  },
1679
1661
  "node_modules/@babel/plugin-transform-regenerator": {
1680
- "version": "7.22.5",
1681
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz",
1682
- "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==",
1662
+ "version": "7.22.10",
1663
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz",
1664
+ "integrity": "sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==",
1683
1665
  "dev": true,
1684
1666
  "dependencies": {
1685
1667
  "@babel/helper-plugin-utils": "^7.22.5",
1686
- "regenerator-transform": "^0.15.1"
1668
+ "regenerator-transform": "^0.15.2"
1687
1669
  },
1688
1670
  "engines": {
1689
1671
  "node": ">=6.9.0"
@@ -1708,16 +1690,16 @@
1708
1690
  }
1709
1691
  },
1710
1692
  "node_modules/@babel/plugin-transform-runtime": {
1711
- "version": "7.22.9",
1712
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.9.tgz",
1713
- "integrity": "sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ==",
1693
+ "version": "7.22.10",
1694
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz",
1695
+ "integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==",
1714
1696
  "dev": true,
1715
1697
  "dependencies": {
1716
1698
  "@babel/helper-module-imports": "^7.22.5",
1717
1699
  "@babel/helper-plugin-utils": "^7.22.5",
1718
- "babel-plugin-polyfill-corejs2": "^0.4.4",
1719
- "babel-plugin-polyfill-corejs3": "^0.8.2",
1720
- "babel-plugin-polyfill-regenerator": "^0.5.1",
1700
+ "babel-plugin-polyfill-corejs2": "^0.4.5",
1701
+ "babel-plugin-polyfill-corejs3": "^0.8.3",
1702
+ "babel-plugin-polyfill-regenerator": "^0.5.2",
1721
1703
  "semver": "^6.3.1"
1722
1704
  },
1723
1705
  "engines": {
@@ -1813,13 +1795,13 @@
1813
1795
  }
1814
1796
  },
1815
1797
  "node_modules/@babel/plugin-transform-typescript": {
1816
- "version": "7.22.9",
1817
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.9.tgz",
1818
- "integrity": "sha512-BnVR1CpKiuD0iobHPaM1iLvcwPYN2uVFAqoLVSpEDKWuOikoCv5HbKLxclhKYUXlWkX86DoZGtqI4XhbOsyrMg==",
1798
+ "version": "7.22.10",
1799
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.10.tgz",
1800
+ "integrity": "sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==",
1819
1801
  "dev": true,
1820
1802
  "dependencies": {
1821
1803
  "@babel/helper-annotate-as-pure": "^7.22.5",
1822
- "@babel/helper-create-class-features-plugin": "^7.22.9",
1804
+ "@babel/helper-create-class-features-plugin": "^7.22.10",
1823
1805
  "@babel/helper-plugin-utils": "^7.22.5",
1824
1806
  "@babel/plugin-syntax-typescript": "^7.22.5"
1825
1807
  },
@@ -1831,9 +1813,9 @@
1831
1813
  }
1832
1814
  },
1833
1815
  "node_modules/@babel/plugin-transform-unicode-escapes": {
1834
- "version": "7.22.5",
1835
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz",
1836
- "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==",
1816
+ "version": "7.22.10",
1817
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz",
1818
+ "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==",
1837
1819
  "dev": true,
1838
1820
  "dependencies": {
1839
1821
  "@babel/helper-plugin-utils": "^7.22.5"
@@ -1912,14 +1894,20 @@
1912
1894
  "dev": true,
1913
1895
  "hasInstallScript": true
1914
1896
  },
1897
+ "node_modules/@babel/polyfill/node_modules/regenerator-runtime": {
1898
+ "version": "0.13.11",
1899
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
1900
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
1901
+ "dev": true
1902
+ },
1915
1903
  "node_modules/@babel/preset-env": {
1916
- "version": "7.22.9",
1917
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.9.tgz",
1918
- "integrity": "sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==",
1904
+ "version": "7.22.10",
1905
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz",
1906
+ "integrity": "sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==",
1919
1907
  "dev": true,
1920
1908
  "dependencies": {
1921
1909
  "@babel/compat-data": "^7.22.9",
1922
- "@babel/helper-compilation-targets": "^7.22.9",
1910
+ "@babel/helper-compilation-targets": "^7.22.10",
1923
1911
  "@babel/helper-plugin-utils": "^7.22.5",
1924
1912
  "@babel/helper-validator-option": "^7.22.5",
1925
1913
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
@@ -1944,15 +1932,15 @@
1944
1932
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
1945
1933
  "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1946
1934
  "@babel/plugin-transform-arrow-functions": "^7.22.5",
1947
- "@babel/plugin-transform-async-generator-functions": "^7.22.7",
1935
+ "@babel/plugin-transform-async-generator-functions": "^7.22.10",
1948
1936
  "@babel/plugin-transform-async-to-generator": "^7.22.5",
1949
1937
  "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
1950
- "@babel/plugin-transform-block-scoping": "^7.22.5",
1938
+ "@babel/plugin-transform-block-scoping": "^7.22.10",
1951
1939
  "@babel/plugin-transform-class-properties": "^7.22.5",
1952
1940
  "@babel/plugin-transform-class-static-block": "^7.22.5",
1953
1941
  "@babel/plugin-transform-classes": "^7.22.6",
1954
1942
  "@babel/plugin-transform-computed-properties": "^7.22.5",
1955
- "@babel/plugin-transform-destructuring": "^7.22.5",
1943
+ "@babel/plugin-transform-destructuring": "^7.22.10",
1956
1944
  "@babel/plugin-transform-dotall-regex": "^7.22.5",
1957
1945
  "@babel/plugin-transform-duplicate-keys": "^7.22.5",
1958
1946
  "@babel/plugin-transform-dynamic-import": "^7.22.5",
@@ -1975,27 +1963,27 @@
1975
1963
  "@babel/plugin-transform-object-rest-spread": "^7.22.5",
1976
1964
  "@babel/plugin-transform-object-super": "^7.22.5",
1977
1965
  "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
1978
- "@babel/plugin-transform-optional-chaining": "^7.22.6",
1966
+ "@babel/plugin-transform-optional-chaining": "^7.22.10",
1979
1967
  "@babel/plugin-transform-parameters": "^7.22.5",
1980
1968
  "@babel/plugin-transform-private-methods": "^7.22.5",
1981
1969
  "@babel/plugin-transform-private-property-in-object": "^7.22.5",
1982
1970
  "@babel/plugin-transform-property-literals": "^7.22.5",
1983
- "@babel/plugin-transform-regenerator": "^7.22.5",
1971
+ "@babel/plugin-transform-regenerator": "^7.22.10",
1984
1972
  "@babel/plugin-transform-reserved-words": "^7.22.5",
1985
1973
  "@babel/plugin-transform-shorthand-properties": "^7.22.5",
1986
1974
  "@babel/plugin-transform-spread": "^7.22.5",
1987
1975
  "@babel/plugin-transform-sticky-regex": "^7.22.5",
1988
1976
  "@babel/plugin-transform-template-literals": "^7.22.5",
1989
1977
  "@babel/plugin-transform-typeof-symbol": "^7.22.5",
1990
- "@babel/plugin-transform-unicode-escapes": "^7.22.5",
1978
+ "@babel/plugin-transform-unicode-escapes": "^7.22.10",
1991
1979
  "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
1992
1980
  "@babel/plugin-transform-unicode-regex": "^7.22.5",
1993
1981
  "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
1994
- "@babel/preset-modules": "^0.1.5",
1995
- "@babel/types": "^7.22.5",
1996
- "babel-plugin-polyfill-corejs2": "^0.4.4",
1997
- "babel-plugin-polyfill-corejs3": "^0.8.2",
1998
- "babel-plugin-polyfill-regenerator": "^0.5.1",
1982
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
1983
+ "@babel/types": "^7.22.10",
1984
+ "babel-plugin-polyfill-corejs2": "^0.4.5",
1985
+ "babel-plugin-polyfill-corejs3": "^0.8.3",
1986
+ "babel-plugin-polyfill-regenerator": "^0.5.2",
1999
1987
  "core-js-compat": "^3.31.0",
2000
1988
  "semver": "^6.3.1"
2001
1989
  },
@@ -2033,14 +2021,12 @@
2033
2021
  }
2034
2022
  },
2035
2023
  "node_modules/@babel/preset-modules": {
2036
- "version": "0.1.6",
2037
- "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz",
2038
- "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==",
2024
+ "version": "0.1.6-no-external-plugins",
2025
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2026
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2039
2027
  "dev": true,
2040
2028
  "dependencies": {
2041
2029
  "@babel/helper-plugin-utils": "^7.0.0",
2042
- "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
2043
- "@babel/plugin-transform-dotall-regex": "^7.4.4",
2044
2030
  "@babel/types": "^7.4.4",
2045
2031
  "esutils": "^2.0.2"
2046
2032
  },
@@ -2119,6 +2105,12 @@
2119
2105
  "regenerator-runtime": "^0.13.4"
2120
2106
  }
2121
2107
  },
2108
+ "node_modules/@babel/runtime/node_modules/regenerator-runtime": {
2109
+ "version": "0.13.11",
2110
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
2111
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
2112
+ "dev": true
2113
+ },
2122
2114
  "node_modules/@babel/template": {
2123
2115
  "version": "7.22.5",
2124
2116
  "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
@@ -2134,19 +2126,19 @@
2134
2126
  }
2135
2127
  },
2136
2128
  "node_modules/@babel/traverse": {
2137
- "version": "7.22.8",
2138
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz",
2139
- "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==",
2129
+ "version": "7.22.10",
2130
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz",
2131
+ "integrity": "sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==",
2140
2132
  "dev": true,
2141
2133
  "dependencies": {
2142
- "@babel/code-frame": "^7.22.5",
2143
- "@babel/generator": "^7.22.7",
2134
+ "@babel/code-frame": "^7.22.10",
2135
+ "@babel/generator": "^7.22.10",
2144
2136
  "@babel/helper-environment-visitor": "^7.22.5",
2145
2137
  "@babel/helper-function-name": "^7.22.5",
2146
2138
  "@babel/helper-hoist-variables": "^7.22.5",
2147
2139
  "@babel/helper-split-export-declaration": "^7.22.6",
2148
- "@babel/parser": "^7.22.7",
2149
- "@babel/types": "^7.22.5",
2140
+ "@babel/parser": "^7.22.10",
2141
+ "@babel/types": "^7.22.10",
2150
2142
  "debug": "^4.1.0",
2151
2143
  "globals": "^11.1.0"
2152
2144
  },
@@ -2155,9 +2147,9 @@
2155
2147
  }
2156
2148
  },
2157
2149
  "node_modules/@babel/types": {
2158
- "version": "7.22.5",
2159
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
2160
- "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
2150
+ "version": "7.22.10",
2151
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz",
2152
+ "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==",
2161
2153
  "dev": true,
2162
2154
  "dependencies": {
2163
2155
  "@babel/helper-string-parser": "^7.22.5",
@@ -3906,9 +3898,9 @@
3906
3898
  }
3907
3899
  },
3908
3900
  "node_modules/@jridgewell/resolve-uri": {
3909
- "version": "3.1.0",
3910
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
3911
- "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
3901
+ "version": "3.1.1",
3902
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
3903
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
3912
3904
  "dev": true,
3913
3905
  "engines": {
3914
3906
  "node": ">=6.0.0"
@@ -3930,21 +3922,15 @@
3930
3922
  "dev": true
3931
3923
  },
3932
3924
  "node_modules/@jridgewell/trace-mapping": {
3933
- "version": "0.3.18",
3934
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
3935
- "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
3925
+ "version": "0.3.19",
3926
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz",
3927
+ "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==",
3936
3928
  "dev": true,
3937
3929
  "dependencies": {
3938
- "@jridgewell/resolve-uri": "3.1.0",
3939
- "@jridgewell/sourcemap-codec": "1.4.14"
3930
+ "@jridgewell/resolve-uri": "^3.1.0",
3931
+ "@jridgewell/sourcemap-codec": "^1.4.14"
3940
3932
  }
3941
3933
  },
3942
- "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
3943
- "version": "1.4.14",
3944
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
3945
- "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
3946
- "dev": true
3947
- },
3948
3934
  "node_modules/@krakenjs/babel-config-grumbler": {
3949
3935
  "version": "8.1.1",
3950
3936
  "resolved": "https://registry.npmjs.org/@krakenjs/babel-config-grumbler/-/babel-config-grumbler-8.1.1.tgz",
@@ -4439,9 +4425,9 @@
4439
4425
  }
4440
4426
  },
4441
4427
  "node_modules/@paypal/checkout-components": {
4442
- "version": "5.0.277",
4443
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.277.tgz",
4444
- "integrity": "sha512-KopRzgMxAY931jfc13hr5xSNVgy17yLt6PR3YUKtmIQv4ViwB2+E99QqDpUI6GBAI+2D7Y48vzsBpIpwaDK7bA==",
4428
+ "version": "5.0.278",
4429
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.278.tgz",
4430
+ "integrity": "sha512-uPbOfmzNuFeH2Fh8fEWnNY4/voHzbXN52ShmnTcZ87tZYFlkyjQWPcLvmUaIw9biLrlsaeof33rv+qh3tLYgNQ==",
4445
4431
  "dependencies": {
4446
4432
  "@krakenjs/belter": "^2.0.0",
4447
4433
  "@krakenjs/cross-domain-utils": "^3.0.0",
@@ -4451,7 +4437,7 @@
4451
4437
  "@krakenjs/zoid": "^10.0.0",
4452
4438
  "@paypal/common-components": "^1.0.35",
4453
4439
  "@paypal/funding-components": "^1.0.31",
4454
- "@paypal/sdk-client": "^4.0.175",
4440
+ "@paypal/sdk-client": "^4.0.176",
4455
4441
  "@paypal/sdk-constants": "^1.0.128",
4456
4442
  "@paypal/sdk-logos": "^2.2.6"
4457
4443
  }
@@ -4530,9 +4516,9 @@
4530
4516
  }
4531
4517
  },
4532
4518
  "node_modules/@paypal/messaging-components": {
4533
- "version": "1.44.0",
4534
- "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.44.0.tgz",
4535
- "integrity": "sha512-BLufegwwf6LrNpuqtyDjxJz/s/CCJwcBPM/e2plLM25BISboGg3JPPyXJFX3JaCZq34jABXfuT14Ah9vkoeLVg==",
4519
+ "version": "1.46.0",
4520
+ "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.46.0.tgz",
4521
+ "integrity": "sha512-jNYvNri8+MtHgh1NSYj6eudG7Lo6Crc9MpMshGW/0JRyQarRDUj+y6LwBgLTC3vx5zXBJNESnJiHRwpH7WE4ng==",
4536
4522
  "dependencies": {
4537
4523
  "@krakenjs/beaver-logger": "^5.0.0",
4538
4524
  "@krakenjs/belter": "^2.0.0",
@@ -4548,9 +4534,9 @@
4548
4534
  }
4549
4535
  },
4550
4536
  "node_modules/@paypal/muse-components": {
4551
- "version": "1.3.92",
4552
- "resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.92.tgz",
4553
- "integrity": "sha512-K3PT1t7TXbQk0f4y6V77RLLK9UNcag56epDQ7oofxsM5KwRLkAB53uDljUyZTjzNCR+08oJnnnBGHflw6Zke4Q==",
4537
+ "version": "1.3.93",
4538
+ "resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.93.tgz",
4539
+ "integrity": "sha512-nHymClOroXbKDfblUm35QF8R89mtRY92BFnMOD6nvTA8I5oJtf9q0tdvsWaUv1iJ1gPuV2NOVEmnwEqwA7HobQ==",
4554
4540
  "dependencies": {
4555
4541
  "@krakenjs/belter": "^2.0.1",
4556
4542
  "@krakenjs/post-robot": "^11.0.0",
@@ -4560,9 +4546,9 @@
4560
4546
  }
4561
4547
  },
4562
4548
  "node_modules/@paypal/sdk-client": {
4563
- "version": "4.0.175",
4564
- "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.175.tgz",
4565
- "integrity": "sha512-GTTNtQ/MKr/xNKegTi3NURouI45mAf+jRPBfmJ4L7MRroFAVlF7UcXm2tp7P0NOAA9IVxoz1sfwu2cQT4iB6Kg==",
4549
+ "version": "4.0.176",
4550
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.176.tgz",
4551
+ "integrity": "sha512-gKm3ykWo6eLx1T9z28zyqrNs8R5lr0vd7pIpDWPXVy2IAQTrCweRahoT7uVI0p1rb1TdjHR3DD4nLA3i0z8Qcw==",
4566
4552
  "dependencies": {
4567
4553
  "@krakenjs/beaver-logger": "^5.0.0",
4568
4554
  "@krakenjs/belter": "^2.0.0",
@@ -4574,9 +4560,9 @@
4574
4560
  }
4575
4561
  },
4576
4562
  "node_modules/@paypal/sdk-constants": {
4577
- "version": "1.0.130",
4578
- "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.130.tgz",
4579
- "integrity": "sha512-hrh1SyZy+qiBA+h/EYWjTZ7QiBcRgDiEfhHCxP47fiBO8wE9w+DiEfHm747vFQomvHg6AyDxhyGXjnuaGAW31A==",
4563
+ "version": "1.0.131",
4564
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.131.tgz",
4565
+ "integrity": "sha512-wL8YG9cl4CA2ZRL1QqG98TtkDqrj5COPIRfR1gMrAGbVaCp9PcSil9bvUslhTuopExRANk4SFfuEyhFc975dLw==",
4580
4566
  "dependencies": {
4581
4567
  "hi-base32": "^0.5.0"
4582
4568
  }
@@ -4936,9 +4922,9 @@
4936
4922
  "dev": true
4937
4923
  },
4938
4924
  "node_modules/@types/node": {
4939
- "version": "20.4.6",
4940
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.6.tgz",
4941
- "integrity": "sha512-q0RkvNgMweWWIvSMDiXhflGUKMdIxBo2M2tYM/0kEGDueQByFzK4KZAgu5YHGFNxziTlppNpTIBcqHQAxlfHdA==",
4925
+ "version": "20.4.9",
4926
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.9.tgz",
4927
+ "integrity": "sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==",
4942
4928
  "dev": true
4943
4929
  },
4944
4930
  "node_modules/@types/node-fetch": {
@@ -7539,9 +7525,9 @@
7539
7525
  }
7540
7526
  },
7541
7527
  "node_modules/caniuse-lite": {
7542
- "version": "1.0.30001518",
7543
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz",
7544
- "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==",
7528
+ "version": "1.0.30001519",
7529
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz",
7530
+ "integrity": "sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==",
7545
7531
  "dev": true,
7546
7532
  "funding": [
7547
7533
  {
@@ -9270,9 +9256,9 @@
9270
9256
  "dev": true
9271
9257
  },
9272
9258
  "node_modules/electron-to-chromium": {
9273
- "version": "1.4.481",
9274
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.481.tgz",
9275
- "integrity": "sha512-25DitMKGaWUPjv3kCt2H3UqgMhmdN+ufG+PoSjnQtheR64Dvo75RbojLPzUmnwrEuLEzR5YrbTzOUq9DtnTUUw==",
9259
+ "version": "1.4.488",
9260
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.488.tgz",
9261
+ "integrity": "sha512-Dv4sTjiW7t/UWGL+H8ZkgIjtUAVZDgb/PwGWvMsCT7jipzUV/u5skbLXPFKb6iV0tiddVi/bcS2/kUrczeWgIQ==",
9276
9262
  "dev": true
9277
9263
  },
9278
9264
  "node_modules/elliptic": {
@@ -9601,9 +9587,9 @@
9601
9587
  }
9602
9588
  },
9603
9589
  "node_modules/eslint-config-prettier": {
9604
- "version": "8.9.0",
9605
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz",
9606
- "integrity": "sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==",
9590
+ "version": "8.10.0",
9591
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
9592
+ "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
9607
9593
  "dev": true,
9608
9594
  "bin": {
9609
9595
  "eslint-config-prettier": "bin/cli.js"
@@ -9613,14 +9599,14 @@
9613
9599
  }
9614
9600
  },
9615
9601
  "node_modules/eslint-import-resolver-node": {
9616
- "version": "0.3.7",
9617
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
9618
- "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
9602
+ "version": "0.3.9",
9603
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
9604
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
9619
9605
  "dev": true,
9620
9606
  "dependencies": {
9621
9607
  "debug": "^3.2.7",
9622
- "is-core-module": "^2.11.0",
9623
- "resolve": "^1.22.1"
9608
+ "is-core-module": "^2.13.0",
9609
+ "resolve": "^1.22.4"
9624
9610
  }
9625
9611
  },
9626
9612
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -12720,9 +12706,9 @@
12720
12706
  }
12721
12707
  },
12722
12708
  "node_modules/immutable": {
12723
- "version": "4.3.1",
12724
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.1.tgz",
12725
- "integrity": "sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==",
12709
+ "version": "4.3.2",
12710
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz",
12711
+ "integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==",
12726
12712
  "dev": true
12727
12713
  },
12728
12714
  "node_modules/import-fresh": {
@@ -13128,9 +13114,9 @@
13128
13114
  }
13129
13115
  },
13130
13116
  "node_modules/is-core-module": {
13131
- "version": "2.12.1",
13132
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
13133
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
13117
+ "version": "2.13.0",
13118
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
13119
+ "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
13134
13120
  "dev": true,
13135
13121
  "dependencies": {
13136
13122
  "has": "^1.0.3"
@@ -25124,15 +25110,15 @@
25124
25110
  }
25125
25111
  },
25126
25112
  "node_modules/regenerator-runtime": {
25127
- "version": "0.13.11",
25128
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
25129
- "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
25113
+ "version": "0.14.0",
25114
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
25115
+ "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
25130
25116
  "dev": true
25131
25117
  },
25132
25118
  "node_modules/regenerator-transform": {
25133
- "version": "0.15.1",
25134
- "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
25135
- "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
25119
+ "version": "0.15.2",
25120
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
25121
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
25136
25122
  "dev": true,
25137
25123
  "dependencies": {
25138
25124
  "@babel/runtime": "^7.8.4"
@@ -25335,12 +25321,12 @@
25335
25321
  "dev": true
25336
25322
  },
25337
25323
  "node_modules/resolve": {
25338
- "version": "1.22.2",
25339
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
25340
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
25324
+ "version": "1.22.4",
25325
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
25326
+ "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
25341
25327
  "dev": true,
25342
25328
  "dependencies": {
25343
- "is-core-module": "^2.11.0",
25329
+ "is-core-module": "^2.13.0",
25344
25330
  "path-parse": "^1.0.7",
25345
25331
  "supports-preserve-symlinks-flag": "^1.0.0"
25346
25332
  },
@@ -26434,21 +26420,21 @@
26434
26420
  }
26435
26421
  },
26436
26422
  "node_modules/socket.io": {
26437
- "version": "4.7.1",
26438
- "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.1.tgz",
26439
- "integrity": "sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw==",
26423
+ "version": "4.7.2",
26424
+ "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.2.tgz",
26425
+ "integrity": "sha512-bvKVS29/I5fl2FGLNHuXlQaUH/BlzX1IN6S+NKLNZpBsPZIDH+90eQmCs2Railn4YUiww4SzUedJ6+uzwFnKLw==",
26440
26426
  "dev": true,
26441
26427
  "dependencies": {
26442
26428
  "accepts": "~1.3.4",
26443
26429
  "base64id": "~2.0.0",
26444
26430
  "cors": "~2.8.5",
26445
26431
  "debug": "~4.3.2",
26446
- "engine.io": "~6.5.0",
26432
+ "engine.io": "~6.5.2",
26447
26433
  "socket.io-adapter": "~2.5.2",
26448
26434
  "socket.io-parser": "~4.2.4"
26449
26435
  },
26450
26436
  "engines": {
26451
- "node": ">=10.0.0"
26437
+ "node": ">=10.2.0"
26452
26438
  }
26453
26439
  },
26454
26440
  "node_modules/socket.io-adapter": {
@@ -30120,9 +30106,9 @@
30120
30106
  }
30121
30107
  },
30122
30108
  "node_modules/zx/node_modules/@types/node": {
30123
- "version": "16.18.39",
30124
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz",
30125
- "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==",
30109
+ "version": "16.18.40",
30110
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.40.tgz",
30111
+ "integrity": "sha512-+yno3ItTEwGxXiS/75Q/aHaa5srkpnJaH+kdkTVJ3DtJEwv92itpKbxU+FjPoh2m/5G9zmUQfrL4A4C13c+iGA==",
30126
30112
  "dev": true
30127
30113
  },
30128
30114
  "node_modules/zx/node_modules/ansi-styles": {
@@ -30390,9 +30376,9 @@
30390
30376
  }
30391
30377
  },
30392
30378
  "@paypal/checkout-components": {
30393
- "version": "5.0.277",
30394
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.277.tgz",
30395
- "integrity": "sha512-KopRzgMxAY931jfc13hr5xSNVgy17yLt6PR3YUKtmIQv4ViwB2+E99QqDpUI6GBAI+2D7Y48vzsBpIpwaDK7bA==",
30379
+ "version": "5.0.278",
30380
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.278.tgz",
30381
+ "integrity": "sha512-uPbOfmzNuFeH2Fh8fEWnNY4/voHzbXN52ShmnTcZ87tZYFlkyjQWPcLvmUaIw9biLrlsaeof33rv+qh3tLYgNQ==",
30396
30382
  "requires": {
30397
30383
  "@krakenjs/belter": "^2.0.0",
30398
30384
  "@krakenjs/cross-domain-utils": "^3.0.0",
@@ -30402,7 +30388,7 @@
30402
30388
  "@krakenjs/zoid": "^10.0.0",
30403
30389
  "@paypal/common-components": "^1.0.35",
30404
30390
  "@paypal/funding-components": "^1.0.31",
30405
- "@paypal/sdk-client": "^4.0.175",
30391
+ "@paypal/sdk-client": "^4.0.176",
30406
30392
  "@paypal/sdk-constants": "^1.0.128",
30407
30393
  "@paypal/sdk-logos": "^2.2.6"
30408
30394
  }
@@ -30481,9 +30467,9 @@
30481
30467
  }
30482
30468
  },
30483
30469
  "@paypal/messaging-components": {
30484
- "version": "1.44.0",
30485
- "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.44.0.tgz",
30486
- "integrity": "sha512-BLufegwwf6LrNpuqtyDjxJz/s/CCJwcBPM/e2plLM25BISboGg3JPPyXJFX3JaCZq34jABXfuT14Ah9vkoeLVg==",
30470
+ "version": "1.46.0",
30471
+ "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.46.0.tgz",
30472
+ "integrity": "sha512-jNYvNri8+MtHgh1NSYj6eudG7Lo6Crc9MpMshGW/0JRyQarRDUj+y6LwBgLTC3vx5zXBJNESnJiHRwpH7WE4ng==",
30487
30473
  "requires": {
30488
30474
  "@krakenjs/beaver-logger": "^5.0.0",
30489
30475
  "@krakenjs/belter": "^2.0.0",
@@ -30499,9 +30485,9 @@
30499
30485
  }
30500
30486
  },
30501
30487
  "@paypal/muse-components": {
30502
- "version": "1.3.92",
30503
- "resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.92.tgz",
30504
- "integrity": "sha512-K3PT1t7TXbQk0f4y6V77RLLK9UNcag56epDQ7oofxsM5KwRLkAB53uDljUyZTjzNCR+08oJnnnBGHflw6Zke4Q==",
30488
+ "version": "1.3.93",
30489
+ "resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.93.tgz",
30490
+ "integrity": "sha512-nHymClOroXbKDfblUm35QF8R89mtRY92BFnMOD6nvTA8I5oJtf9q0tdvsWaUv1iJ1gPuV2NOVEmnwEqwA7HobQ==",
30505
30491
  "requires": {
30506
30492
  "@krakenjs/belter": "^2.0.1",
30507
30493
  "@krakenjs/post-robot": "^11.0.0",
@@ -30511,9 +30497,9 @@
30511
30497
  }
30512
30498
  },
30513
30499
  "@paypal/sdk-client": {
30514
- "version": "4.0.175",
30515
- "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.175.tgz",
30516
- "integrity": "sha512-GTTNtQ/MKr/xNKegTi3NURouI45mAf+jRPBfmJ4L7MRroFAVlF7UcXm2tp7P0NOAA9IVxoz1sfwu2cQT4iB6Kg==",
30500
+ "version": "4.0.176",
30501
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.176.tgz",
30502
+ "integrity": "sha512-gKm3ykWo6eLx1T9z28zyqrNs8R5lr0vd7pIpDWPXVy2IAQTrCweRahoT7uVI0p1rb1TdjHR3DD4nLA3i0z8Qcw==",
30517
30503
  "requires": {
30518
30504
  "@krakenjs/beaver-logger": "^5.0.0",
30519
30505
  "@krakenjs/belter": "^2.0.0",
@@ -30525,9 +30511,9 @@
30525
30511
  }
30526
30512
  },
30527
30513
  "@paypal/sdk-constants": {
30528
- "version": "1.0.130",
30529
- "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.130.tgz",
30530
- "integrity": "sha512-hrh1SyZy+qiBA+h/EYWjTZ7QiBcRgDiEfhHCxP47fiBO8wE9w+DiEfHm747vFQomvHg6AyDxhyGXjnuaGAW31A==",
30514
+ "version": "1.0.131",
30515
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.131.tgz",
30516
+ "integrity": "sha512-wL8YG9cl4CA2ZRL1QqG98TtkDqrj5COPIRfR1gMrAGbVaCp9PcSil9bvUslhTuopExRANk4SFfuEyhFc975dLw==",
30531
30517
  "requires": {
30532
30518
  "hi-base32": "^0.5.0"
30533
30519
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.391",
3
+ "version": "5.0.392",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -83,17 +83,17 @@
83
83
  "@krakenjs/zoid": "10.3.1",
84
84
  "@paypal/applepay-components": "1.5.0",
85
85
  "@paypal/card-components": "1.0.55",
86
- "@paypal/checkout-components": "5.0.277",
86
+ "@paypal/checkout-components": "5.0.278",
87
87
  "@paypal/common-components": "1.0.39",
88
88
  "@paypal/example-components": "1.0.28",
89
89
  "@paypal/funding-components": "1.0.32",
90
90
  "@paypal/googlepay-components": "1.2.2",
91
91
  "@paypal/identity-components": "5.0.14",
92
92
  "@paypal/legal-components": "1.2.2",
93
- "@paypal/messaging-components": "1.44.0",
94
- "@paypal/muse-components": "1.3.92",
95
- "@paypal/sdk-client": "4.0.175",
96
- "@paypal/sdk-constants": "1.0.130",
93
+ "@paypal/messaging-components": "1.46.0",
94
+ "@paypal/muse-components": "1.3.93",
95
+ "@paypal/sdk-client": "4.0.176",
96
+ "@paypal/sdk-constants": "1.0.131",
97
97
  "@paypal/sdk-logos": "2.2.7",
98
98
  "bowser": "2.11.0",
99
99
  "braintree-web": "3.33.0",