chore: Update security
This commit is contained in:
parent
433f6978c4
commit
e84da5985f
2 changed files with 20 additions and 15 deletions
31
package.json
31
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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue