@paypal/sdk-release 5.0.435 → 5.0.437

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 +226 -225
  2. package/package.json +4 -4
package/package-lock.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.435",
3
+ "version": "5.0.437",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@paypal/sdk-release",
9
- "version": "5.0.434",
9
+ "version": "5.0.435",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@paypal/applepay-components": "1.6.0",
13
13
  "@paypal/card-components": "1.0.56",
14
- "@paypal/checkout-components": "5.0.309",
15
- "@paypal/common-components": "1.0.45",
14
+ "@paypal/checkout-components": "5.0.311",
15
+ "@paypal/common-components": "1.0.48",
16
16
  "@paypal/example-components": "1.0.28",
17
17
  "@paypal/funding-components": "1.0.32",
18
18
  "@paypal/googlepay-components": "1.2.3",
19
19
  "@paypal/identity-components": "5.0.14",
20
20
  "@paypal/legal-components": "1.2.2",
21
- "@paypal/messaging-components": "1.63.0",
21
+ "@paypal/messaging-components": "1.64.0",
22
22
  "@paypal/muse-components": "1.3.93",
23
23
  "@paypal/sdk-client": "4.0.187"
24
24
  },
@@ -40,15 +40,6 @@
40
40
  "npm": ">=6"
41
41
  }
42
42
  },
43
- "node_modules/@aashutoshrathi/word-wrap": {
44
- "version": "1.2.6",
45
- "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
46
- "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
47
- "dev": true,
48
- "engines": {
49
- "node": ">=0.10.0"
50
- }
51
- },
52
43
  "node_modules/@ampproject/remapping": {
53
44
  "version": "2.3.0",
54
45
  "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -63,9 +54,9 @@
63
54
  }
64
55
  },
65
56
  "node_modules/@babel/cli": {
66
- "version": "7.24.1",
67
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.1.tgz",
68
- "integrity": "sha512-HbmrtxyFUr34LwAlV9jS+sSIjUp4FpdtIMGwgufY3AsxrIfsh/HxlMTywsONAZsU0RMYbZtbZFpUCrSGs7o0EA==",
57
+ "version": "7.24.5",
58
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz",
59
+ "integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==",
69
60
  "dev": true,
70
61
  "dependencies": {
71
62
  "@jridgewell/trace-mapping": "^0.3.25",
@@ -114,21 +105,21 @@
114
105
  }
115
106
  },
116
107
  "node_modules/@babel/core": {
117
- "version": "7.24.4",
118
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz",
119
- "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
108
+ "version": "7.24.5",
109
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
110
+ "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
120
111
  "dev": true,
121
112
  "dependencies": {
122
113
  "@ampproject/remapping": "^2.2.0",
123
114
  "@babel/code-frame": "^7.24.2",
124
- "@babel/generator": "^7.24.4",
115
+ "@babel/generator": "^7.24.5",
125
116
  "@babel/helper-compilation-targets": "^7.23.6",
126
- "@babel/helper-module-transforms": "^7.23.3",
127
- "@babel/helpers": "^7.24.4",
128
- "@babel/parser": "^7.24.4",
117
+ "@babel/helper-module-transforms": "^7.24.5",
118
+ "@babel/helpers": "^7.24.5",
119
+ "@babel/parser": "^7.24.5",
129
120
  "@babel/template": "^7.24.0",
130
- "@babel/traverse": "^7.24.1",
131
- "@babel/types": "^7.24.0",
121
+ "@babel/traverse": "^7.24.5",
122
+ "@babel/types": "^7.24.5",
132
123
  "convert-source-map": "^2.0.0",
133
124
  "debug": "^4.1.0",
134
125
  "gensync": "^1.0.0-beta.2",
@@ -153,9 +144,9 @@
153
144
  }
154
145
  },
155
146
  "node_modules/@babel/eslint-parser": {
156
- "version": "7.24.1",
157
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
158
- "integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
147
+ "version": "7.24.5",
148
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
149
+ "integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
159
150
  "dev": true,
160
151
  "dependencies": {
161
152
  "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -167,7 +158,7 @@
167
158
  },
168
159
  "peerDependencies": {
169
160
  "@babel/core": "^7.11.0",
170
- "eslint": "^7.5.0 || ^8.0.0"
161
+ "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
171
162
  }
172
163
  },
173
164
  "node_modules/@babel/eslint-parser/node_modules/semver": {
@@ -180,12 +171,12 @@
180
171
  }
181
172
  },
182
173
  "node_modules/@babel/generator": {
183
- "version": "7.24.4",
184
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz",
185
- "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==",
174
+ "version": "7.24.5",
175
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
176
+ "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
186
177
  "dev": true,
187
178
  "dependencies": {
188
- "@babel/types": "^7.24.0",
179
+ "@babel/types": "^7.24.5",
189
180
  "@jridgewell/gen-mapping": "^0.3.5",
190
181
  "@jridgewell/trace-mapping": "^0.3.25",
191
182
  "jsesc": "^2.5.1"
@@ -244,19 +235,19 @@
244
235
  }
245
236
  },
