@paypal/sdk-release 5.0.274 → 5.0.275

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 +10 -10
  2. package/package.json +4 -4
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.274",
3
+ "version": "5.0.275",
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.190",
43
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.190.tgz",
44
- "integrity": "sha512-FziSQpUVVe557NSTrse8+E+29eT20X8p+xeJZiUeNlCVDsPpqEkF7qDpKvIqV5cPB5T9dzk9b3Ad8JBob+bi3A==",
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==",
45
45
  "requires": {
46
46
  "@paypal/common-components": "^1.0.16",
47
47
  "@paypal/funding-components": "^1.0.17",
@@ -179,9 +179,9 @@
179
179
  }
180
180
  },
181
181
  "belter": {
182
- "version": "1.0.183",
183
- "resolved": "https://registry.npmjs.org/belter/-/belter-1.0.183.tgz",
184
- "integrity": "sha512-MNiXdCEJFw6RVRpmUdlElK6lRgW8tbG0RiWlx3RZoFzg8weQXfSiZK9XO1ejM9grDdyoLMOoOvJ+qw61UOCMIw==",
182
+ "version": "1.0.184",
183
+ "resolved": "https://registry.npmjs.org/belter/-/belter-1.0.184.tgz",
184
+ "integrity": "sha512-DPg0ulUzcKQnrHm5Zueoi7Ww36aTCLT2hIwqWMesqkVuI2rzv3uWHWxaWHJvURVQHcNGgVvqj2i3EqXinW8E8A==",
185
185
  "requires": {
186
186
  "cross-domain-safe-weakmap": "^1",
187
187
  "cross-domain-utils": "^2",
@@ -305,9 +305,9 @@
305
305
  "integrity": "sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ=="
306
306
  },
307
307
  "zoid": {
308
- "version": "9.0.85",
309
- "resolved": "https://registry.npmjs.org/zoid/-/zoid-9.0.85.tgz",
310
- "integrity": "sha512-fM9Hht/OtA6RvJeNvtwP5IEh5paf5C9TFe+1H1eroZNvwvmO3T5kSTfv7LRaO+o2zcOGZLfN2TZA6SqNXU/gJw==",
308
+ "version": "9.0.86",
309
+ "resolved": "https://registry.npmjs.org/zoid/-/zoid-9.0.86.tgz",
310
+ "integrity": "sha512-hWcLj0s4cHKErUUn0Nz2bvuCStA9/y3sz/0gFxvAhompu9v54i+Pik0Kx39pWPB8qbiEN7MRyHohv1ZERlHeSg==",
311
311
  "requires": {
312
312
  "belter": "^1.0.123",
313
313
  "cross-domain-utils": "^2.0.33",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.274",
3
+ "version": "5.0.275",
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.190",
68
+ "@paypal/checkout-components": "5.0.191",
69
69
  "@paypal/common-components": "1.0.23",
70
70
  "@paypal/example-components": "1.0.27",
71
71
  "@paypal/funding-components": "1.0.22",
@@ -76,7 +76,7 @@
76
76
  "@paypal/sdk-constants": "1.0.115",
77
77
  "@paypal/sdk-logos": "1.0.41",
78
78
  "beaver-logger": "4.0.32",
79
- "belter": "1.0.183",
79
+ "belter": "1.0.184",
80
80
  "bowser": "2.11.0",
81
81
  "braintree-web": "3.33.0",
82
82
  "card-validator": "4.3.0",
@@ -94,6 +94,6 @@
94
94
  "universal-serialize": "1.0.10",
95
95
  "whatwg-fetch": "3.6.2",
96
96
  "zalgo-promise": "1.0.48",
97
- "zoid": "9.0.85"
97
+ "zoid": "9.0.86"
98
98
  }
99
99
  }