diff --git a/package-lock.json b/package-lock.json index 5350b144..71f8be4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "14.6.0", "license": "MIT", "dependencies": { - "@kontent-ai/core-sdk": "10.3.0", + "@kontent-ai/core-sdk": "^10.3.1", "url-parse": "1.5.10", "uuid": "9.0.1" }, @@ -2117,9 +2117,9 @@ } }, "node_modules/@kontent-ai/core-sdk": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@kontent-ai/core-sdk/-/core-sdk-10.3.0.tgz", - "integrity": "sha512-fuoi2NqEvEopYyayRVucsth7ndhQB9q4OdWwj7GfLNYHusOXXuXKAB1vNgT0T4O09TMykEkXnWZnP6Gz/Ovadg==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/@kontent-ai/core-sdk/-/core-sdk-10.3.1.tgz", + "integrity": "sha512-t51FgHqJhIM1PnEIMGb5773W1waBFUpPgILQ03cUVEbO14nnhbTTpH5Wk1RJb5FV5KO9ONvSorU4uZjmTsxuNA==", "dependencies": { "axios": "1.6.2" }, diff --git a/package.json b/package.json index c87403e2..292c8501 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "bundle-stats": "npm run build:umd && webpack-bundle-analyzer dist/bundles/stats.json" }, "dependencies": { - "@kontent-ai/core-sdk": "10.3.0", + "@kontent-ai/core-sdk": "10.3.1", "uuid": "9.0.1", "url-parse": "1.5.10" },