246
237
  "node_modules/@babel/helper-create-class-features-plugin": {
247
- "version": "7.24.4",
248
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz",
249
- "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==",
238
+ "version": "7.24.5",
239
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
240
+ "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
250
241
  "dev": true,
251
242
  "dependencies": {
252
243
  "@babel/helper-annotate-as-pure": "^7.22.5",
253
244
  "@babel/helper-environment-visitor": "^7.22.20",
254
245
  "@babel/helper-function-name": "^7.23.0",
255
- "@babel/helper-member-expression-to-functions": "^7.23.0",
246
+ "@babel/helper-member-expression-to-functions": "^7.24.5",
256
247
  "@babel/helper-optimise-call-expression": "^7.22.5",
257
248
  "@babel/helper-replace-supers": "^7.24.1",
258
249
  "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
259
- "@babel/helper-split-export-declaration": "^7.22.6",
250
+ "@babel/helper-split-export-declaration": "^7.24.5",
260
251
  "semver": "^6.3.1"
261
252
  },
262
253
  "engines": {
@@ -352,12 +343,12 @@
352
343
  }
353
344
  },
354
345
  "node_modules/@babel/helper-member-expression-to-functions": {
355
- "version": "7.23.0",
356
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
357
- "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
346
+ "version": "7.24.5",
347
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
348
+ "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
358
349
  "dev": true,
359
350
  "dependencies": {
360
- "@babel/types": "^7.23.0"
351
+ "@babel/types": "^7.24.5"
361
352
  },
362
353
  "engines": {
363
354
  "node": ">=6.9.0"
@@ -376,16 +367,16 @@
376
367
  }
377
368
  },
378
369
  "node_modules/@babel/helper-module-transforms": {
379
- "version": "7.23.3",
380
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
381
- "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
370
+ "version": "7.24.5",
371
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
372
+ "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
382
373
  "dev": true,
383
374
  "dependencies": {
384
375
  "@babel/helper-environment-visitor": "^7.22.20",
385
- "@babel/helper-module-imports": "^7.22.15",
386
- "@babel/helper-simple-access": "^7.22.5",
387
- "@babel/helper-split-export-declaration": "^7.22.6",
388
- "@babel/helper-validator-identifier": "^7.22.20"
376
+ "@babel/helper-module-imports": "^7.24.3",
377
+ "@babel/helper-simple-access": "^7.24.5",
378
+ "@babel/helper-split-export-declaration": "^7.24.5",
379
+ "@babel/helper-validator-identifier": "^7.24.5"
389
380
  },
390
381
  "engines": {
391
382
  "node": ">=6.9.0"
@@ -407,9 +398,9 @@
407
398
  }
408
399
  },
409
400
  "node_modules/@babel/helper-plugin-utils": {
410
- "version": "7.24.0",
411
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
412
- "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
401
+ "version": "7.24.5",
402
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
403
+ "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
413
404
  "dev": true,
414
405
  "engines": {
415
406
  "node": ">=6.9.0"
@@ -450,12 +441,12 @@
450
441
  }
451
442
  },
452
443
  "node_modules/@babel/helper-simple-access": {
453
- "version": "7.22.5",
454
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
455
- "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
444
+ "version": "7.24.5",
445
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
446
+ "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
456
447
  "dev": true,
457
448
  "dependencies": {
458
- "@babel/types": "^7.22.5"
449
+ "@babel/types": "^7.24.5"
459
450
  },
460
451
  "engines": {
461
452
  "node": ">=6.9.0"
@@ -474,12 +465,12 @@
474
465
  }
475
466
  },
476
467
  "node_modules/@babel/helper-split-export-declaration": {
477
- "version": "7.22.6",
478
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
479
- "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
468
+ "version": "7.24.5",
469
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
470
+ "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
480
471
  "dev": true,
481
472
  "dependencies": {
482
- "@babel/types": "^7.22.5"
473
+ "@babel/types": "^7.24.5"
483
474
  },
484
475
  "engines": {
485
476
  "node": ">=6.9.0"
@@ -495,9 +486,9 @@
495
486
  }
496
487
  },
497
488
  "node_modules/@babel/helper-validator-identifier": {
498
- "version": "7.22.20",
499
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
500
- "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
489
+ "version": "7.24.5",
490
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
491
+ "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
501
492
  "dev": true,
502
493
  "engines": {
503
494
  "node": ">=6.9.0"
@@ -513,40 +504,40 @@
513
504
  }
514
505
  },
515
506
  "node_modules/@babel/helper-wrap-function": {
516
- "version": "7.22.20",
517
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
518
- "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
507
+ "version": "7.24.5",
508
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz",
509
+ "integrity": "sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==",
519
510
  "dev": true,
520
511
  "dependencies": {
521
- "@babel/helper-function-name": "^7.22.5",
522
- "@babel/template": "^7.22.15",
523
- "@babel/types": "^7.22.19"
512
+ "@babel/helper-function-name": "^7.23.0",
513
+ "@babel/template": "^7.24.0",
514
+ "@babel/types": "^7.24.5"
524
515
  },
525
516
  "engines": {
526
517
  "node": ">=6.9.0"
527
518
  }
528
519
  },
529
520
  "node_modules/@babel/helpers": {
530
- "version": "7.24.4",
531
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz",
532
- "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==",
521
+ "version": "7.24.5",
522
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
523
+ "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
533
524
  "dev": true,
534
525
  "dependencies": {
535
526
  "@babel/template": "^7.24.0",
536
- "@babel/traverse": "^7.24.1",
537
- "@babel/types": "^7.24.0"
527
+ "@babel/traverse": "^7.24.5",
528
+ "@babel/types": "^7.24.5"
538
529
  },
539
530
  "engines": {
540
531
  "node": ">=6.9.0"
541
532
  }
542
533
  },
