1
0
Fork 0
freesewing/scripts/package.json
dependabot[bot] eee23c124e
chore(deps): bump axios from 1.6.0 to 1.7.4 in /scripts
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.0...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 16:11:46 +00:00

30 lines
813 B
JSON

{
"name": "@freesewing/scripts",
"version": "1.0.0",
"description": "Scripts to run various business tasks for the @freesewing monorepo",
"repository": {
"type": "git",
"url": "github:freesewing/freesewing"
},
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"license": "MIT",
"dependencies": {
"axios": "^1.7.4",
"chalk": "^5.2.0",
"glob": "^8.0.3",
"i18n": "^0.15.1",
"js-yaml": "^4.1.0",
"lodash.get": "^4.4.2",
"lodash.orderby": "^4.6.0",
"lodash.set": "^4.3.2",
"mustache": "^4.2.0",
"nodemailer": "^6.9.9",
"prompts": "^2.4.2",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"tlds": "^1.236.0",
"unified": "^10.1.2"
}
}