@paypal/sdk-release 5.0.403 → 5.0.404

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 +76 -73
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.403",
3
+ "version": "5.0.404",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@paypal/sdk-release",
9
- "version": "5.0.402",
9
+ "version": "5.0.403",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@paypal/applepay-components": "1.5.0",
13
13
  "@paypal/card-components": "1.0.55",
14
- "@paypal/checkout-components": "5.0.281",
14
+ "@paypal/checkout-components": "5.0.282",
15
15
  "@paypal/common-components": "1.0.40",
16
16
  "@paypal/example-components": "1.0.28",
17
17
  "@paypal/funding-components": "1.0.32",
@@ -105,18 +105,18 @@
105
105
  }
106
106
  },
107
107
  "node_modules/@babel/compat-data": {
108
- "version": "7.22.20",
109
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz",
110
- "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==",
108
+ "version": "7.23.2",
109
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.2.tgz",
110
+ "integrity": "sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==",
111
111
  "dev": true,
112
112
  "engines": {
113
113
  "node": ">=6.9.0"
114
114
  }
115
115
  },
116
116
  "node_modules/@babel/core": {
117
- "version": "7.23.0",
118
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz",
119
- "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==",
117
+ "version": "7.23.2",
118
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz",
119
+ "integrity": "sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==",
120
120
  "dev": true,
121
121
  "dependencies": {
122
122
  "@ampproject/remapping": "^2.2.0",
@@ -124,10 +124,10 @@
124
124
  "@babel/generator": "^7.23.0",
125
125
  "@babel/helper-compilation-targets": "^7.22.15",
126
126
  "@babel/helper-module-transforms": "^7.23.0",
127
- "@babel/helpers": "^7.23.0",
127
+ "@babel/helpers": "^7.23.2",
128
128
  "@babel/parser": "^7.23.0",
129
129
  "@babel/template": "^7.22.15",
130
- "@babel/traverse": "^7.23.0",
130
+ "@babel/traverse": "^7.23.2",
131
131
  "@babel/types": "^7.23.0",
132
132
  "convert-source-map": "^2.0.0",
133
133
  "debug": "^4.1.0",
@@ -527,13 +527,13 @@
527
527
  }
528
528
  },
529
529
  "node_modules/@babel/helpers": {
530
- "version": "7.23.1",
531
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz",
532
- "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==",
530
+ "version": "7.23.2",
531
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
532
+ "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
533
533
  "dev": true,
534
534
  "dependencies": {
535
535
  "@babel/template": "^7.22.15",
536
- "@babel/traverse": "^7.23.0",
536
+ "@babel/traverse": "^7.23.2",
537
537
  "@babel/types": "^7.23.0"
538
538
  },
539
539
  "engines": {
@@ -639,9 +639,9 @@
639
639
  }
640
640
  },
641
641
  "node_modules/@babel/plugin-proposal-decorators": {
642
- "version": "7.23.0",
643
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.0.tgz",
644
- "integrity": "sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==",
642
+ "version": "7.23.2",
643
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.2.tgz",
644
+ "integrity": "sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==",
645
645
  "dev": true,
646
646
  "dependencies": {
647
647
  "@babel/helper-create-class-features-plugin": "^7.22.15",
@@ -992,14 +992,14 @@
992
992
  }
993
993
  },
994
994
  "node_modules/@babel/plugin-transform-async-generator-functions": {
995
- "version": "7.22.15",
996
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz",
997
- "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==",
995
+ "version": "7.23.2",
996
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.2.tgz",
997
+ "integrity": "sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==",
998
998
  "dev": true,
999
999
  "dependencies": {
1000
- "@babel/helper-environment-visitor": "^7.22.5",
1000
+ "@babel/helper-environment-visitor": "^7.22.20",
1001
1001
  "@babel/helper-plugin-utils": "^7.22.5",
1002
- "@babel/helper-remap-async-to-generator": "^7.22.9",
1002
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
1003
1003
  "@babel/plugin-syntax-async-generators": "^7.8.4"
1004
1004
  },
1005
1005
  "engines": {
@@ -1691,16 +1691,16 @@
1691
1691
  }
1692
1692
  },
