Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
74f4026c74 | |||
3808e4168f | |||
084bee68af | |||
9f6b67fa4e |
4
.snyk
Normal file
4
.snyk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.13.3
|
||||||
|
ignore: {}
|
||||||
|
patch: {}
|
956
package-lock.json
generated
956
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smarthbs",
|
"name": "@pushrocks/smarthbs",
|
||||||
"version": "2.0.0",
|
"version": "2.0.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "handlebars with better fs support",
|
"description": "handlebars with better fs support",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -23,18 +23,17 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
|
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^6.0.8",
|
"@pushrocks/smartfile": "^6.0.12",
|
||||||
"@pushrocks/smartpromise": "^2.0.5",
|
"@pushrocks/smartpromise": "^2.0.5",
|
||||||
"@types/handlebars": "^4.0.39",
|
"@types/lodash": "^4.14.121",
|
||||||
"@types/lodash": "^4.14.116",
|
"handlebars": "^4.1.0",
|
||||||
"handlebars": "^4.0.11",
|
"lodash": "^4.17.11"
|
||||||
"lodash": "^4.17.10"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.0.22",
|
"@gitzone/tsbuild": "^2.1.8",
|
||||||
"@gitzone/tsrun": "^1.1.12",
|
"@gitzone/tsrun": "^1.1.17",
|
||||||
"@gitzone/tstest": "^1.0.15",
|
"@gitzone/tstest": "^1.0.18",
|
||||||
"@pushrocks/tapbundle": "^3.0.5",
|
"@pushrocks/tapbundle": "^3.0.7",
|
||||||
"@types/node": "^10.9.2"
|
"@types/node": "^11.9.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user