aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-05 15:26:04 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-05 15:54:33 -0400
commitadbfe7ca3ed78b882d4a52ae93dc471b94e5ae17 (patch)
treebdc5dd6e85489ca9aab7a70f70006dc051900110 /package.json
parent9a0134df27cfbdaff641197a44ad3b94d149beb6 (diff)
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 22b277b..c166ec4 100644
--- a/package.json
+++ b/package.json
@@ -60,15 +60,15 @@
]
},
"devDependencies": {
- "@types/node": "^10.12.0",
- "glob": "^7.1.3",
- "gulp": "^4.0.1",
+ "@types/node": "^10.17.26",
+ "glob": "^7.1.6",
+ "gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-run": "^1.7.1",
"gulp-typescript": "^5.0.1",
- "through2": "^3.0.1",
- "typescript": "^3.1.3",
+ "through2": "^3.0.2",
+ "typescript": "^3.9.6",
"vinyl-file": "^3.0.0",
- "vscode-theme-generator": "0.0.21"
+ "vscode-theme-generator": "0.1.5"
}
-} \ No newline at end of file
+}