|
46 | 46 | "author": "Contentstack", |
47 | 47 | "license": "MIT", |
48 | 48 | "dependencies": { |
49 | | - "axios": "^0.21.1", |
| 49 | + "axios": "^0.21.4", |
50 | 50 | "form-data": "^3.0.1", |
51 | 51 | "lodash": "^4.17.21", |
52 | 52 | "qs": "^6.10.1" |
|
57 | 57 | "management api" |
58 | 58 | ], |
59 | 59 | "devDependencies": { |
60 | | - "@babel/cli": "^7.14.5", |
61 | | - "@babel/core": "^7.14.6", |
62 | | - "@babel/plugin-transform-runtime": "^7.14.5", |
63 | | - "@babel/preset-env": "^7.14.7", |
64 | | - "@babel/register": "^7.14.5", |
65 | | - "@babel/runtime": "^7.14.6", |
| 60 | + "@babel/cli": "^7.15.7", |
| 61 | + "@babel/core": "^7.15.8", |
| 62 | + "@babel/plugin-transform-runtime": "^7.15.8", |
| 63 | + "@babel/preset-env": "^7.15.8", |
| 64 | + "@babel/register": "^7.15.3", |
| 65 | + "@babel/runtime": "^7.15.4", |
66 | 66 | "@types/mocha": "^7.0.2", |
67 | | - "axios-mock-adapter": "^1.19.0", |
68 | | - "babel-loader": "^8.2.2", |
| 67 | + "axios-mock-adapter": "^1.20.0", |
| 68 | + "babel-loader": "^8.2.3", |
69 | 69 | "babel-plugin-add-module-exports": "^1.0.4", |
70 | 70 | "babel-plugin-rewire": "^1.2.0", |
71 | 71 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
72 | 72 | "babel-polyfill": "^6.26.0", |
73 | 73 | "chai": "^4.3.4", |
| 74 | + "clean-webpack-plugin": "^4.0.0", |
74 | 75 | "docdash": "^1.2.0", |
75 | 76 | "dotenv": "^8.6.0", |
76 | | - "eslint": "^6.6.0", |
| 77 | + "eslint": "^8.1.0", |
77 | 78 | "eslint-config-standard": "^13.0.1", |
78 | | - "eslint-plugin-import": "^2.23.4", |
| 79 | + "eslint-plugin-import": "^2.25.2", |
79 | 80 | "eslint-plugin-node": "^9.1.0", |
80 | 81 | "eslint-plugin-promise": "^4.3.1", |
81 | 82 | "eslint-plugin-standard": "^4.1.0", |
82 | 83 | "jsdoc": "^3.6.7", |
83 | | - "mocha": "^7.2.0", |
84 | | - "mochawesome": "^4.1.0", |
| 84 | + "mocha": "^9.1.3", |
| 85 | + "mochawesome": "^6.3.1", |
85 | 86 | "multiparty": "^4.2.2", |
86 | 87 | "nock": "^10.0.6", |
87 | 88 | "nyc": "^14.1.1", |
88 | 89 | "rimraf": "^2.7.1", |
89 | 90 | "sinon": "^7.3.2", |
90 | 91 | "string-replace-loader": "^2.3.0", |
91 | | - "webpack": "^5.45.1", |
92 | | - "webpack-cli": "^3.3.12", |
| 92 | + "webpack": "^5.60.0", |
| 93 | + "webpack-cli": "^4.9.1", |
93 | 94 | "webpack-merge": "4.1.0" |
94 | 95 | }, |
95 | 96 | "homepage": "https://www.contentstack.com" |
|
0 commit comments