summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-11-01 08:24:13 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-11-01 08:24:13 +0900
commitfe7bd9ab3cd1152d541d72bc21959280d7097afc (patch)
tree8f7719ec128adbe852c474c6d186eee1496d5224 /package-lock.json
parentBump ts-loader from 5.2.2 to 5.3.0 (#3055) (diff)
downloadmisskey-fe7bd9ab3cd1152d541d72bc21959280d7097afc.tar.gz
misskey-fe7bd9ab3cd1152d541d72bc21959280d7097afc.tar.bz2
misskey-fe7bd9ab3cd1152d541d72bc21959280d7097afc.zip
Bump typescript-eslint-parser from 20.0.0 to 20.1.1 (#3057)
Bumps [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) from 20.0.0 to 20.1.1. - [Release notes](https://github.com/eslint/typescript-eslint-parser/releases) - [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/typescript-eslint-parser/compare/v20.0.0...v20.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 2332611091..a7154b622d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15868,11 +15868,12 @@
"integrity": "sha512-JZHJtA6ZL15+Q3Dqkbh8iCUmvxD3iJ7ujXS+fVkKnwIVAdHc5BJTDNM0aTrnr2luKulFjU7W+SRhDZvi66Ru7Q=="
},
"typescript-eslint-parser": {
- "version": "20.0.0",
- "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-20.0.0.tgz",
- "integrity": "sha512-HZEoGA+LnS3etUlVAPX6I8sZ7872Yb0vPvQv6QDCIE44KD3bFmvPEQ4LbiD+qGkcxh6segjVK0v3rxpb2R6oSA==",
+ "version": "20.1.1",
+ "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-20.1.1.tgz",
+ "integrity": "sha512-IJhpqHK60Pz2J5pe8rJUQ10DcMcGwhQnvRFcPV79coEV3bpNfSiHkgpS+sf6zx2ANDWgBhmtZbK9ICOy+v3FKA==",
"requires": {
"eslint": "4.19.1",
+ "eslint-visitor-keys": "^1.0.0",
"typescript-estree": "2.1.0"
},
"dependencies": {
@@ -16005,7 +16006,7 @@
},
"fast-deep-equal": {
"version": "1.1.0",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
+ "resolved": "http://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
"integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ="
},
"ignore": {