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

Bump @types/jscodeshift from 0.11.0 to 0.11.2 (#77)

Bumps [@types/jscodeshift](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jscodeshift)

---
updated-dependencies:
- dependency-name: "@types/jscodeshift"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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:59:47 +02:00 committed by GitHub
parent 90d99fba45
commit 73c84c3e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "2.0.0",
"license": "MIT",
"devDependencies": {
"@types/jscodeshift": "^0.11.0",
"@types/jscodeshift": "^0.11.2",
"@types/node": "^16.10.2",
"jscodeshift": "^0.13.0",
"ts-node": "^10.2.1",
@ -1813,9 +1813,9 @@
"dev": true
},
"node_modules/@types/jscodeshift": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.0.tgz",
"integrity": "sha512-OcJgr5GznWCEx2Oeg4eMUZYwssTHFj/tU8grrNCKdFQtAEAa0ezDiPHbCdSkyWrRSurXrYbNbHdhxbbB76pXNg==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.2.tgz",
"integrity": "sha512-CwgUni90VW+H3xc9Hekz/+ShEKPTvYbgVsDWCV4YksKoTKrWu9qfPpNaf7VDvbwjRp+PlkBJ7wZJNDpILzRiRw==",
"dev": true,
"dependencies": {
"ast-types": "^0.14.1",
@ -5493,9 +5493,9 @@
"dev": true
},
"@types/jscodeshift": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.0.tgz",
"integrity": "sha512-OcJgr5GznWCEx2Oeg4eMUZYwssTHFj/tU8grrNCKdFQtAEAa0ezDiPHbCdSkyWrRSurXrYbNbHdhxbbB76pXNg==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.2.tgz",
"integrity": "sha512-CwgUni90VW+H3xc9Hekz/+ShEKPTvYbgVsDWCV4YksKoTKrWu9qfPpNaf7VDvbwjRp+PlkBJ7wZJNDpILzRiRw==",
"dev": true,
"requires": {
"ast-types": "^0.14.1",

View File

@ -10,7 +10,7 @@
"compile": "tsc --project tsconfig.json"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.0",
"@types/jscodeshift": "^0.11.2",
"@types/node": "^16.10.2",
"jscodeshift": "^0.13.0",
"ts-node": "^10.2.1",