File tree 3 files changed +17
-9
lines changed
3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a
12
12
13
13
This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.
14
14
15
+ ## 1.4.1 - 2024-06-21
16
+
17
+ ### Fixed
18
+
19
+ - Dependabot security updates.
20
+
21
+ ---
22
+
15
23
## 1.4.0 - 2024-06-20
16
24
17
25
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @paddle/paddle-node-sdk" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -1819,11 +1819,11 @@ brace-expansion@^1.1.7:
1819
1819
concat-map "0.0.1"
1820
1820
1821
1821
braces@^3.0.2 :
1822
- version "3.0.2 "
1823
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2 .tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107 "
1824
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A ==
1822
+ version "3.0.3 "
1823
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3 .tgz#490332f40919452272d55a8480adc0c441358789 "
1824
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA ==
1825
1825
dependencies :
1826
- fill-range "^7.0 .1"
1826
+ fill-range "^7.1 .1"
1827
1827
1828
1828
browserslist@^4.21.9, browserslist@^4.22.1 :
1829
1829
version "4.22.1"
@@ -2455,10 +2455,10 @@ file-entry-cache@^6.0.1:
2455
2455
dependencies :
2456
2456
flat-cache "^3.0.4"
2457
2457
2458
- fill-range@^7.0 .1 :
2459
- version "7.0 .1"
2460
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0 .1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40 "
2461
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ ==
2458
+ fill-range@^7.1 .1 :
2459
+ version "7.1 .1"
2460
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1 .1.tgz#44265d3cac07e3ea7dc247516380643754a05292 "
2461
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg ==
2462
2462
dependencies :
2463
2463
to-regex-range "^5.0.1"
2464
2464
You can’t perform that action at this time.
0 commit comments