543
534
  "node_modules/@babel/highlight": {
544
- "version": "7.24.2",
545
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
546
- "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
535
+ "version": "7.24.5",
536
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
537
+ "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
547
538
  "dev": true,
548
539
  "dependencies": {
549
- "@babel/helper-validator-identifier": "^7.22.20",
540
+ "@babel/helper-validator-identifier": "^7.24.5",
550
541
  "chalk": "^2.4.2",
551
542
  "js-tokens": "^4.0.0",
552
543
  "picocolors": "^1.0.0"
@@ -579,9 +570,9 @@
579
570
  }
580
571
  },
581
572
  "node_modules/@babel/parser": {
582
- "version": "7.24.4",
583
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
584
- "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
573
+ "version": "7.24.5",
574
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
575
+ "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
585
576
  "dev": true,
586
577
  "bin": {
587
578
  "parser": "bin/babel-parser.js"
@@ -591,13 +582,13 @@
591
582
  }
592
583
  },
593
584
  "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
594
- "version": "7.24.4",
595
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz",
596
- "integrity": "sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==",
585
+ "version": "7.24.5",
586
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz",
587
+ "integrity": "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==",
597
588
  "dev": true,
598
589
  "dependencies": {
599
590
  "@babel/helper-environment-visitor": "^7.22.20",
600
- "@babel/helper-plugin-utils": "^7.24.0"
591
+ "@babel/helper-plugin-utils": "^7.24.5"
601
592
  },
602
593
  "engines": {
603
594
  "node": ">=6.9.0"
@@ -1073,12 +1064,12 @@
1073
1064
  }
1074
1065
  },
1075
1066
  "node_modules/@babel/plugin-transform-block-scoping": {
1076
- "version": "7.24.4",
1077
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz",
1078
- "integrity": "sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==",
1067
+ "version": "7.24.5",
1068
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz",
1069
+ "integrity": "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==",
1079
1070
  "dev": true,
1080
1071
  "dependencies": {
1081
- "@babel/helper-plugin-utils": "^7.24.0"
1072
+ "@babel/helper-plugin-utils": "^7.24.5"
1082
1073
  },
1083
1074
  "engines": {
1084
1075
  "node": ">=6.9.0"
@@ -1121,18 +1112,18 @@
1121
1112
  }
1122
1113
  },
1123
1114
  "node_modules/@babel/plugin-transform-classes": {
1124
- "version": "7.24.1",
1125
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz",
1126
- "integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==",
1115
+ "version": "7.24.5",
1116
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz",
1117
+ "integrity": "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==",
1127
1118
  "dev": true,
1128
1119
  "dependencies": {
1129
1120
  "@babel/helper-annotate-as-pure": "^7.22.5",
1130
1121
  "@babel/helper-compilation-targets": "^7.23.6",
1131
1122
  "@babel/helper-environment-visitor": "^7.22.20",
1132
1123
  "@babel/helper-function-name": "^7.23.0",
1133
- "@babel/helper-plugin-utils": "^7.24.0",
1124
+ "@babel/helper-plugin-utils": "^7.24.5",
1134
1125
  "@babel/helper-replace-supers": "^7.24.1",
1135
- "@babel/helper-split-export-declaration": "^7.22.6",
1126
+ "@babel/helper-split-export-declaration": "^7.24.5",
1136
1127
  "globals": "^11.1.0"
1137
1128
  },
1138
1129
  "engines": {
@@ -1159,12 +1150,12 @@
1159
1150
  }
1160
1151
  },
1161
1152
  "node_modules/@babel/plugin-transform-destructuring": {
1162
- "version": "7.24.1",
1163
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz",
1164
- "integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==",
1153
+ "version": "7.24.5",
1154
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz",
1155
+ "integrity": "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==",
1165
1156
  "dev": true,
1166
1157
  "dependencies": {
1167
- "@babel/helper-plugin-utils": "^7.24.0"
1158
+ "@babel/helper-plugin-utils": "^7.24.5"
1168
1159
  },
1169
1160
  "engines": {
1170
1161
  "node": ">=6.9.0"
@@ -1494,15 +1485,15 @@
1494
1485
  }
1495
1486
  },
1496
1487
  "node_modules/@babel/plugin-transform-object-rest-spread": {
1497
- "version": "7.24.1",
1498
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz",
1499
- "integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==",
1488
+ "version": "7.24.5",
1489
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz",
1490
+ "integrity": "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==",
1500
1491
  "dev": true,
1501
1492
  "dependencies": {
1502
1493
  "@babel/helper-compilation-targets": "^7.23.6",
1503
- "@babel/helper-plugin-utils": "^7.24.0",
1494
+ "@babel/helper-plugin-utils": "^7.24.5",
1504
1495
  "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1505
- "@babel/plugin-transform-parameters": "^7.24.1"
1496
+ "@babel/plugin-transform-parameters": "^7.24.5"
1506
1497
  },
1507
1498
  "engines": {
1508
1499
  "node": ">=6.9.0"
@@ -1544,12 +1535,12 @@
1544
1535
  }
1545
1536
  },
