Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "acl-migration",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"acl-migration": "node acl-migration.js",
|
|
"dump-examples-org": "node dump-examples-org.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Appsmith",
|
|
"devDependencies": {
|
|
"axios": "^0.21.2",
|
|
"axios-cookiejar-support": "^1.0.0",
|
|
"crypto-js": "^4.0.0",
|
|
"mongodb": "^3.5.8",
|
|
"tough-cookie": "^4.0.0"
|
|
}
|
|
}
|