1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Bump jscodeshift from 0.12.0 to 0.13.0 (#80)

Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/facebook/jscodeshift/releases)
- [Changelog](https://github.com/facebook/jscodeshift/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jscodeshift/compare/0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: jscodeshift
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-30 10:49:27 +02:00 committed by GitHub
parent 42f98b6a22
commit 83ad53d571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2840 additions and 333 deletions

3171
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"devDependencies": { "devDependencies": {
"@types/jscodeshift": "^0.11.0", "@types/jscodeshift": "^0.11.0",
"@types/node": "^16.10.2", "@types/node": "^16.10.2",
"jscodeshift": "^0.12.0", "jscodeshift": "^0.13.0",
"ts-node": "^10.2.1", "ts-node": "^10.2.1",
"typescript": "^4.2.4" "typescript": "^4.2.4"
} }