update dependencies

This commit is contained in:
Robert Kaussow 2020-11-08 17:07:27 +01:00
parent 7cdb54f558
commit cdd82bb297
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5236,9 +5236,9 @@
"dev": true
},
"prettier": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz",
"integrity": "sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true
},
"prettier-plugin-go-template": {

View File

@ -23,7 +23,7 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-svg-sprite": "^1.5.0",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"prettier-plugin-go-template": "0.0.10",
"run-sequence": "^2.2.1"
},