1546
1537
  "node_modules/@babel/plugin-transform-optional-chaining": {
1547
- "version": "7.24.1",
1548
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz",
1549
- "integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==",
1538
+ "version": "7.24.5",
1539
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz",
1540
+ "integrity": "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==",
1550
1541
  "dev": true,
1551
1542
  "dependencies": {
1552
- "@babel/helper-plugin-utils": "^7.24.0",
1543
+ "@babel/helper-plugin-utils": "^7.24.5",
1553
1544
  "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
1554
1545
  "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1555
1546
  },
@@ -1561,12 +1552,12 @@
1561
1552
  }
1562
1553
  },
1563
1554
  "node_modules/@babel/plugin-transform-parameters": {
1564
- "version": "7.24.1",
1565
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz",
1566
- "integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==",
1555
+ "version": "7.24.5",
1556
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz",
1557
+ "integrity": "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==",
1567
1558
  "dev": true,
1568
1559
  "dependencies": {
1569
- "@babel/helper-plugin-utils": "^7.24.0"
1560
+ "@babel/helper-plugin-utils": "^7.24.5"
1570
1561
  },
1571
1562
  "engines": {
1572
1563
  "node": ">=6.9.0"
@@ -1592,14 +1583,14 @@
1592
1583
  }
1593
1584
  },
1594
1585
  "node_modules/@babel/plugin-transform-private-property-in-object": {
1595
- "version": "7.24.1",
1596
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz",
1597
- "integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==",
1586
+ "version": "7.24.5",
1587
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz",
1588
+ "integrity": "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==",
1598
1589
  "dev": true,
1599
1590
  "dependencies": {
1600
1591
  "@babel/helper-annotate-as-pure": "^7.22.5",
1601
- "@babel/helper-create-class-features-plugin": "^7.24.1",
1602
- "@babel/helper-plugin-utils": "^7.24.0",
1592
+ "@babel/helper-create-class-features-plugin": "^7.24.5",
1593
+ "@babel/helper-plugin-utils": "^7.24.5",
1603
1594
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1604
1595
  },
1605
1596
  "engines": {
@@ -1811,12 +1802,12 @@
1811
1802
  }
1812
1803
  },
1813
1804
  "node_modules/@babel/plugin-transform-typeof-symbol": {
1814
- "version": "7.24.1",
1815
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz",
1816
- "integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==",
1805
+ "version": "7.24.5",
1806
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz",
1807
+ "integrity": "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==",
1817
1808
  "dev": true,
1818
1809
  "dependencies": {
1819
- "@babel/helper-plugin-utils": "^7.24.0"
1810
+ "@babel/helper-plugin-utils": "^7.24.5"
1820
1811
  },
1821
1812
  "engines": {
1822
1813
  "node": ">=6.9.0"
@@ -1826,14 +1817,14 @@
1826
1817
  }
1827
1818
  },
