|
1 | 1 | {
|
2 | 2 | "name": "@contentstack/management",
|
3 |
| - "version": "1.19.3", |
| 3 | + "version": "1.19.4", |
4 | 4 | "description": "The Content Management API is used to manage the content of your Contentstack account",
|
5 | 5 | "main": "./dist/node/contentstack-management.js",
|
6 | 6 | "browser": "./dist/web/contentstack-management.js",
|
|
52 | 52 | "author": "Contentstack",
|
53 | 53 | "license": "MIT",
|
54 | 54 | "dependencies": {
|
55 |
| - "axios": "^1.7.9", |
56 |
| - "form-data": "^4.0.1", |
| 55 | + "axios": "^1.8.2", |
| 56 | + "form-data": "^4.0.2", |
57 | 57 | "lodash": "^4.17.21",
|
58 | 58 | "qs": "^6.14.0"
|
59 | 59 | },
|
|
64 | 64 | ],
|
65 | 65 | "devDependencies": {
|
66 | 66 | "@babel/cli": "^7.26.4",
|
67 |
| - "@babel/core": "^7.26.0", |
68 |
| - "@babel/plugin-transform-runtime": "^7.25.9", |
69 |
| - "@babel/preset-env": "^7.26.0", |
| 67 | + "@babel/core": "^7.26.9", |
| 68 | + "@babel/plugin-transform-runtime": "^7.26.9", |
| 69 | + "@babel/preset-env": "^7.26.9", |
70 | 70 | "@babel/register": "^7.25.9",
|
71 |
| - "@babel/runtime": "^7.26.0", |
72 |
| - "@slack/bolt": "^4.2.0", |
| 71 | + "@babel/runtime": "^7.26.9", |
| 72 | + "@slack/bolt": "^4.2.1", |
73 | 73 | "@types/chai": "^4.3.20",
|
74 | 74 | "@types/jest": "^28.1.8",
|
75 |
| - "@types/lodash": "^4.17.14", |
| 75 | + "@types/lodash": "^4.17.16", |
76 | 76 | "@types/mocha": "^7.0.2",
|
77 | 77 | "axios-mock-adapter": "^1.22.0",
|
78 | 78 | "babel-loader": "^8.4.1",
|
|
92 | 92 | "eslint-plugin-standard": "^4.1.0",
|
93 | 93 | "jest": "^28.1.3",
|
94 | 94 | "jsdoc": "^4.0.4",
|
95 |
| - "mocha": "^11.0.1", |
| 95 | + "mocha": "^11.1.0", |
96 | 96 | "mocha-html-reporter": "^0.0.1",
|
97 | 97 | "mochawesome": "^7.1.3",
|
98 | 98 | "multiparty": "^4.2.3",
|
|
104 | 104 | "string-replace-loader": "^3.1.0",
|
105 | 105 | "ts-jest": "^28.0.8",
|
106 | 106 | "typescript": "^4.9.5",
|
107 |
| - "webpack": "^5.97.1", |
| 107 | + "webpack": "^5.98.0", |
108 | 108 | "webpack-cli": "^6.0.1",
|
109 | 109 | "webpack-merge": "6.0.1"
|
110 | 110 | },
|
|
0 commit comments