Skip to content

Commit 2cda8b6

Browse files
committed
v4.3.1
1 parent a2a0c20 commit 2cda8b6

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mollie/api-client",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"license": "BSD-3-Clause",
55
"description": "Official Mollie API client for Node",
66
"repository": {
@@ -51,11 +51,11 @@
5151
"@babel/preset-typescript": "^7.27.0",
5252
"@mollie/eslint-config-typescript": "^1.6.5",
5353
"@types/jest": "^29.5.14",
54-
"@types/node": "^22.13.17",
54+
"@types/node": "^22.14.1",
5555
"babel-jest": "^29.7.0",
5656
"commitizen": "^4.3.1",
5757
"cz-conventional-changelog": "^3.3.0",
58-
"dotenv": "^16.4.7",
58+
"dotenv": "^16.5.0",
5959
"eslint": "^8.35.0",
6060
"jest": "^29.7.0",
6161
"jest-bluster": "^2.0.0",
@@ -66,7 +66,7 @@
6666
"rollup-plugin-babel": "^4.4.0",
6767
"rollup-plugin-json": "^4.0.0",
6868
"rollup-plugin-node-resolve": "^5.2.0",
69-
"typescript": "^5.8.2"
69+
"typescript": "^5.8.3"
7070
},
7171
"resolutions": {
7272
"eslint-plugin-import": "^2.26.0"

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,12 +2582,12 @@
25822582
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.6.tgz#ae1973dd2b1eeb1825695bb11ebfb746d27e3e93"
25832583
integrity sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==
25842584

2585-
"@types/node@^22.13.17":
2586-
version "22.13.17"
2587-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
2588-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
2585+
"@types/node@^22.14.1":
2586+
version "22.14.1"
2587+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
2588+
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
25892589
dependencies:
2590-
undici-types "~6.20.0"
2590+
undici-types "~6.21.0"
25912591

25922592
"@types/resolve@0.0.8":
25932593
version "0.0.8"
@@ -3421,10 +3421,10 @@ doctrine@^3.0.0:
34213421
dependencies:
34223422
esutils "^2.0.2"
34233423

3424-
dotenv@^16.4.7:
3425-
version "16.4.7"
3426-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
3427-
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
3424+
dotenv@^16.5.0:
3425+
version "16.5.0"
3426+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
3427+
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
34283428

34293429
electron-to-chromium@^1.4.284:
34303430
version "1.4.324"
@@ -6010,10 +6010,10 @@ typescript@^5.0.4:
60106010
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
60116011
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
60126012

6013-
typescript@^5.8.2:
6014-
version "5.8.2"
6015-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
6016-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
6013+
typescript@^5.8.3:
6014+
version "5.8.3"
6015+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6016+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
60176017

60186018
unbox-primitive@^1.0.2:
60196019
version "1.0.2"
@@ -6025,10 +6025,10 @@ unbox-primitive@^1.0.2:
60256025
has-symbols "^1.0.3"
60266026
which-boxed-primitive "^1.0.2"
60276027

6028-
undici-types@~6.20.0:
6029-
version "6.20.0"
6030-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6031-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
6028+
undici-types@~6.21.0:
6029+
version "6.21.0"
6030+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
6031+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
60326032

60336033
unicode-canonical-property-names-ecmascript@^2.0.0:
60346034
version "2.0.0"

0 commit comments

Comments
 (0)