1828
1819
  "node_modules/@babel/plugin-transform-typescript": {
1829
- "version": "7.24.4",
1830
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz",
1831
- "integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==",
1820
+ "version": "7.24.5",
1821
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz",
1822
+ "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==",
1832
1823
  "dev": true,
1833
1824
  "dependencies": {
1834
1825
  "@babel/helper-annotate-as-pure": "^7.22.5",
1835
- "@babel/helper-create-class-features-plugin": "^7.24.4",
1836
- "@babel/helper-plugin-utils": "^7.24.0",
1826
+ "@babel/helper-create-class-features-plugin": "^7.24.5",
1827
+ "@babel/helper-plugin-utils": "^7.24.5",
1837
1828
  "@babel/plugin-syntax-typescript": "^7.24.1"
1838
1829
  },
1839
1830
  "engines": {
@@ -1932,16 +1923,16 @@
1932
1923
  "dev": true
1933
1924
  },
1934
1925
  "node_modules/@babel/preset-env": {
1935
- "version": "7.24.4",
1936
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.4.tgz",
1937
- "integrity": "sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==",
1926
+ "version": "7.24.5",
1927
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz",
1928
+ "integrity": "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==",
1938
1929
  "dev": true,
1939
1930
  "dependencies": {
1940
1931
  "@babel/compat-data": "^7.24.4",
1941
1932
  "@babel/helper-compilation-targets": "^7.23.6",
1942
- "@babel/helper-plugin-utils": "^7.24.0",
1933
+ "@babel/helper-plugin-utils": "^7.24.5",
1943
1934
  "@babel/helper-validator-option": "^7.23.5",
1944
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4",
1935
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5",
1945
1936
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
1946
1937
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
1947
1938
  "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
@@ -1968,12 +1959,12 @@
1968
1959
  "@babel/plugin-transform-async-generator-functions": "^7.24.3",
1969
1960
  "@babel/plugin-transform-async-to-generator": "^7.24.1",
1970
1961
  "@babel/plugin-transform-block-scoped-functions": "^7.24.1",
1971
- "@babel/plugin-transform-block-scoping": "^7.24.4",
1962
+ "@babel/plugin-transform-block-scoping": "^7.24.5",
1972
1963
  "@babel/plugin-transform-class-properties": "^7.24.1",
1973
1964
  "@babel/plugin-transform-class-static-block": "^7.24.4",
1974
- "@babel/plugin-transform-classes": "^7.24.1",
1965
+ "@babel/plugin-transform-classes": "^7.24.5",
1975
1966
  "@babel/plugin-transform-computed-properties": "^7.24.1",
1976
- "@babel/plugin-transform-destructuring": "^7.24.1",
1967
+ "@babel/plugin-transform-destructuring": "^7.24.5",
1977
1968
  "@babel/plugin-transform-dotall-regex": "^7.24.1",
1978
1969
  "@babel/plugin-transform-duplicate-keys": "^7.24.1",
1979
1970
  "@babel/plugin-transform-dynamic-import": "^7.24.1",
@@ -1993,13 +1984,13 @@
1993
1984
  "@babel/plugin-transform-new-target": "^7.24.1",
1994
1985
  "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
1995
1986
  "@babel/plugin-transform-numeric-separator": "^7.24.1",
1996
- "@babel/plugin-transform-object-rest-spread": "^7.24.1",
1987
+ "@babel/plugin-transform-object-rest-spread": "^7.24.5",
1997
1988
  "@babel/plugin-transform-object-super": "^7.24.1",
1998
1989
  "@babel/plugin-transform-optional-catch-binding": "^7.24.1",
1999
- "@babel/plugin-transform-optional-chaining": "^7.24.1",
2000
- "@babel/plugin-transform-parameters": "^7.24.1",
1990
+ "@babel/plugin-transform-optional-chaining": "^7.24.5",
1991
+ "@babel/plugin-transform-parameters": "^7.24.5",
2001
1992
  "@babel/plugin-transform-private-methods": "^7.24.1",
2002
- "@babel/plugin-transform-private-property-in-object": "^7.24.1",
1993
+ "@babel/plugin-transform-private-property-in-object": "^7.24.5",
2003
1994
  "@babel/plugin-transform-property-literals": "^7.24.1",
2004
1995
  "@babel/plugin-transform-regenerator": "^7.24.1",
2005
1996
  "@babel/plugin-transform-reserved-words": "^7.24.1",
@@ -2007,7 +1998,7 @@
2007
1998
  "@babel/plugin-transform-spread": "^7.24.1",
2008
1999
  "@babel/plugin-transform-sticky-regex": "^7.24.1",
2009
2000
  "@babel/plugin-transform-template-literals": "^7.24.1",
2010
- "@babel/plugin-transform-typeof-symbol": "^7.24.1",
2001
+ "@babel/plugin-transform-typeof-symbol": "^7.24.5",
2011
2002
  "@babel/plugin-transform-unicode-escapes": "^7.24.1",
2012
2003
  "@babel/plugin-transform-unicode-property-regex": "^7.24.1",
2013
2004
  "@babel/plugin-transform-unicode-regex": "^7.24.1",
@@ -2158,19 +2149,19 @@
2158
2149
  }
2159
2150
  },
2160
2151
  "node_modules/@babel/traverse": {
2161
- "version": "7.24.1",
2162
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz",
2163
- "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
2152
+ "version": "7.24.5",
2153
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
2154
+ "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
2164
2155
  "dev": true,
2165
2156
  "dependencies": {
2166
- "@babel/code-frame": "^7.24.1",
2167
- "@babel/generator": "^7.24.1",
2157
+ "@babel/code-frame": "^7.24.2",
2158
+ "@babel/generator": "^7.24.5",
2168
2159
  "@babel/helper-environment-visitor": "^7.22.20",
2169
2160
  "@babel/helper-function-name": "^7.23.0",
2170
2161
  "@babel/helper-hoist-variables": "^7.22.5",
2171
- "@babel/helper-split-export-declaration": "^7.22.6",
2172
- "@babel/parser": "^7.24.1",
2173
- "@babel/types": "^7.24.0",
2162
+ "@babel/helper-split-export-declaration": "^7.24.5",
2163
+ "@babel/parser": "^7.24.5",
2164
+ "@babel/types": "^7.24.5",
2174
2165
  "debug": "^4.3.1",
2175
2166
  "globals": "^11.1.0"
2176
2167
  },
@@ -2179,13 +2170,13 @@
2179
2170
  }
2180
2171
  },
2181
2172
  "node_modules/@babel/types": {
2182
- "version": "7.24.0",
2183
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
2184
- "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
2173
+ "version": "7.24.5",
2174
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
2175
+ "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
2185
2176
  "dev": true,
2186
2177
  "dependencies": {
2187
- "@babel/helper-string-parser": "^7.23.4",
2188
- "@babel/helper-validator-identifier": "^7.22.20",
2178
+ "@babel/helper-string-parser": "^7.24.1",
2179
+ "@babel/helper-validator-identifier": "^7.24.5",
2189
2180
  "to-fast-properties": "^2.0.0"
2190
2181
  },
2191
2182
  "engines": {
@@ -4481,9 +4472,9 @@
4481
4472
  }
4482
4473
  },
4483
4474
  "node_modules/@paypal/checkout-components": {
4484
- "version": "5.0.309",
4485
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.309.tgz",
4486
- "integrity": "sha512-8GqNThfEewJS1iZJ3kxBjweJzYpS3PtP2hLqngUkur54GA7YXXOb9Dtyy//3NTkI7Obtj9f2B+QV0rKheE0j0w==",
4475
+ "version": "5.0.311",
4476
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.311.tgz",
4477
+ "integrity": "sha512-DIBuSCA3dYcKQ64rRxMSYCBzgddVaV2zb9cT3qcl0JVUOMmTUGYKXqIdVXJ5gf/gR0B6b8X5DFIM5mapeZKVGg==",
4487
4478
  "dependencies": {
4488
4479
  "@krakenjs/beaver-logger": "^5.7.0",
4489
4480
  "@krakenjs/belter": "^2.0.0",
@@ -4501,9 +4492,9 @@
4501
4492
  }
4502
4493
  },
