base64-to-file/package.json
dependabot[bot] be47b5e32d
Bump braces and jest
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Updates `braces` from 2.3.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.3)

Updates `jest` from 24.9.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 22:07:26 +00:00

36 lines
No EOL
825 B
JSON

{
"name": "base64-to-file",
"version": "1.2.4",
"description": "base64 encoded string to a file",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"package": "ncc build index.js -o dist",
"test": "eslint index.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timheuer/base64-to-file.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"base64"
],
"author": "Tim Heuer",
"license": "MIT",
"bugs": {
"url": "https://github.com/timheuer/base64-to-file/issues"
},
"homepage": "https://github.com/timheuer/base64-to-file#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"fs-extra": "^9.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^6.3.0",
"jest": "^29.7.0"
}
}