1693
1693
  "node_modules/@babel/plugin-transform-runtime": {
1694
- "version": "7.22.15",
1695
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
1696
- "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
1694
+ "version": "7.23.2",
1695
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.2.tgz",
1696
+ "integrity": "sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==",
1697
1697
  "dev": true,
1698
1698
  "dependencies": {
1699
1699
  "@babel/helper-module-imports": "^7.22.15",
1700
1700
  "@babel/helper-plugin-utils": "^7.22.5",
1701
- "babel-plugin-polyfill-corejs2": "^0.4.5",
1702
- "babel-plugin-polyfill-corejs3": "^0.8.3",
1703
- "babel-plugin-polyfill-regenerator": "^0.5.2",
1701
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
1702
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
1703
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
1704
1704
  "semver": "^6.3.1"
1705
1705
  },
1706
1706
  "engines": {
@@ -1902,12 +1902,12 @@
1902
1902
  "dev": true
1903
1903
  },
1904
1904
  "node_modules/@babel/preset-env": {
1905
- "version": "7.22.20",
1906
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.20.tgz",
1907
- "integrity": "sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==",
1905
+ "version": "7.23.2",
1906
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.2.tgz",
1907
+ "integrity": "sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==",
1908
1908
  "dev": true,
1909
1909
  "dependencies": {
1910
- "@babel/compat-data": "^7.22.20",
1910
+ "@babel/compat-data": "^7.23.2",
1911
1911
  "@babel/helper-compilation-targets": "^7.22.15",
1912
1912
  "@babel/helper-plugin-utils": "^7.22.5",
1913
1913
  "@babel/helper-validator-option": "^7.22.15",
@@ -1933,15 +1933,15 @@
1933
1933
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
1934
1934
  "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1935
1935
  "@babel/plugin-transform-arrow-functions": "^7.22.5",
1936
- "@babel/plugin-transform-async-generator-functions": "^7.22.15",
1936
+ "@babel/plugin-transform-async-generator-functions": "^7.23.2",
1937
1937
  "@babel/plugin-transform-async-to-generator": "^7.22.5",
1938
1938
  "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
1939
- "@babel/plugin-transform-block-scoping": "^7.22.15",
1939
+ "@babel/plugin-transform-block-scoping": "^7.23.0",
1940
1940
  "@babel/plugin-transform-class-properties": "^7.22.5",
1941
1941
  "@babel/plugin-transform-class-static-block": "^7.22.11",
1942
1942
  "@babel/plugin-transform-classes": "^7.22.15",
1943
1943
  "@babel/plugin-transform-computed-properties": "^7.22.5",
1944
- "@babel/plugin-transform-destructuring": "^7.22.15",
1944
+ "@babel/plugin-transform-destructuring": "^7.23.0",
1945
1945
  "@babel/plugin-transform-dotall-regex": "^7.22.5",
1946
1946
  "@babel/plugin-transform-duplicate-keys": "^7.22.5",
1947
1947
  "@babel/plugin-transform-dynamic-import": "^7.22.11",
@@ -1953,9 +1953,9 @@
1953
1953
  "@babel/plugin-transform-literals": "^7.22.5",
1954
1954
  "@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
1955
1955
  "@babel/plugin-transform-member-expression-literals": "^7.22.5",
1956
- "@babel/plugin-transform-modules-amd": "^7.22.5",
1957
- "@babel/plugin-transform-modules-commonjs": "^7.22.15",
1958
- "@babel/plugin-transform-modules-systemjs": "^7.22.11",
1956
+ "@babel/plugin-transform-modules-amd": "^7.23.0",
1957
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
1958
+ "@babel/plugin-transform-modules-systemjs": "^7.23.0",
1959
1959
  "@babel/plugin-transform-modules-umd": "^7.22.5",
1960
1960
  "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
1961
1961
  "@babel/plugin-transform-new-target": "^7.22.5",
@@ -1964,7 +1964,7 @@
1964
1964
  "@babel/plugin-transform-object-rest-spread": "^7.22.15",
1965
1965
  "@babel/plugin-transform-object-super": "^7.22.5",
1966
1966
  "@babel/plugin-transform-optional-catch-binding": "^7.22.11",
1967
- "@babel/plugin-transform-optional-chaining": "^7.22.15",
1967
+ "@babel/plugin-transform-optional-chaining": "^7.23.0",
1968
1968
  "@babel/plugin-transform-parameters": "^7.22.15",
1969
1969
  "@babel/plugin-transform-private-methods": "^7.22.5",
1970
1970
  "@babel/plugin-transform-private-property-in-object": "^7.22.11",
@@ -1981,10 +1981,10 @@
1981
1981
  "@babel/plugin-transform-unicode-regex": "^7.22.5",
1982
1982
  "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
1983
1983
  "@babel/preset-modules": "0.1.6-no-external-plugins",
1984
- "@babel/types": "^7.22.19",
1985
- "babel-plugin-polyfill-corejs2": "^0.4.5",
1986
- "babel-plugin-polyfill-corejs3": "^0.8.3",
1987
- "babel-plugin-polyfill-regenerator": "^0.5.2",
1984
+ "@babel/types": "^7.23.0",
1985
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
1986
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
1987
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
1988
1988
  "core-js-compat": "^3.31.0",
1989
1989
  "semver": "^6.3.1"
1990
1990
  },
@@ -2127,9 +2127,9 @@
2127
2127
  }
2128
2128
  },
2129
2129
  "node_modules/@babel/traverse": {
2130
- "version": "7.23.0",
2131
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz",
2132
- "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==",
2130
+ "version": "7.23.2",
2131
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
2132
+ "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
2133
2133
  "dev": true,
2134
2134
  "dependencies": {
2135
2135
  "@babel/code-frame": "^7.22.13",
@@ -4436,9 +4436,9 @@
4436
4436
  }
4437
4437
  },
4438
4438
  "node_modules/@paypal/checkout-components": {
4439
- "version": "5.0.281",
4440
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.281.tgz",
4441
- "integrity": "sha512-2TwTrNIfHTFCnftLYzQ/LIa4jhEn4DvBfqKOYzJhkXMuWLYCWMb3/u8o0DQDPl/2WnPz64tMl5wzEyj8CiwXhQ==",
4439
+ "version": "5.0.282",
4440
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.282.tgz",
4441
+ "integrity": "sha512-i5t4XMQNZB+9KsFN9+VraOtOOUhsnk2jj2s1Ipde2ag3oufjp//oM0iR2hSS+5pe10nzfJ08MZCw4odpPHAYng==",
4442
4442
  "dependencies": {
4443
4443
  "@krakenjs/belter": "^2.0.0",
4444
4444
  "@krakenjs/cross-domain-utils": "^3.0.0",
@@ -4933,9 +4933,9 @@
4933
4933
  "dev": true
4934
4934
  },
4935
4935
  "node_modules/@types/node": {
4936
- "version": "20.8.4",
4937
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.4.tgz",
4938
- "integrity": "sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==",
4936
+ "version": "20.8.5",
4937
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.5.tgz",
4938
+ "integrity": "sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==",
4939
4939
  "dev": true,
4940
4940
  "dependencies": {
4941
4941
  "undici-types": "~5.25.1"
@@ -9190,9 +9190,9 @@
9190
9190
  }
9191
9191
  },
9192
9192
  "node_modules/define-data-property": {
9193
- "version": "1.1.0",
9194
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz",
9195
- "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==",
9193
+ "version": "1.1.1",
9194
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
9195
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
9196
9196
  "dev": true,
9197
9197
  "dependencies": {
9198
9198
  "get-intrinsic": "^1.2.1",
@@ -9476,9 +9476,9 @@
9476
9476
  "dev": true
9477
9477
  },
9478
9478
  "node_modules/electron-to-chromium": {
9479
- "version": "1.4.549",
9480
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.549.tgz",
9481
- "integrity": "sha512-gpXfJslSi4hYDkA0mTLEpYKRv9siAgSUgZ+UWyk+J5Cttpd1ThCVwdclzIwQSclz3hYn049+M2fgrP1WpvF8xg==",
9479
+ "version": "1.4.553",
9480
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.553.tgz",
9481
+ "integrity": "sha512-HiRdtyKS2+VhiXvjhMvvxiMC33FJJqTA5EB2YHgFZW6v7HkK4Q9Ahv2V7O2ZPgAjw+MyCJVMQvigj13H8t+wvA==",
9482
9482
  "dev": true
9483
9483
  },
9484
9484
  "node_modules/elliptic": {
@@ -12005,10 +12005,13 @@
12005
12005
  }
12006
12006
  },
12007
12007
  "node_modules/function-bind": {
12008
- "version": "1.1.1",
12009
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
12010
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
12011
- "dev": true
12008
+ "version": "1.1.2",
12009
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
12010
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
12011
+ "dev": true,
12012
+ "funding": {
12013
+ "url": "https://github.com/sponsors/ljharb"
12014
+ }
12012
12015
  },
12013
12016
  "node_modules/function.prototype.name": {
12014
12017
  "version": "1.1.6",
@@ -17971,13 +17974,13 @@
17971
17974
  }
17972
17975
  },