4503
4494
  "node_modules/@paypal/common-components": {
4504
- "version": "1.0.45",
4505
- "resolved": "https://registry.npmjs.org/@paypal/common-components/-/common-components-1.0.45.tgz",
4506
- "integrity": "sha512-vb27lzMEs55RL3tAYsLo6t1TfOBya4J3yB4520j9xk0u8IYXofZDoiP3Vqt8CKXewxEQzAMHta3Q1Pou5PT9Ow==",
4495
+ "version": "1.0.48",
4496
+ "resolved": "https://registry.npmjs.org/@paypal/common-components/-/common-components-1.0.48.tgz",
4497
+ "integrity": "sha512-/YlY+UtshkXogOEUzOJqNo/9mjaBD53FR7CXcoMuESaPKS9kzQBh/3KgPWHJ9nB/c8k5FreuzcZKup1YLfqN0g==",
4507
4498
  "dependencies": {
4508
4499
  "@krakenjs/belter": "^2.0.0",
4509
4500
  "@krakenjs/jsx-pragmatic": "^3.0.0",
@@ -4584,9 +4575,9 @@
4584
4575
  }
4585
4576
  },
4586
4577
  "node_modules/@paypal/messaging-components": {
4587
- "version": "1.63.0",
4588
- "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.63.0.tgz",
4589
- "integrity": "sha512-nfYk9KbK1HK5zfFOON2aA7cJovZ+p8k1A8Ff9ARq/x+KJ7oAz6GfceOGRVVZzZd7VminBLi/+3KUaD/yx1lTOw==",
4578
+ "version": "1.64.0",
4579
+ "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.64.0.tgz",
4580
+ "integrity": "sha512-+6W8N//rotHW+Ll+i1o2pBshwNUMatUR5VVvy2MqO1hgXsmssR2ELqEW6pikkOb6NOldLzFM8ifM8laFEK/Zmg==",
4590
4581
  "dependencies": {
4591
4582
  "@krakenjs/beaver-logger": "^5.0.0",
4592
4583
  "@krakenjs/belter": "^2.0.0",
@@ -4726,9 +4717,9 @@
4726
4717
  "peer": true
4727
4718
  },
4728
4719
  "node_modules/@socket.io/component-emitter": {
4729
- "version": "3.1.1",
4730
- "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.1.tgz",
4731
- "integrity": "sha512-dzJtaDAAoXx4GCOJpbB2eG/Qj8VDpdwkLsWGzGm+0L7E8/434RyMbAHmk9ubXWVAb9nXmc44jUf8GKqVDiKezg==",
4720
+ "version": "3.1.2",
4721
+ "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
4722
+ "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
4732
4723
  "dev": true
4733
4724
  },
4734
4725
  "node_modules/@szmarczak/http-timer": {
@@ -5729,15 +5720,15 @@
5729
5720
  }
5730
5721
  },
5731
5722
  "node_modules/ajv-formats/node_modules/ajv": {
5732
- "version": "8.12.0",
5733
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
5734
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
5723
+ "version": "8.13.0",
5724
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
5725
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
5735
5726
  "dev": true,
5736
5727
  "dependencies": {
5737
- "fast-deep-equal": "^3.1.1",
5728
+ "fast-deep-equal": "^3.1.3",
5738
5729
  "json-schema-traverse": "^1.0.0",
5739
5730
  "require-from-string": "^2.0.2",
5740
- "uri-js": "^4.2.2"
5731
+ "uri-js": "^4.4.1"
5741
5732
  },
5742
5733
  "funding": {
5743
5734
  "type": "github",
@@ -7523,9 +7514,9 @@
7523
7514
  }
7524
7515
  },
7525
7516
  "node_modules/caniuse-lite": {
7526
- "version": "1.0.30001612",
7527
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz",
7528
- "integrity": "sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==",
7517
+ "version": "1.0.30001614",
7518
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz",
7519
+ "integrity": "sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==",
7529
7520
  "dev": true,
7530
7521
  "funding": [
7531
7522
  {
@@ -7793,9 +7784,9 @@
7793
7784
  }
7794
7785
  },
7795
7786
  "node_modules/cjs-module-lexer": {
7796
- "version": "1.2.3",
7797
- "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
7798
- "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
7787
+ "version": "1.3.1",
7788
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz",
7789
+ "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==",
7799
7790
  "dev": true
7800
7791
  },
7801
7792
  "node_modules/class-utils": {
@@ -9351,9 +9342,9 @@
9351
9342
  "dev": true
9352
9343
  },
9353
9344
  "node_modules/electron-to-chromium": {
9354
- "version": "1.4.748",
9355
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.748.tgz",
9356
- "integrity": "sha512-VWqjOlPZn70UZ8FTKUOkUvBLeTQ0xpty66qV0yJcAGY2/CthI4xyW9aEozRVtuwv3Kpf5xTesmJUcPwuJmgP4A==",
9345
+ "version": "1.4.752",
9346
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.752.tgz",
9347
+ "integrity": "sha512-P3QJreYI/AUTcfBVrC4zy9KvnZWekViThgQMX/VpJ+IsOBbcX5JFpORM4qWapwWQ+agb2nYAOyn/4PMXOk0m2Q==",
9357
9348
  "dev": true
9358
9349
  },
9359
9350
  "node_modules/elliptic": {
@@ -9484,9 +9475,9 @@
9484
9475
  }
9485
9476
  },
