@paypal/sdk-release 5.0.275 → 5.0.276

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 +13 -13
  2. package/package.json +5 -5
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.275",
3
+ "version": "5.0.276",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -39,9 +39,9 @@
39
39
  }
40
40
  },
41
41
  "@paypal/checkout-components": {
42
- "version": "5.0.191",
43
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.191.tgz",
44
- "integrity": "sha512-HiFeMCHyFfulPNLVW1tYwNT1ApFGWlUlIgoKcdoFIpKNKDy6AJh/xt0rc4NixCx34BkTJh5EtbAVRaHsWelW8g==",
42
+ "version": "5.0.193",
43
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.193.tgz",
44
+ "integrity": "sha512-+Epb/wg5onku8GIrYLBGnjeKH5bC5BD7GLwOAbgyPBIm1QkiD+iw/u6vVzPDZ/04X+N/H445NkCB8viTIkOZJQ==",
45
45
  "requires": {
46
46
  "@paypal/common-components": "^1.0.16",
47
47
  "@paypal/funding-components": "^1.0.17",
@@ -149,9 +149,9 @@
149
149
  }
150
150
  },
151
151
  "@paypal/sdk-constants": {
152
- "version": "1.0.115",
153
- "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.115.tgz",
154
- "integrity": "sha512-9Bz1qkC0VV3g/HOUEhEV4LnmYcEszt6/ofq+JrGUx4v+JdKlGEPxOqisMdgVtrDwgih027tt+75AqMJBI7i8ww==",
152
+ "version": "1.0.116",
153
+ "resolved": "https://registry.npmjs.org/@paypal/sdk-constants/-/sdk-constants-1.0.116.tgz",
154
+ "integrity": "sha512-V/f5Heit1W/O/4KD1y+3ymgCyN3QbZfx6ST5vvAM8dMGrrLFwGHxljP/aJntR/Rn167T0ujPaZq6VWaaMScyMA==",
155
155
  "requires": {
156
156
  "cross-domain-utils": "^2.0.10",
157
157
  "hi-base32": "^0.5.0",
@@ -179,9 +179,9 @@
179
179
  }
180
180
  },
181
181
  "belter": {
182
- "version": "1.0.184",
183
- "resolved": "https://registry.npmjs.org/belter/-/belter-1.0.184.tgz",
184
- "integrity": "sha512-DPg0ulUzcKQnrHm5Zueoi7Ww36aTCLT2hIwqWMesqkVuI2rzv3uWHWxaWHJvURVQHcNGgVvqj2i3EqXinW8E8A==",
182
+ "version": "1.0.186",
183
+ "resolved": "https://registry.npmjs.org/belter/-/belter-1.0.186.tgz",
184
+ "integrity": "sha512-j2ZSHxZ6G3fZSGxtTf1cmcTUQqHL94Iha/TYRFBJuK7D6ofYM4/NdQL6+P3dR93gVmYaopicTC5ZNWgICAjZ5g==",
185
185
  "requires": {
186
186
  "cross-domain-safe-weakmap": "^1",
187
187
  "cross-domain-utils": "^2",
@@ -219,9 +219,9 @@
219
219
  }
220
220
  },
221
221
  "core-js-pure": {
222
- "version": "3.20.2",
223
- "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.20.2.tgz",
224
- "integrity": "sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg=="
222
+ "version": "3.20.3",
223
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.20.3.tgz",
224
+ "integrity": "sha512-Q2H6tQ5MtPtcC7f3HxJ48i4Q7T9ybPKgvWyuH7JXIoNa2pm0KuBnycsET/qw1SLLZYfbsbrZQNMeIOClb+6WIA=="
225
225
  },
226
226
  "credit-card-type": {
227
227
  "version": "6.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.275",
3
+ "version": "5.0.276",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -65,7 +65,7 @@
65
65
  "@braintree/sanitize-url": "2.1.0",
66
66
  "@braintree/wrap-promise": "1.1.1",
67
67
  "@paypal/card-components": "1.0.51",
68
- "@paypal/checkout-components": "5.0.191",
68
+ "@paypal/checkout-components": "5.0.193",
69
69
  "@paypal/common-components": "1.0.23",
70
70
  "@paypal/example-components": "1.0.27",
71
71
  "@paypal/funding-components": "1.0.22",
@@ -73,14 +73,14 @@
73
73
  "@paypal/messaging-components": "1.28.0",
74
74
  "@paypal/muse-components": "1.3.71",
75
75
  "@paypal/sdk-client": "4.0.162",
76
- "@paypal/sdk-constants": "1.0.115",
76
+ "@paypal/sdk-constants": "1.0.116",
77
77
  "@paypal/sdk-logos": "1.0.41",
78
78
  "beaver-logger": "4.0.32",
79
- "belter": "1.0.184",
79
+ "belter": "1.0.186",
80
80
  "bowser": "2.11.0",
81
81
  "braintree-web": "3.33.0",
82
82
  "card-validator": "4.3.0",
83
- "core-js-pure": "3.20.2",
83
+ "core-js-pure": "3.20.3",
84
84
  "credit-card-type": "6.3.0",
85
85
  "cross-domain-safe-weakmap": "1.0.29",
86
86
  "cross-domain-utils": "2.0.38",