4 Commits

Author SHA1 Message Date
7b27b231ff 2.0.6 2019-02-17 16:56:18 +01:00
bd9ac0ab46 fix(security): add snyk 2019-02-17 16:56:18 +01:00
1c53edca7d 2.0.5 2019-02-17 16:55:08 +01:00
6b279824fb fix(core): update 2019-02-17 16:55:07 +01:00
3 changed files with 680 additions and 143 deletions

4
.snyk Normal file
View File

@@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
patch: {}

808
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmustache",
"version": "2.0.4",
"version": "2.0.6",
"description": "templates done right",
"private": false,
"main": "dist/index.js",
@@ -23,13 +23,12 @@
},
"homepage": "https://gitlab.com/pushrocks/tlt#README",
"dependencies": {
"@types/handlebars": "^4.0.39",
"handlebars": "^4.0.12"
"handlebars": "^4.1.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7"
}
}