9486
9477
  "node_modules/envinfo": {
9487
- "version": "7.12.0",
9488
- "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.12.0.tgz",
9489
- "integrity": "sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==",
9478
+ "version": "7.13.0",
9479
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz",
9480
+ "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==",
9490
9481
  "dev": true,
9491
9482
  "bin": {
9492
9483
  "envinfo": "dist/cli.js"
@@ -11793,9 +11784,9 @@
11793
11784
  }
11794
11785
  },
11795
11786
  "node_modules/fs-monkey": {
11796
- "version": "1.0.5",
11797
- "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz",
11798
- "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
11787
+ "version": "1.0.6",
11788
+ "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz",
11789
+ "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==",
11799
11790
  "dev": true
11800
11791
  },
11801
11792
  "node_modules/fs-readdir-recursive": {
@@ -12026,12 +12017,13 @@
12026
12017
  }
12027
12018
  },
12028
12019
  "node_modules/globalthis": {
12029
- "version": "1.0.3",
12030
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
12031
- "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
12020
+ "version": "1.0.4",
12021
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
12022
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
12032
12023
  "dev": true,
12033
12024
  "dependencies": {
12034
- "define-properties": "^1.1.3"
12025
+ "define-properties": "^1.2.1",
12026
+ "gopd": "^1.0.1"
12035
12027
  },
12036
12028
  "engines": {
12037
12029
  "node": ">= 0.4"
@@ -23944,17 +23936,17 @@
23944
23936
  }
23945
23937
  },
23946
23938
  "node_modules/optionator": {
23947
- "version": "0.9.3",
23948
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
23949
- "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
23939
+ "version": "0.9.4",
23940
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
23941
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
23950
23942
  "dev": true,
23951
23943
  "dependencies": {
23952
- "@aashutoshrathi/word-wrap": "^1.2.3",
23953
23944
  "deep-is": "^0.1.3",
23954
23945
  "fast-levenshtein": "^2.0.6",
23955
23946
  "levn": "^0.4.1",
23956
23947
  "prelude-ls": "^1.2.1",
23957
- "type-check": "^0.4.0"
23948
+ "type-check": "^0.4.0",
23949
+ "word-wrap": "^1.2.5"
23958
23950
  },
23959
23951
  "engines": {
23960
23952
  "node": ">= 0.8.0"
@@ -24630,9 +24622,9 @@
24630
24622
  }
24631
24623
  },
24632
24624
  "node_modules/pretty-format/node_modules/react-is": {
24633
- "version": "18.2.0",
24634
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
24635
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
24625
+ "version": "18.3.1",
24626
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
24627
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
24636
24628
  "dev": true
24637
24629
  },
24638
24630
  "node_modules/process": {
@@ -25685,9 +25677,9 @@
25685
25677
  "dev": true
25686
25678
  },
25687
25679
  "node_modules/sass": {
25688
- "version": "1.75.0",
25689
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
25690
- "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
25680
+ "version": "1.76.0",
25681
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz",
25682
+ "integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==",
25691
25683
  "dev": true,
25692
25684
  "dependencies": {
25693
25685
  "chokidar": ">=3.0.0 <4.0.0",
@@ -27175,15 +27167,15 @@
27175
27167
  }
27176
27168
  },
27177
27169
  "node_modules/table/node_modules/ajv": {
27178
- "version": "8.12.0",
27179
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
27180
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
27170
+ "version": "8.13.0",
27171
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
27172
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
27181
27173
  "dev": true,
27182
27174
  "dependencies": {
27183
- "fast-deep-equal": "^3.1.1",
27175
+ "fast-deep-equal": "^3.1.3",
27184
27176
  "json-schema-traverse": "^1.0.0",
27185
27177
  "require-from-string": "^2.0.2",
27186
- "uri-js": "^4.2.2"
27178
+ "uri-js": "^4.4.1"
27187
27179
  },
27188
27180
  "funding": {
27189
27181
  "type": "github",
@@ -28120,9 +28112,9 @@
28120
28112
  }
28121
28113
  },
28122
28114
  "node_modules/update-browserslist-db": {
28123
- "version": "1.0.13",
28124
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
28125
- "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
28115
+ "version": "1.0.14",
28116
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.14.tgz",
28117
+ "integrity": "sha512-JixKH8GR2pWYshIPUg/NujK3JO7JiqEEUiNArE86NQyrgUuZeTlZQN3xuS/yiV5Kb48ev9K6RqNkaJjXsdg7Jw==",
28126
28118
  "dev": true,
28127
28119
  "funding": [
28128
28120
  {
@@ -28139,7 +28131,7 @@
28139
28131
  }
28140
28132
  ],
28141
28133
  "dependencies": {
28142
- "escalade": "^3.1.1",
28134
+ "escalade": "^3.1.2",
28143
28135
  "picocolors": "^1.0.0"
28144
28136
  },
28145
28137
  "bin": {
@@ -28951,15 +28943,15 @@
28951
28943
  }
28952
28944
  },
28953
28945
  "node_modules/webpack-dev-server/node_modules/ajv": {
28954
- "version": "8.12.0",
28955
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
28956
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
28946
+ "version": "8.13.0",
28947
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
28948
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
28957
28949
  "dev": true,
28958
28950
  "dependencies": {
28959
- "fast-deep-equal": "^3.1.1",
28951
+ "fast-deep-equal": "^3.1.3",
28960
28952
  "json-schema-traverse": "^1.0.0",
28961
28953
  "require-from-string": "^2.0.2",
28962
- "uri-js": "^4.2.2"
28954
+ "uri-js": "^4.4.1"
28963
28955
  },
28964
28956
  "funding": {
28965
28957
  "type": "github",
@@ -29027,9 +29019,9 @@
29027
29019
  }
29028
29020
  },
