Skip to content

Commit

Permalink
build: upgrade kind-of to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 1, 2020
1 parent 3fc471c commit cfff392
Show file tree
Hide file tree
Showing 13 changed files with 469 additions and 443 deletions.
Empty file modified .prettierrc 100755 → 100644
Empty file.
Empty file modified .yarnrc 100755 → 100644
Empty file.
Empty file modified README.md 100755 → 100644
Empty file.
Empty file modified __tests__/AbilityIntent.test.ts 100755 → 100644
Empty file.
Empty file modified __tests__/ErrorHandling.test.ts 100755 → 100644
Empty file.
Empty file modified __tests__/ItemIntent.test.ts 100755 → 100644
Empty file.
Empty file modified __tests__/LaunchIntent.test.ts 100755 → 100644
Empty file.
Empty file modified __tests__/jest.setup.ts 100755 → 100644
Empty file.
Empty file modified assets/package.lambda.json 100755 → 100644
Empty file.
15 changes: 8 additions & 7 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"@favware/graphql-pokemon": "^1.8.0",
"@favware/ts-config": "^1.1.2",
"@types/common-tags": "^1.8.0",
"@types/express": "^4.17.3",
"@types/express": "^4.17.4",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.8",
"@types/supertest": "^2.0.8",
Expand All @@ -49,14 +49,14 @@
"express": "^4.17.1",
"fs-nextra": "^0.4.7",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"supertest": "^4.0.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"engines": {
Expand Down Expand Up @@ -87,6 +87,7 @@
},
"resolutions": {
"acorn": "^7.1.1",
"minimist": "^1.2.2"
"minimist": "^1.2.2",
"kind-of": "^6.0.3"
}
}
Empty file modified scripts/prepareAwsFunction.ts 100755 → 100644
Empty file.
Empty file modified typings/cross-fetch/index.d.ts 100755 → 100644
Empty file.
897 changes: 461 additions & 436 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cfff392

Please sign in to comment.