@paypal/sdk-release 5.0.467 → 5.0.468
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package-lock.json +247 -233
- package/package.json +5 -5
package/package-lock.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/sdk-release",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.468",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@paypal/sdk-release",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.467",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@paypal/applepay-components": "1.8.0",
|
|
13
13
|
"@paypal/card-components": "1.0.56",
|
|
14
|
-
"@paypal/checkout-components": "5.0.
|
|
14
|
+
"@paypal/checkout-components": "5.0.348",
|
|
15
15
|
"@paypal/common-components": "1.0.50",
|
|
16
16
|
"@paypal/example-components": "1.0.28",
|
|
17
17
|
"@paypal/funding-components": "1.0.32",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@paypal/legal-components": "1.2.2",
|
|
21
21
|
"@paypal/messaging-components": "1.65.4",
|
|
22
22
|
"@paypal/muse-components": "1.3.94",
|
|
23
|
-
"@paypal/sdk-client": "4.0.
|
|
23
|
+
"@paypal/sdk-client": "4.0.196"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@krakenjs/grabthar-release": "^3.0.0",
|
|
@@ -106,30 +106,30 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"node_modules/@babel/compat-data": {
|
|
109
|
-
"version": "7.26.
|
|
110
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.
|
|
111
|
-
"integrity": "sha512-
|
|
109
|
+
"version": "7.26.5",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz",
|
|
111
|
+
"integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",
|
|
112
112
|
"dev": true,
|
|
113
113
|
"engines": {
|
|
114
114
|
"node": ">=6.9.0"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"node_modules/@babel/core": {
|
|
118
|
-
"version": "7.26.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.
|
|
120
|
-
"integrity": "sha512-
|
|
118
|
+
"version": "7.26.7",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz",
|
|
120
|
+
"integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==",
|
|
121
121
|
"dev": true,
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"@ampproject/remapping": "^2.2.0",
|
|
124
|
-
"@babel/code-frame": "^7.26.
|
|
125
|
-
"@babel/generator": "^7.26.
|
|
126
|
-
"@babel/helper-compilation-targets": "^7.
|
|
124
|
+
"@babel/code-frame": "^7.26.2",
|
|
125
|
+
"@babel/generator": "^7.26.5",
|
|
126
|
+
"@babel/helper-compilation-targets": "^7.26.5",
|
|
127
127
|
"@babel/helper-module-transforms": "^7.26.0",
|
|
128
|
-
"@babel/helpers": "^7.26.
|
|
129
|
-
"@babel/parser": "^7.26.
|
|
128
|
+
"@babel/helpers": "^7.26.7",
|
|
129
|
+
"@babel/parser": "^7.26.7",
|
|
130
130
|
"@babel/template": "^7.25.9",
|
|
131
|
-
"@babel/traverse": "^7.
|
|
132
|
-
"@babel/types": "^7.26.
|
|
131
|
+
"@babel/traverse": "^7.26.7",
|
|
132
|
+
"@babel/types": "^7.26.7",
|
|
133
133
|
"convert-source-map": "^2.0.0",
|
|
134
134
|
"debug": "^4.1.0",
|
|
135
135
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
"node_modules/@babel/eslint-parser": {
|
|
157
|
-
"version": "7.
|
|
158
|
-
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.
|
|
159
|
-
"integrity": "sha512-
|
|
157
|
+
"version": "7.26.5",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz",
|
|
159
|
+
"integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==",
|
|
160
160
|
"dev": true,
|
|
161
161
|
"dependencies": {
|
|
162
162
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
|
@@ -181,13 +181,13 @@
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
"node_modules/@babel/generator": {
|
|
184
|
-
"version": "7.26.
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.
|
|
186
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "7.26.5",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz",
|
|
186
|
+
"integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",
|
|
187
187
|
"dev": true,
|
|
188
188
|
"dependencies": {
|
|
189
|
-
"@babel/parser": "^7.26.
|
|
190
|
-
"@babel/types": "^7.26.
|
|
189
|
+
"@babel/parser": "^7.26.5",
|
|
190
|
+
"@babel/types": "^7.26.5",
|
|
191
191
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
192
192
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
193
193
|
"jsesc": "^3.0.2"
|
|
@@ -209,12 +209,12 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"node_modules/@babel/helper-compilation-targets": {
|
|
212
|
-
"version": "7.
|
|
213
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
214
|
-
"integrity": "sha512-
|
|
212
|
+
"version": "7.26.5",
|
|
213
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
|
|
214
|
+
"integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
|
|
215
215
|
"dev": true,
|
|
216
216
|
"dependencies": {
|
|
217
|
-
"@babel/compat-data": "^7.
|
|
217
|
+
"@babel/compat-data": "^7.26.5",
|
|
218
218
|
"@babel/helper-validator-option": "^7.25.9",
|
|
219
219
|
"browserslist": "^4.24.0",
|
|
220
220
|
"lru-cache": "^5.1.1",
|
|
@@ -361,9 +361,9 @@
|
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
"node_modules/@babel/helper-plugin-utils": {
|
|
364
|
-
"version": "7.
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
366
|
-
"integrity": "sha512-
|
|
364
|
+
"version": "7.26.5",
|
|
365
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
|
|
366
|
+
"integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
|
|
367
367
|
"dev": true,
|
|
368
368
|
"engines": {
|
|
369
369
|
"node": ">=6.9.0"
|
|
@@ -387,14 +387,14 @@
|
|
|
387
387
|
}
|
|
388
388
|
},
|
|
389
389
|
"node_modules/@babel/helper-replace-supers": {
|
|
390
|
-
"version": "7.
|
|
391
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
392
|
-
"integrity": "sha512-
|
|
390
|
+
"version": "7.26.5",
|
|
391
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
|
|
392
|
+
"integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
|
|
393
393
|
"dev": true,
|
|
394
394
|
"dependencies": {
|
|
395
395
|
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
396
396
|
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
397
|
-
"@babel/traverse": "^7.
|
|
397
|
+
"@babel/traverse": "^7.26.5"
|
|
398
398
|
},
|
|
399
399
|
"engines": {
|
|
400
400
|
"node": ">=6.9.0"
|
|
@@ -458,13 +458,13 @@
|
|
|
458
458
|
}
|
|
459
459
|
},
|
|
460
460
|
"node_modules/@babel/helpers": {
|
|
461
|
-
"version": "7.26.
|
|
462
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.
|
|
463
|
-
"integrity": "sha512-
|
|
461
|
+
"version": "7.26.7",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz",
|
|
463
|
+
"integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==",
|
|
464
464
|
"dev": true,
|
|
465
465
|
"dependencies": {
|
|
466
466
|
"@babel/template": "^7.25.9",
|
|
467
|
-
"@babel/types": "^7.26.
|
|
467
|
+
"@babel/types": "^7.26.7"
|
|
468
468
|
},
|
|
469
469
|
"engines": {
|
|
470
470
|
"node": ">=6.9.0"
|
|
@@ -580,12 +580,12 @@
|
|
|
580
580
|
}
|
|
581
581
|
},
|
|
582
582
|
"node_modules/@babel/parser": {
|
|
583
|
-
"version": "7.26.
|
|
584
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
585
|
-
"integrity": "sha512-
|
|
583
|
+
"version": "7.26.7",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz",
|
|
585
|
+
"integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==",
|
|
586
586
|
"dev": true,
|
|
587
587
|
"dependencies": {
|
|
588
|
-
"@babel/types": "^7.26.
|
|
588
|
+
"@babel/types": "^7.26.7"
|
|
589
589
|
},
|
|
590
590
|
"bin": {
|
|
591
591
|
"parser": "bin/babel-parser.js"
|
|
@@ -1064,12 +1064,12 @@
|
|
|
1064
1064
|
}
|
|
1065
1065
|
},
|
|
1066
1066
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
1067
|
-
"version": "7.
|
|
1068
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
|
1069
|
-
"integrity": "sha512-
|
|
1067
|
+
"version": "7.26.5",
|
|
1068
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
|
|
1069
|
+
"integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
|
|
1070
1070
|
"dev": true,
|
|
1071
1071
|
"dependencies": {
|
|
1072
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1072
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1073
1073
|
},
|
|
1074
1074
|
"engines": {
|
|
1075
1075
|
"node": ">=6.9.0"
|
|
@@ -1269,13 +1269,13 @@
|
|
|
1269
1269
|
}
|
|
1270
1270
|
},
|
|
1271
1271
|
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
1272
|
-
"version": "7.
|
|
1273
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.
|
|
1274
|
-
"integrity": "sha512
|
|
1272
|
+
"version": "7.26.5",
|
|
1273
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz",
|
|
1274
|
+
"integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==",
|
|
1275
1275
|
"dev": true,
|
|
1276
1276
|
"dependencies": {
|
|
1277
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1278
|
-
"@babel/plugin-syntax-flow": "^7.
|
|
1277
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1278
|
+
"@babel/plugin-syntax-flow": "^7.26.0"
|
|
1279
1279
|
},
|
|
1280
1280
|
"engines": {
|
|
1281
1281
|
"node": ">=6.9.0"
|
|
@@ -1475,12 +1475,12 @@
|
|
|
1475
1475
|
}
|
|
1476
1476
|
},
|
|
1477
1477
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1478
|
-
"version": "7.
|
|
1479
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1480
|
-
"integrity": "sha512-
|
|
1478
|
+
"version": "7.26.6",
|
|
1479
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
|
|
1480
|
+
"integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
|
|
1481
1481
|
"dev": true,
|
|
1482
1482
|
"dependencies": {
|
|
1483
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1483
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1484
1484
|
},
|
|
1485
1485
|
"engines": {
|
|
1486
1486
|
"node": ">=6.9.0"
|
|
@@ -1834,12 +1834,12 @@
|
|
|
1834
1834
|
}
|
|
1835
1835
|
},
|
|
1836
1836
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
1837
|
-
"version": "7.
|
|
1838
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
|
1839
|
-
"integrity": "sha512-
|
|
1837
|
+
"version": "7.26.7",
|
|
1838
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz",
|
|
1839
|
+
"integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==",
|
|
1840
1840
|
"dev": true,
|
|
1841
1841
|
"dependencies": {
|
|
1842
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1842
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1843
1843
|
},
|
|
1844
1844
|
"engines": {
|
|
1845
1845
|
"node": ">=6.9.0"
|
|
@@ -1849,14 +1849,14 @@
|
|
|
1849
1849
|
}
|
|
1850
1850
|
},
|
|
1851
1851
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1852
|
-
"version": "7.26.
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.
|
|
1854
|
-
"integrity": "sha512-
|
|
1852
|
+
"version": "7.26.7",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.7.tgz",
|
|
1854
|
+
"integrity": "sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==",
|
|
1855
1855
|
"dev": true,
|
|
1856
1856
|
"dependencies": {
|
|
1857
1857
|
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
1858
1858
|
"@babel/helper-create-class-features-plugin": "^7.25.9",
|
|
1859
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1859
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1860
1860
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
1861
1861
|
"@babel/plugin-syntax-typescript": "^7.25.9"
|
|
1862
1862
|
},
|
|
@@ -1956,14 +1956,14 @@
|
|
|
1956
1956
|
"dev": true
|
|
1957
1957
|
},
|
|
1958
1958
|
"node_modules/@babel/preset-env": {
|
|
1959
|
-
"version": "7.26.
|
|
1960
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.
|
|
1961
|
-
"integrity": "sha512-
|
|
1959
|
+
"version": "7.26.7",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.7.tgz",
|
|
1961
|
+
"integrity": "sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==",
|
|
1962
1962
|
"dev": true,
|
|
1963
1963
|
"dependencies": {
|
|
1964
|
-
"@babel/compat-data": "^7.26.
|
|
1965
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1966
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1964
|
+
"@babel/compat-data": "^7.26.5",
|
|
1965
|
+
"@babel/helper-compilation-targets": "^7.26.5",
|
|
1966
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1967
1967
|
"@babel/helper-validator-option": "^7.25.9",
|
|
1968
1968
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
|
|
1969
1969
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
"@babel/plugin-transform-arrow-functions": "^7.25.9",
|
|
1978
1978
|
"@babel/plugin-transform-async-generator-functions": "^7.25.9",
|
|
1979
1979
|
"@babel/plugin-transform-async-to-generator": "^7.25.9",
|
|
1980
|
-
"@babel/plugin-transform-block-scoped-functions": "^7.
|
|
1980
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.26.5",
|
|
1981
1981
|
"@babel/plugin-transform-block-scoping": "^7.25.9",
|
|
1982
1982
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
1983
1983
|
"@babel/plugin-transform-class-static-block": "^7.26.0",
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"@babel/plugin-transform-duplicate-keys": "^7.25.9",
|
|
1989
1989
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
|
|
1990
1990
|
"@babel/plugin-transform-dynamic-import": "^7.25.9",
|
|
1991
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
1991
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.26.3",
|
|
1992
1992
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
1993
1993
|
"@babel/plugin-transform-for-of": "^7.25.9",
|
|
1994
1994
|
"@babel/plugin-transform-function-name": "^7.25.9",
|
|
@@ -1997,12 +1997,12 @@
|
|
|
1997
1997
|
"@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
|
|
1998
1998
|
"@babel/plugin-transform-member-expression-literals": "^7.25.9",
|
|
1999
1999
|
"@babel/plugin-transform-modules-amd": "^7.25.9",
|
|
2000
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
2000
|
+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
2001
2001
|
"@babel/plugin-transform-modules-systemjs": "^7.25.9",
|
|
2002
2002
|
"@babel/plugin-transform-modules-umd": "^7.25.9",
|
|
2003
2003
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
|
|
2004
2004
|
"@babel/plugin-transform-new-target": "^7.25.9",
|
|
2005
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.
|
|
2005
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
|
|
2006
2006
|
"@babel/plugin-transform-numeric-separator": "^7.25.9",
|
|
2007
2007
|
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
|
|
2008
2008
|
"@babel/plugin-transform-object-super": "^7.25.9",
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
"@babel/plugin-transform-spread": "^7.25.9",
|
|
2020
2020
|
"@babel/plugin-transform-sticky-regex": "^7.25.9",
|
|
2021
2021
|
"@babel/plugin-transform-template-literals": "^7.25.9",
|
|
2022
|
-
"@babel/plugin-transform-typeof-symbol": "^7.
|
|
2022
|
+
"@babel/plugin-transform-typeof-symbol": "^7.26.7",
|
|
2023
2023
|
"@babel/plugin-transform-unicode-escapes": "^7.25.9",
|
|
2024
2024
|
"@babel/plugin-transform-unicode-property-regex": "^7.25.9",
|
|
2025
2025
|
"@babel/plugin-transform-unicode-regex": "^7.25.9",
|
|
@@ -2164,16 +2164,16 @@
|
|
|
2164
2164
|
}
|
|
2165
2165
|
},
|
|
2166
2166
|
"node_modules/@babel/traverse": {
|
|
2167
|
-
"version": "7.26.
|
|
2168
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.
|
|
2169
|
-
"integrity": "sha512-
|
|
2167
|
+
"version": "7.26.7",
|
|
2168
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz",
|
|
2169
|
+
"integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==",
|
|
2170
2170
|
"dev": true,
|
|
2171
2171
|
"dependencies": {
|
|
2172
2172
|
"@babel/code-frame": "^7.26.2",
|
|
2173
|
-
"@babel/generator": "^7.26.
|
|
2174
|
-
"@babel/parser": "^7.26.
|
|
2173
|
+
"@babel/generator": "^7.26.5",
|
|
2174
|
+
"@babel/parser": "^7.26.7",
|
|
2175
2175
|
"@babel/template": "^7.25.9",
|
|
2176
|
-
"@babel/types": "^7.26.
|
|
2176
|
+
"@babel/types": "^7.26.7",
|
|
2177
2177
|
"debug": "^4.3.1",
|
|
2178
2178
|
"globals": "^11.1.0"
|
|
2179
2179
|
},
|
|
@@ -2182,9 +2182,9 @@
|
|
|
2182
2182
|
}
|
|
2183
2183
|
},
|
|
2184
2184
|
"node_modules/@babel/types": {
|
|
2185
|
-
"version": "7.26.
|
|
2186
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.
|
|
2187
|
-
"integrity": "sha512-
|
|
2185
|
+
"version": "7.26.7",
|
|
2186
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz",
|
|
2187
|
+
"integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==",
|
|
2188
2188
|
"dev": true,
|
|
2189
2189
|
"dependencies": {
|
|
2190
2190
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -3595,9 +3595,9 @@
|
|
|
3595
3595
|
}
|
|
3596
3596
|
},
|
|
3597
3597
|
"node_modules/@parcel/watcher": {
|
|
3598
|
-
"version": "2.5.
|
|
3599
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.
|
|
3600
|
-
"integrity": "sha512-
|
|
3598
|
+
"version": "2.5.1",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
3600
|
+
"integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
|
|
3601
3601
|
"dev": true,
|
|
3602
3602
|
"hasInstallScript": true,
|
|
3603
3603
|
"optional": true,
|
|
@@ -3615,25 +3615,25 @@
|
|
|
3615
3615
|
"url": "https://opencollective.com/parcel"
|
|
3616
3616
|
},
|
|
3617
3617
|
"optionalDependencies": {
|
|
3618
|
-
"@parcel/watcher-android-arm64": "2.5.
|
|
3619
|
-
"@parcel/watcher-darwin-arm64": "2.5.
|
|
3620
|
-
"@parcel/watcher-darwin-x64": "2.5.
|
|
3621
|
-
"@parcel/watcher-freebsd-x64": "2.5.
|
|
3622
|
-
"@parcel/watcher-linux-arm-glibc": "2.5.
|
|
3623
|
-
"@parcel/watcher-linux-arm-musl": "2.5.
|
|
3624
|
-
"@parcel/watcher-linux-arm64-glibc": "2.5.
|
|
3625
|
-
"@parcel/watcher-linux-arm64-musl": "2.5.
|
|
3626
|
-
"@parcel/watcher-linux-x64-glibc": "2.5.
|
|
3627
|
-
"@parcel/watcher-linux-x64-musl": "2.5.
|
|
3628
|
-
"@parcel/watcher-win32-arm64": "2.5.
|
|
3629
|
-
"@parcel/watcher-win32-ia32": "2.5.
|
|
3630
|
-
"@parcel/watcher-win32-x64": "2.5.
|
|
3618
|
+
"@parcel/watcher-android-arm64": "2.5.1",
|
|
3619
|
+
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
3620
|
+
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
3621
|
+
"@parcel/watcher-freebsd-x64": "2.5.1",
|
|
3622
|
+
"@parcel/watcher-linux-arm-glibc": "2.5.1",
|
|
3623
|
+
"@parcel/watcher-linux-arm-musl": "2.5.1",
|
|
3624
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
3625
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
3626
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
3627
|
+
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
3628
|
+
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
3629
|
+
"@parcel/watcher-win32-ia32": "2.5.1",
|
|
3630
|
+
"@parcel/watcher-win32-x64": "2.5.1"
|
|
3631
3631
|
}
|
|
3632
3632
|
},
|
|
3633
3633
|
"node_modules/@parcel/watcher-android-arm64": {
|
|
3634
|
-
"version": "2.5.
|
|
3635
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.
|
|
3636
|
-
"integrity": "sha512-
|
|
3634
|
+
"version": "2.5.1",
|
|
3635
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
|
|
3636
|
+
"integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
|
|
3637
3637
|
"cpu": [
|
|
3638
3638
|
"arm64"
|
|
3639
3639
|
],
|
|
@@ -3651,9 +3651,9 @@
|
|
|
3651
3651
|
}
|
|
3652
3652
|
},
|
|
3653
3653
|
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
3654
|
-
"version": "2.5.
|
|
3655
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.
|
|
3656
|
-
"integrity": "sha512-
|
|
3654
|
+
"version": "2.5.1",
|
|
3655
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
|
|
3656
|
+
"integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
|
|
3657
3657
|
"cpu": [
|
|
3658
3658
|
"arm64"
|
|
3659
3659
|
],
|
|
@@ -3671,9 +3671,9 @@
|
|
|
3671
3671
|
}
|
|
3672
3672
|
},
|
|
3673
3673
|
"node_modules/@parcel/watcher-darwin-x64": {
|
|
3674
|
-
"version": "2.5.
|
|
3675
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.
|
|
3676
|
-
"integrity": "sha512-
|
|
3674
|
+
"version": "2.5.1",
|
|
3675
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
|
|
3676
|
+
"integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
|
|
3677
3677
|
"cpu": [
|
|
3678
3678
|
"x64"
|
|
3679
3679
|
],
|
|
@@ -3691,9 +3691,9 @@
|
|
|
3691
3691
|
}
|
|
3692
3692
|
},
|
|
3693
3693
|
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
3694
|
-
"version": "2.5.
|
|
3695
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.
|
|
3696
|
-
"integrity": "sha512-
|
|
3694
|
+
"version": "2.5.1",
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
|
|
3696
|
+
"integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
|
|
3697
3697
|
"cpu": [
|
|
3698
3698
|
"x64"
|
|
3699
3699
|
],
|
|
@@ -3711,9 +3711,9 @@
|
|
|
3711
3711
|
}
|
|
3712
3712
|
},
|
|
3713
3713
|
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
3714
|
-
"version": "2.5.
|
|
3715
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.
|
|
3716
|
-
"integrity": "sha512-
|
|
3714
|
+
"version": "2.5.1",
|
|
3715
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
|
|
3716
|
+
"integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
|
|
3717
3717
|
"cpu": [
|
|
3718
3718
|
"arm"
|
|
3719
3719
|
],
|
|
@@ -3731,9 +3731,9 @@
|
|
|
3731
3731
|
}
|
|
3732
3732
|
},
|
|
3733
3733
|
"node_modules/@parcel/watcher-linux-arm-musl": {
|
|
3734
|
-
"version": "2.5.
|
|
3735
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.
|
|
3736
|
-
"integrity": "sha512-
|
|
3734
|
+
"version": "2.5.1",
|
|
3735
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
|
|
3736
|
+
"integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
|
|
3737
3737
|
"cpu": [
|
|
3738
3738
|
"arm"
|
|
3739
3739
|
],
|
|
@@ -3751,9 +3751,9 @@
|
|
|
3751
3751
|
}
|
|
3752
3752
|
},
|
|
3753
3753
|
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
3754
|
-
"version": "2.5.
|
|
3755
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.
|
|
3756
|
-
"integrity": "sha512-
|
|
3754
|
+
"version": "2.5.1",
|
|
3755
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
|
|
3756
|
+
"integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
|
|
3757
3757
|
"cpu": [
|
|
3758
3758
|
"arm64"
|
|
3759
3759
|
],
|
|
@@ -3771,9 +3771,9 @@
|
|
|
3771
3771
|
}
|
|
3772
3772
|
},
|
|
3773
3773
|
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
3774
|
-
"version": "2.5.
|
|
3775
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.
|
|
3776
|
-
"integrity": "sha512-
|
|
3774
|
+
"version": "2.5.1",
|
|
3775
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
|
|
3776
|
+
"integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
|
|
3777
3777
|
"cpu": [
|
|
3778
3778
|
"arm64"
|
|
3779
3779
|
],
|
|
@@ -3791,9 +3791,9 @@
|
|
|
3791
3791
|
}
|
|
3792
3792
|
},
|
|
3793
3793
|
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
3794
|
-
"version": "2.5.
|
|
3795
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.
|
|
3796
|
-
"integrity": "sha512-
|
|
3794
|
+
"version": "2.5.1",
|
|
3795
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
|
|
3796
|
+
"integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
|
|
3797
3797
|
"cpu": [
|
|
3798
3798
|
"x64"
|
|
3799
3799
|
],
|
|
@@ -3811,9 +3811,9 @@
|
|
|
3811
3811
|
}
|
|
3812
3812
|
},
|
|
3813
3813
|
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
3814
|
-
"version": "2.5.
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.
|
|
3816
|
-
"integrity": "sha512-
|
|
3814
|
+
"version": "2.5.1",
|
|
3815
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
|
|
3816
|
+
"integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
|
|
3817
3817
|
"cpu": [
|
|
3818
3818
|
"x64"
|
|
3819
3819
|
],
|
|
@@ -3831,9 +3831,9 @@
|
|
|
3831
3831
|
}
|
|
3832
3832
|
},
|
|
3833
3833
|
"node_modules/@parcel/watcher-win32-arm64": {
|
|
3834
|
-
"version": "2.5.
|
|
3835
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.
|
|
3836
|
-
"integrity": "sha512-
|
|
3834
|
+
"version": "2.5.1",
|
|
3835
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
|
|
3836
|
+
"integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
|
|
3837
3837
|
"cpu": [
|
|
3838
3838
|
"arm64"
|
|
3839
3839
|
],
|
|
@@ -3851,9 +3851,9 @@
|
|
|
3851
3851
|
}
|
|
3852
3852
|
},
|
|
3853
3853
|
"node_modules/@parcel/watcher-win32-ia32": {
|
|
3854
|
-
"version": "2.5.
|
|
3855
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.
|
|
3856
|
-
"integrity": "sha512
|
|
3854
|
+
"version": "2.5.1",
|
|
3855
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
|
|
3856
|
+
"integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
|
|
3857
3857
|
"cpu": [
|
|
3858
3858
|
"ia32"
|
|
3859
3859
|
],
|
|
@@ -3871,9 +3871,9 @@
|
|
|
3871
3871
|
}
|
|
3872
3872
|
},
|
|
3873
3873
|
"node_modules/@parcel/watcher-win32-x64": {
|
|
3874
|
-
"version": "2.5.
|
|
3875
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.
|
|
3876
|
-
"integrity": "sha512-
|
|
3874
|
+
"version": "2.5.1",
|
|
3875
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
|
|
3876
|
+
"integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
|
|
3877
3877
|
"cpu": [
|
|
3878
3878
|
"x64"
|
|
3879
3879
|
],
|
|
@@ -3932,9 +3932,9 @@
|
|
|
3932
3932
|
}
|
|
3933
3933
|
},
|
|
3934
3934
|
"node_modules/@paypal/checkout-components": {
|
|
3935
|
-
"version": "5.0.
|
|
3936
|
-
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.
|
|
3937
|
-
"integrity": "sha512-
|
|
3935
|
+
"version": "5.0.348",
|
|
3936
|
+
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.348.tgz",
|
|
3937
|
+
"integrity": "sha512-8J+ojQQio6zr5IumHDh6ThQJ4kgEXRS3hPqTkukCgL0EWIVbMQTZKrA2X/ENDikjMGoFAI/GKUlbIkIUwwdVBA==",
|
|
3938
3938
|
"dependencies": {
|
|
3939
3939
|
"@krakenjs/beaver-logger": "^5.7.0",
|
|
3940
3940
|
"@krakenjs/belter": "^2.0.0",
|
|
@@ -3949,6 +3949,10 @@
|
|
|
3949
3949
|
"@paypal/sdk-client": "^4.0.194",
|
|
3950
3950
|
"@paypal/sdk-constants": "^1.0.146",
|
|
3951
3951
|
"@paypal/sdk-logos": "^2.2.6"
|
|
3952
|
+
},
|
|
3953
|
+
"engines": {
|
|
3954
|
+
"node": "^18",
|
|
3955
|
+
"npm": "8"
|
|
3952
3956
|
}
|
|
3953
3957
|
},
|
|
3954
3958
|
"node_modules/@paypal/common-components": {
|
|
@@ -4056,9 +4060,9 @@
|
|
|
4056
4060
|
}
|
|
4057
4061
|
},
|
|
4058
4062
|
"node_modules/@paypal/sdk-client": {
|
|
4059
|
-
"version": "4.0.
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.
|
|
4061
|
-
"integrity": "sha512-
|
|
4063
|
+
"version": "4.0.196",
|
|
4064
|
+
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.196.tgz",
|
|
4065
|
+
"integrity": "sha512-A/P6e1s7Wf+hXalZ/SdPoXBvelTsKNJNUF28uE83kZB/C3SGELQyMuwojUx6LaNgTE38QhIX13GKNhQtTTbNjg==",
|
|
4062
4066
|
"dependencies": {
|
|
4063
4067
|
"@krakenjs/beaver-logger": "^5.0.0",
|
|
4064
4068
|
"@krakenjs/belter": "^2.0.0",
|
|
@@ -4070,9 +4074,9 @@
|
|
|
4070
4074
|
}
|
|
4071
4075
|
},
|
|
4072
4076
|
"node_modules/@paypal/sdk-constants": {
|
|
4073
|
-
"version": "1.0.
|
|
4074
|
-
"resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.
|
|
4075
|
-
"integrity": "sha512-
|
|
4077
|
+
"version": "1.0.152",
|
|
4078
|
+
"resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.152.tgz",
|
|
4079
|
+
"integrity": "sha512-B8Xhq79kbOsh1UmUFmPboDBuXqVm/JE+E3eCmrl+Z9i6QbjjjXDLw1MAIZQk62H3jj99c0VmvAH3QmZSYk0Lpw==",
|
|
4076
4080
|
"dependencies": {
|
|
4077
4081
|
"hi-base32": "^0.5.0"
|
|
4078
4082
|
}
|
|
@@ -4252,12 +4256,6 @@
|
|
|
4252
4256
|
"@types/node": "*"
|
|
4253
4257
|
}
|
|
4254
4258
|
},
|
|
4255
|
-
"node_modules/@types/cookie": {
|
|
4256
|
-
"version": "0.4.1",
|
|
4257
|
-
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz",
|
|
4258
|
-
"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==",
|
|
4259
|
-
"dev": true
|
|
4260
|
-
},
|
|
4261
4259
|
"node_modules/@types/cors": {
|
|
4262
4260
|
"version": "2.8.17",
|
|
4263
4261
|
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz",
|
|
@@ -4280,9 +4278,9 @@
|
|
|
4280
4278
|
}
|
|
4281
4279
|
},
|
|
4282
4280
|
"node_modules/@types/express-serve-static-core": {
|
|
4283
|
-
"version": "5.0.
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
4285
|
-
"integrity": "sha512-
|
|
4281
|
+
"version": "5.0.6",
|
|
4282
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
|
|
4283
|
+
"integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
|
|
4286
4284
|
"dev": true,
|
|
4287
4285
|
"dependencies": {
|
|
4288
4286
|
"@types/node": "*",
|
|
@@ -4385,9 +4383,9 @@
|
|
|
4385
4383
|
"dev": true
|
|
4386
4384
|
},
|
|
4387
4385
|
"node_modules/@types/node": {
|
|
4388
|
-
"version": "22.
|
|
4389
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
4390
|
-
"integrity": "sha512-
|
|
4386
|
+
"version": "22.12.0",
|
|
4387
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz",
|
|
4388
|
+
"integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==",
|
|
4391
4389
|
"dev": true,
|
|
4392
4390
|
"dependencies": {
|
|
4393
4391
|
"undici-types": "~6.20.0"
|
|
@@ -4419,9 +4417,9 @@
|
|
|
4419
4417
|
"dev": true
|
|
4420
4418
|
},
|
|
4421
4419
|
"node_modules/@types/qs": {
|
|
4422
|
-
"version": "6.9.
|
|
4423
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
4424
|
-
"integrity": "sha512-
|
|
4420
|
+
"version": "6.9.18",
|
|
4421
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
4422
|
+
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
4425
4423
|
"dev": true
|
|
4426
4424
|
},
|
|
4427
4425
|
"node_modules/@types/range-parser": {
|
|
@@ -4488,9 +4486,9 @@
|
|
|
4488
4486
|
"dev": true
|
|
4489
4487
|
},
|
|
4490
4488
|
"node_modules/@types/ws": {
|
|
4491
|
-
"version": "8.5.
|
|
4492
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.
|
|
4493
|
-
"integrity": "sha512-
|
|
4489
|
+
"version": "8.5.14",
|
|
4490
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz",
|
|
4491
|
+
"integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==",
|
|
4494
4492
|
"dev": true,
|
|
4495
4493
|
"dependencies": {
|
|
4496
4494
|
"@types/node": "*"
|
|
@@ -4712,9 +4710,9 @@
|
|
|
4712
4710
|
}
|
|
4713
4711
|
},
|
|
4714
4712
|
"node_modules/@ungap/structured-clone": {
|
|
4715
|
-
"version": "1.
|
|
4716
|
-
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.
|
|
4717
|
-
"integrity": "sha512-
|
|
4713
|
+
"version": "1.3.0",
|
|
4714
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
4715
|
+
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
4718
4716
|
"dev": true
|
|
4719
4717
|
},
|
|
4720
4718
|
"node_modules/@vercel/fetch-retry": {
|
|
@@ -5571,6 +5569,15 @@
|
|
|
5571
5569
|
],
|
|
5572
5570
|
"optional": true
|
|
5573
5571
|
},
|
|
5572
|
+
"node_modules/async-function": {
|
|
5573
|
+
"version": "1.0.0",
|
|
5574
|
+
"resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
|
|
5575
|
+
"integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
|
|
5576
|
+
"dev": true,
|
|
5577
|
+
"engines": {
|
|
5578
|
+
"node": ">= 0.4"
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5574
5581
|
"node_modules/async-retry": {
|
|
5575
5582
|
"version": "1.3.3",
|
|
5576
5583
|
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
|
|
@@ -6884,9 +6891,9 @@
|
|
|
6884
6891
|
}
|
|
6885
6892
|
},
|
|
6886
6893
|
"node_modules/caniuse-lite": {
|
|
6887
|
-
"version": "1.0.
|
|
6888
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6889
|
-
"integrity": "sha512-
|
|
6894
|
+
"version": "1.0.30001696",
|
|
6895
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001696.tgz",
|
|
6896
|
+
"integrity": "sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==",
|
|
6890
6897
|
"dev": true,
|
|
6891
6898
|
"funding": [
|
|
6892
6899
|
{
|
|
@@ -8576,9 +8583,9 @@
|
|
|
8576
8583
|
"dev": true
|
|
8577
8584
|
},
|
|
8578
8585
|
"node_modules/electron-to-chromium": {
|
|
8579
|
-
"version": "1.5.
|
|
8580
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
8581
|
-
"integrity": "sha512-
|
|
8586
|
+
"version": "1.5.89",
|
|
8587
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.89.tgz",
|
|
8588
|
+
"integrity": "sha512-okLMJSmbI+XHr8aG+wCK+VPH+d38sHMED6/q1CTsCNkqfdOZL3k2ThWnh44HL6bJKj9cabPCSVLDv9ynsIm8qg==",
|
|
8582
8589
|
"dev": true
|
|
8583
8590
|
},
|
|
8584
8591
|
"node_modules/elliptic": {
|
|
@@ -8648,12 +8655,11 @@
|
|
|
8648
8655
|
}
|
|
8649
8656
|
},
|
|
8650
8657
|
"node_modules/engine.io": {
|
|
8651
|
-
"version": "6.6.
|
|
8652
|
-
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.
|
|
8653
|
-
"integrity": "sha512-
|
|
8658
|
+
"version": "6.6.4",
|
|
8659
|
+
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz",
|
|
8660
|
+
"integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==",
|
|
8654
8661
|
"dev": true,
|
|
8655
8662
|
"dependencies": {
|
|
8656
|
-
"@types/cookie": "^0.4.1",
|
|
8657
8663
|
"@types/cors": "^2.8.12",
|
|
8658
8664
|
"@types/node": ">=10.0.0",
|
|
8659
8665
|
"accepts": "~1.3.4",
|
|
@@ -8857,9 +8863,9 @@
|
|
|
8857
8863
|
}
|
|
8858
8864
|
},
|
|
8859
8865
|
"node_modules/es-object-atoms": {
|
|
8860
|
-
"version": "1.
|
|
8861
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.
|
|
8862
|
-
"integrity": "sha512-
|
|
8866
|
+
"version": "1.1.1",
|
|
8867
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
8868
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
8863
8869
|
"dev": true,
|
|
8864
8870
|
"dependencies": {
|
|
8865
8871
|
"es-errors": "^1.3.0"
|
|
@@ -10160,9 +10166,9 @@
|
|
|
10160
10166
|
"dev": true
|
|
10161
10167
|
},
|
|
10162
10168
|
"node_modules/fast-uri": {
|
|
10163
|
-
"version": "3.0.
|
|
10164
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.
|
|
10165
|
-
"integrity": "sha512-
|
|
10169
|
+
"version": "3.0.6",
|
|
10170
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
|
|
10171
|
+
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
|
|
10166
10172
|
"dev": true,
|
|
10167
10173
|
"funding": [
|
|
10168
10174
|
{
|
|
@@ -10514,12 +10520,18 @@
|
|
|
10514
10520
|
}
|
|
10515
10521
|
},
|
|
10516
10522
|
"node_modules/for-each": {
|
|
10517
|
-
"version": "0.3.
|
|
10518
|
-
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.
|
|
10519
|
-
"integrity": "sha512-
|
|
10523
|
+
"version": "0.3.4",
|
|
10524
|
+
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.4.tgz",
|
|
10525
|
+
"integrity": "sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==",
|
|
10520
10526
|
"dev": true,
|
|
10521
10527
|
"dependencies": {
|
|
10522
|
-
"is-callable": "^1.
|
|
10528
|
+
"is-callable": "^1.2.7"
|
|
10529
|
+
},
|
|
10530
|
+
"engines": {
|
|
10531
|
+
"node": ">= 0.4"
|
|
10532
|
+
},
|
|
10533
|
+
"funding": {
|
|
10534
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
10523
10535
|
}
|
|
10524
10536
|
},
|
|
10525
10537
|
"node_modules/for-in": {
|
|
@@ -10802,9 +10814,9 @@
|
|
|
10802
10814
|
}
|
|
10803
10815
|
},
|
|
10804
10816
|
"node_modules/get-tsconfig": {
|
|
10805
|
-
"version": "4.
|
|
10806
|
-
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.
|
|
10807
|
-
"integrity": "sha512-
|
|
10817
|
+
"version": "4.10.0",
|
|
10818
|
+
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
|
|
10819
|
+
"integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
|
|
10808
10820
|
"dev": true,
|
|
10809
10821
|
"dependencies": {
|
|
10810
10822
|
"resolve-pkg-maps": "^1.0.0"
|
|
@@ -11498,9 +11510,9 @@
|
|
|
11498
11510
|
}
|
|
11499
11511
|
},
|
|
11500
11512
|
"node_modules/http-parser-js": {
|
|
11501
|
-
"version": "0.5.
|
|
11502
|
-
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.
|
|
11503
|
-
"integrity": "sha512-
|
|
11513
|
+
"version": "0.5.9",
|
|
11514
|
+
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz",
|
|
11515
|
+
"integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==",
|
|
11504
11516
|
"dev": true
|
|
11505
11517
|
},
|
|
11506
11518
|
"node_modules/http-proxy": {
|
|
@@ -11913,11 +11925,12 @@
|
|
|
11913
11925
|
"dev": true
|
|
11914
11926
|
},
|
|
11915
11927
|
"node_modules/is-async-function": {
|
|
11916
|
-
"version": "2.1.
|
|
11917
|
-
"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.
|
|
11918
|
-
"integrity": "sha512-
|
|
11928
|
+
"version": "2.1.1",
|
|
11929
|
+
"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
|
|
11930
|
+
"integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
|
|
11919
11931
|
"dev": true,
|
|
11920
11932
|
"dependencies": {
|
|
11933
|
+
"async-function": "^1.0.0",
|
|
11921
11934
|
"call-bound": "^1.0.3",
|
|
11922
11935
|
"get-proto": "^1.0.1",
|
|
11923
11936
|
"has-tostringtag": "^1.0.2",
|
|
@@ -15166,6 +15179,7 @@
|
|
|
15166
15179
|
"version": "4.4.2",
|
|
15167
15180
|
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
15168
15181
|
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
15182
|
+
"deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.",
|
|
15169
15183
|
"dev": true,
|
|
15170
15184
|
"peer": true
|
|
15171
15185
|
},
|
|
@@ -15397,9 +15411,9 @@
|
|
|
15397
15411
|
}
|
|
15398
15412
|
},
|
|
15399
15413
|
"node_modules/loupe": {
|
|
15400
|
-
"version": "3.1.
|
|
15401
|
-
"resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.
|
|
15402
|
-
"integrity": "sha512-
|
|
15414
|
+
"version": "3.1.3",
|
|
15415
|
+
"resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz",
|
|
15416
|
+
"integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==",
|
|
15403
15417
|
"dev": true,
|
|
15404
15418
|
"peer": true
|
|
15405
15419
|
},
|
|
@@ -22180,9 +22194,9 @@
|
|
|
22180
22194
|
}
|
|
22181
22195
|
},
|
|
22182
22196
|
"node_modules/playwright-core": {
|
|
22183
|
-
"version": "1.
|
|
22184
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
22185
|
-
"integrity": "sha512-
|
|
22197
|
+
"version": "1.50.0",
|
|
22198
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz",
|
|
22199
|
+
"integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==",
|
|
22186
22200
|
"peer": true,
|
|
22187
22201
|
"bin": {
|
|
22188
22202
|
"playwright-core": "cli.js"
|
|
@@ -23475,9 +23489,9 @@
|
|
|
23475
23489
|
"dev": true
|
|
23476
23490
|
},
|
|
23477
23491
|
"node_modules/sass": {
|
|
23478
|
-
"version": "1.83.
|
|
23479
|
-
"resolved": "https://registry.npmjs.org/sass/-/sass-1.83.
|
|
23480
|
-
"integrity": "sha512-
|
|
23492
|
+
"version": "1.83.4",
|
|
23493
|
+
"resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz",
|
|
23494
|
+
"integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==",
|
|
23481
23495
|
"dev": true,
|
|
23482
23496
|
"dependencies": {
|
|
23483
23497
|
"chokidar": "^4.0.0",
|
|
@@ -23582,12 +23596,12 @@
|
|
|
23582
23596
|
}
|
|
23583
23597
|
},
|
|
23584
23598
|
"node_modules/sass/node_modules/readdirp": {
|
|
23585
|
-
"version": "4.
|
|
23586
|
-
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.
|
|
23587
|
-
"integrity": "sha512-
|
|
23599
|
+
"version": "4.1.1",
|
|
23600
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz",
|
|
23601
|
+
"integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==",
|
|
23588
23602
|
"dev": true,
|
|
23589
23603
|
"engines": {
|
|
23590
|
-
"node": ">= 14.
|
|
23604
|
+
"node": ">= 14.18.0"
|
|
23591
23605
|
},
|
|
23592
23606
|
"funding": {
|
|
23593
23607
|
"type": "individual",
|
|
@@ -23713,9 +23727,9 @@
|
|
|
23713
23727
|
}
|
|
23714
23728
|
},
|
|
23715
23729
|
"node_modules/semver": {
|
|
23716
|
-
"version": "7.
|
|
23717
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
23718
|
-
"integrity": "sha512-
|
|
23730
|
+
"version": "7.7.0",
|
|
23731
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz",
|
|
23732
|
+
"integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==",
|
|
23719
23733
|
"dev": true,
|
|
23720
23734
|
"bin": {
|
|
23721
23735
|
"semver": "bin/semver.js"
|
|
@@ -24552,9 +24566,9 @@
|
|
|
24552
24566
|
}
|
|
24553
24567
|
},
|
|
24554
24568
|
"node_modules/spdx-license-ids": {
|
|
24555
|
-
"version": "3.0.
|
|
24556
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
24557
|
-
"integrity": "sha512-
|
|
24569
|
+
"version": "3.0.21",
|
|
24570
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
|
|
24571
|
+
"integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==",
|
|
24558
24572
|
"dev": true
|
|
24559
24573
|
},
|
|
24560
24574
|
"node_modules/spdy": {
|
|
@@ -27948,9 +27962,9 @@
|
|
|
27948
27962
|
}
|
|
27949
27963
|
},
|
|
27950
27964
|
"node_modules/zx/node_modules/@types/node": {
|
|
27951
|
-
"version": "16.18.
|
|
27952
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.
|
|
27953
|
-
"integrity": "sha512
|
|
27965
|
+
"version": "16.18.125",
|
|
27966
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.125.tgz",
|
|
27967
|
+
"integrity": "sha512-w7U5ojboSPfZP4zD98d+/cjcN2BDW6lKH2M0ubipt8L8vUC7qUAC6ENKGSJL4tEktH2Saw2K4y1uwSjyRGKMhw==",
|
|
27954
27968
|
"dev": true
|
|
27955
27969
|
},
|
|
27956
27970
|
"node_modules/zx/node_modules/array-union": {
|
|
@@ -28180,9 +28194,9 @@
|
|
|
28180
28194
|
}
|
|
28181
28195
|
},
|
|
28182
28196
|
"@paypal/checkout-components": {
|
|
28183
|
-
"version": "5.0.
|
|
28184
|
-
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.
|
|
28185
|
-
"integrity": "sha512-
|
|
28197
|
+
"version": "5.0.348",
|
|
28198
|
+
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.348.tgz",
|
|
28199
|
+
"integrity": "sha512-8J+ojQQio6zr5IumHDh6ThQJ4kgEXRS3hPqTkukCgL0EWIVbMQTZKrA2X/ENDikjMGoFAI/GKUlbIkIUwwdVBA==",
|
|
28186
28200
|
"requires": {
|
|
28187
28201
|
"@krakenjs/beaver-logger": "^5.7.0",
|
|
28188
28202
|
"@krakenjs/belter": "^2.0.0",
|
|
@@ -28304,9 +28318,9 @@
|
|
|
28304
28318
|
}
|
|
28305
28319
|
},
|
|
28306
28320
|
"@paypal/sdk-client": {
|
|
28307
|
-
"version": "4.0.
|
|
28308
|
-
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.
|
|
28309
|
-
"integrity": "sha512-
|
|
28321
|
+
"version": "4.0.196",
|
|
28322
|
+
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.196.tgz",
|
|
28323
|
+
"integrity": "sha512-A/P6e1s7Wf+hXalZ/SdPoXBvelTsKNJNUF28uE83kZB/C3SGELQyMuwojUx6LaNgTE38QhIX13GKNhQtTTbNjg==",
|
|
28310
28324
|
"requires": {
|
|
28311
28325
|
"@krakenjs/beaver-logger": "^5.0.0",
|
|
28312
28326
|
"@krakenjs/belter": "^2.0.0",
|
|
@@ -28318,9 +28332,9 @@
|
|
|
28318
28332
|
}
|
|
28319
28333
|
},
|
|
28320
28334
|
"@paypal/sdk-constants": {
|
|
28321
|
-
"version": "1.0.
|
|
28322
|
-
"resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.
|
|
28323
|
-
"integrity": "sha512-
|
|
28335
|
+
"version": "1.0.152",
|
|
28336
|
+
"resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.152.tgz",
|
|
28337
|
+
"integrity": "sha512-B8Xhq79kbOsh1UmUFmPboDBuXqVm/JE+E3eCmrl+Z9i6QbjjjXDLw1MAIZQk62H3jj99c0VmvAH3QmZSYk0Lpw==",
|
|
28324
28338
|
"requires": {
|
|
28325
28339
|
"hi-base32": "^0.5.0"
|
|
28326
28340
|
}
|
|
@@ -28393,9 +28407,9 @@
|
|
|
28393
28407
|
"integrity": "sha512-Fs66MaQNHQTFO+PkuOSXlxPS+MMD+UOhTdiGtevn3/GLWyxtgkmPJIWLYdOpXEaA89QxYNyKViuU5IMNVqh21A=="
|
|
28394
28408
|
},
|
|
28395
28409
|
"playwright-core": {
|
|
28396
|
-
"version": "1.
|
|
28397
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
28398
|
-
"integrity": "sha512-
|
|
28410
|
+
"version": "1.50.0",
|
|
28411
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz",
|
|
28412
|
+
"integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==",
|
|
28399
28413
|
"peer": true
|
|
28400
28414
|
},
|
|
28401
28415
|
"promise-polyfill": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/sdk-release",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.468",
|
|
4
4
|
"description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@paypal/accelerated-checkout-loader": "1.1.0",
|
|
83
83
|
"@paypal/applepay-components": "1.8.0",
|
|
84
84
|
"@paypal/card-components": "1.0.56",
|
|
85
|
-
"@paypal/checkout-components": "5.0.
|
|
85
|
+
"@paypal/checkout-components": "5.0.348",
|
|
86
86
|
"@paypal/common-components": "1.0.50",
|
|
87
87
|
"@paypal/example-components": "1.0.28",
|
|
88
88
|
"@paypal/funding-components": "1.0.32",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"@paypal/legal-components": "1.2.2",
|
|
92
92
|
"@paypal/messaging-components": "1.65.4",
|
|
93
93
|
"@paypal/muse-components": "1.3.94",
|
|
94
|
-
"@paypal/sdk-client": "4.0.
|
|
95
|
-
"@paypal/sdk-constants": "1.0.
|
|
94
|
+
"@paypal/sdk-client": "4.0.196",
|
|
95
|
+
"@paypal/sdk-constants": "1.0.152",
|
|
96
96
|
"@paypal/sdk-logos": "2.2.7",
|
|
97
97
|
"axe-core": "4.10.2",
|
|
98
98
|
"bowser": "2.11.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"framebus": "3.0.1",
|
|
105
105
|
"hi-base32": "0.5.1",
|
|
106
106
|
"inject-stylesheet": "1.0.0",
|
|
107
|
-
"playwright-core": "1.
|
|
107
|
+
"playwright-core": "1.50.0",
|
|
108
108
|
"promise-polyfill": "7.0.2",
|
|
109
109
|
"restricted-input": "1.2.7",
|
|
110
110
|
"through": "2.3.8",
|