29029
29021
  "node_modules/webpack-dev-server/node_modules/ws": {
29030
- "version": "8.16.0",
29031
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
29032
- "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
29022
+ "version": "8.17.0",
29023
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
29024
+ "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
29033
29025
  "dev": true,
29034
29026
  "engines": {
29035
29027
  "node": ">=10.0.0"
@@ -29586,6 +29578,15 @@
29586
29578
  "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
29587
29579
  "dev": true
29588
29580
  },
29581
+ "node_modules/word-wrap": {
29582
+ "version": "1.2.5",
29583
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
29584
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
29585
+ "dev": true,
29586
+ "engines": {
29587
+ "node": ">=0.10.0"
29588
+ }
29589
+ },
29589
29590
  "node_modules/worker-farm": {
29590
29591
  "version": "1.7.0",
29591
29592
  "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz",
@@ -30373,9 +30374,9 @@
30373
30374
  }
30374
30375
  },
30375
30376
  "@paypal/checkout-components": {
30376
- "version": "5.0.309",
30377
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.309.tgz",
30378
- "integrity": "sha512-8GqNThfEewJS1iZJ3kxBjweJzYpS3PtP2hLqngUkur54GA7YXXOb9Dtyy//3NTkI7Obtj9f2B+QV0rKheE0j0w==",
30377
+ "version": "5.0.311",
30378
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.311.tgz",
30379
+ "integrity": "sha512-DIBuSCA3dYcKQ64rRxMSYCBzgddVaV2zb9cT3qcl0JVUOMmTUGYKXqIdVXJ5gf/gR0B6b8X5DFIM5mapeZKVGg==",
30379
30380
  "requires": {
30380
30381
  "@krakenjs/beaver-logger": "^5.7.0",
30381
30382
  "@krakenjs/belter": "^2.0.0",
@@ -30393,9 +30394,9 @@
30393
30394
  }
30394
30395
  },
30395
30396
  "@paypal/common-components": {
30396
- "version": "1.0.45",
30397
- "resolved": "https://registry.npmjs.org/@paypal/common-components/-/common-components-1.0.45.tgz",
30398
- "integrity": "sha512-vb27lzMEs55RL3tAYsLo6t1TfOBya4J3yB4520j9xk0u8IYXofZDoiP3Vqt8CKXewxEQzAMHta3Q1Pou5PT9Ow==",
30397
+ "version": "1.0.48",
30398
+ "resolved": "https://registry.npmjs.org/@paypal/common-components/-/common-components-1.0.48.tgz",
30399
+ "integrity": "sha512-/YlY+UtshkXogOEUzOJqNo/9mjaBD53FR7CXcoMuESaPKS9kzQBh/3KgPWHJ9nB/c8k5FreuzcZKup1YLfqN0g==",
30399
30400
  "requires": {
30400
30401
  "@krakenjs/belter": "^2.0.0",
30401
30402
  "@krakenjs/jsx-pragmatic": "^3.0.0",
@@ -30476,9 +30477,9 @@
30476
30477
  }
30477
30478
  },
30478
30479
  "@paypal/messaging-components": {
30479
- "version": "1.63.0",
30480
- "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.63.0.tgz",
30481
- "integrity": "sha512-nfYk9KbK1HK5zfFOON2aA7cJovZ+p8k1A8Ff9ARq/x+KJ7oAz6GfceOGRVVZzZd7VminBLi/+3KUaD/yx1lTOw==",
30480
+ "version": "1.64.0",
30481
+ "resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.64.0.tgz",
30482
+ "integrity": "sha512-+6W8N//rotHW+Ll+i1o2pBshwNUMatUR5VVvy2MqO1hgXsmssR2ELqEW6pikkOb6NOldLzFM8ifM8laFEK/Zmg==",
30482
30483
  "requires": {
30483
30484
  "@krakenjs/beaver-logger": "^5.0.0",
30484
30485
  "@krakenjs/belter": "^2.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.435",
3
+ "version": "5.0.437",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -84,15 +84,15 @@
84
84
  "@krakenjs/zoid": "10.3.3",
85
85
  "@paypal/applepay-components": "1.6.0",
86
86
  "@paypal/card-components": "1.0.56",
87
- "@paypal/checkout-components": "5.0.309",
88
- "@paypal/common-components": "1.0.45",
87
+ "@paypal/checkout-components": "5.0.311",
88
+ "@paypal/common-components": "1.0.48",
89
89
  "@paypal/connect-loader-component": "1.1.1",
90
90
  "@paypal/example-components": "1.0.28",
91
91
  "@paypal/funding-components": "1.0.32",
92
92
  "@paypal/googlepay-components": "1.2.3",
93
93
  "@paypal/identity-components": "5.0.14",
94
94
  "@paypal/legal-components": "1.2.2",
95
- "@paypal/messaging-components": "1.63.0",
95
+ "@paypal/messaging-components": "1.64.0",
96
96
  "@paypal/muse-components": "1.3.93",
97
97
  "@paypal/sdk-client": "4.0.187",
98
98
  "@paypal/sdk-constants": "1.0.148",