PromucFlow_constructor/app/server/scripts/node/package.json
dependabot[bot] 02784d9b4e
chore(deps-dev): bump axios in /app/server/scripts/node (#7318)
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>
2021-09-09 22:14:58 +05:30

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"
}
}