xlnt/package.json
dependabot[bot] 127bea1394
Bump cacheable-request, @release-it/bumper and release-it
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependencies [cacheable-request](https://github.com/jaredwray/cacheable-request), [@release-it/bumper](https://github.com/release-it/bumper) and [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.


Updates `cacheable-request` from 6.1.0 to 10.2.7
- [Release notes](https://github.com/jaredwray/cacheable-request/releases)
- [Commits](https://github.com/jaredwray/cacheable-request/commits)

Updates `@release-it/bumper` from 3.0.1 to 4.0.2
- [Release notes](https://github.com/release-it/bumper/releases)
- [Commits](https://github.com/release-it/bumper/compare/3.0.1...4.0.2)

Updates `release-it` from 14.11.5 to 15.6.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.11.5...15.6.0)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
- dependency-name: "@release-it/bumper"
  dependency-type: direct:development
- dependency-name: release-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-12 06:46:03 +00:00

28 lines
634 B
JSON

{
"name": "xlnt",
"version": "1.5.0",
"description": "Cross-platform user-friendly xlsx library for C++11+",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"devDependencies": {
"@release-it/bumper": "^4.0.2",
"release-it": "^15.6.0"
},
"scripts": {
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tfussell/xlnt.git"
},
"author": "Thomas Fussell <thomas@fussell.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tfussell/xlnt/issues"
},
"homepage": "https://github.com/tfussell/xlnt#readme"
}