From e84da5985f1bb376aa663c06940cd9b372085aee Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 30 Apr 2018 10:20:33 +0200 Subject: [PATCH] chore: Update security --- package.json | 31 ++++++++++++++++--------------- yarn.lock | 4 ++++ 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 92c104f..4d08d77 100644 --- a/package.json +++ b/package.json @@ -53,21 +53,21 @@ "main": "./extensions/material.theme.config.js", "contributes": { "commands": [ - { - "command": "materialTheme.setAccent", - "title": "Set accent color for Material Theme", - "category": "🎨 Material Theme" - }, - { - "command": "materialTheme.fixIcons", - "title": "Fix icons color when needed", - "category": "🎨 Material Theme" - }, - { - "command": "materialTheme.showChangelog", - "title": "Show changelog", - "category": "🎨 Material Theme" - } + { + "command": "materialTheme.setAccent", + "title": "Set accent color for Material Theme", + "category": "🎨 Material Theme" + }, + { + "command": "materialTheme.fixIcons", + "title": "Fix icons color when needed", + "category": "🎨 Material Theme" + }, + { + "command": "materialTheme.showChangelog", + "title": "Show changelog", + "category": "🎨 Material Theme" + } ], "configuration": { "type": "object", @@ -172,6 +172,7 @@ "gulp-if": "2.0.2", "gulp-stats": "0.0.4", "gulp-util": "3.0.8", + "hoek": "5.0.3", "json-minify": "1.0.0", "mustache": "2.3.0", "rimraf": "2.6.2", diff --git a/yarn.lock b/yarn.lock index 94409a9..615aef3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2655,6 +2655,10 @@ hoek@4.x.x: version "4.2.1" resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb" +hoek@5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.3.tgz#b71d40d943d0a95da01956b547f83c4a5b4a34ac" + home-or-tmp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"