17973
17976
  "node_modules/loupe": {
17974
- "version": "2.3.6",
17975
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz",
17976
- "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==",
17977
+ "version": "2.3.7",
17978
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
17979
+ "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==",
17977
17980
  "dev": true,
17978
17981
  "peer": true,
17979
17982
  "dependencies": {
17980
- "get-func-name": "^2.0.0"
17983
+ "get-func-name": "^2.0.1"
17981
17984
  }
17982
17985
  },
17983
17986
  "node_modules/lowercase-keys": {
@@ -25940,9 +25943,9 @@
25940
25943
  "dev": true
25941
25944
  },
25942
25945
  "node_modules/sass": {
25943
- "version": "1.69.2",
25944
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.2.tgz",
25945
- "integrity": "sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==",
25946
+ "version": "1.69.3",
25947
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.3.tgz",
25948
+ "integrity": "sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ==",
25946
25949
  "dev": true,
25947
25950
  "dependencies": {
25948
25951
  "chokidar": ">=3.0.0 <4.0.0",
@@ -30704,9 +30707,9 @@
30704
30707
  }
30705
30708
  },
30706
30709
  "@paypal/checkout-components": {
30707
- "version": "5.0.281",
30708
- "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.281.tgz",
30709
- "integrity": "sha512-2TwTrNIfHTFCnftLYzQ/LIa4jhEn4DvBfqKOYzJhkXMuWLYCWMb3/u8o0DQDPl/2WnPz64tMl5wzEyj8CiwXhQ==",
30710
+ "version": "5.0.282",
30711
+ "resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.282.tgz",
30712
+ "integrity": "sha512-i5t4XMQNZB+9KsFN9+VraOtOOUhsnk2jj2s1Ipde2ag3oufjp//oM0iR2hSS+5pe10nzfJ08MZCw4odpPHAYng==",
30710
30713
  "requires": {
30711
30714
  "@krakenjs/belter": "^2.0.0",
30712
30715
  "@krakenjs/cross-domain-utils": "^3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.403",
3
+ "version": "5.0.404",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -83,7 +83,7 @@
83
83
  "@krakenjs/zoid": "10.3.1",
84
84
  "@paypal/applepay-components": "1.5.0",
85
85
  "@paypal/card-components": "1.0.55",
86
- "@paypal/checkout-components": "5.0.281",
86
+ "@paypal/checkout-components": "5.0.282",
87
87
  "@paypal/common-components": "1.0.40",
88
88
  "@paypal/example-components": "1.0.28",
89
89
  "@paypal/funding-components": "1.0.32",