Skip to content

Commit 1e63f5f

Browse files
Merge pull request #314 from contentstack/fix/dx-4468-js-core-version-bump
fix: js core and axios version bump
2 parents 3392708 + 977ceb3 commit 1e63f5f

File tree

3 files changed

+15
-60
lines changed

3 files changed

+15
-60
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version: 4.11.2
2+
#### Date: feb-11-2026
3+
Fix: JS core & axios version bump
4+
15
### Version: 4.11.1
26
#### Date: feb-09-2026
37
Fix: Fix security issues

package-lock.json

Lines changed: 8 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/delivery-sdk",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/legacy/index.cjs",
@@ -47,9 +47,9 @@
4747
"prerelease": "npm run test:all && npm run validate:all"
4848
},
4949
"dependencies": {
50-
"@contentstack/core": "^1.3.9",
50+
"@contentstack/core": "^1.3.10",
5151
"@contentstack/utils": "^1.7.0",
52-
"axios": "^1.13.1",
52+
"axios": "^1.13.5",
5353
"humps": "^2.0.1"
5454
},
5555
"files": [

0 commit comments

Comments
 (0)