X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=6279eeba7dfbdaac74a04fe8fae0c8823672b54b;hb=refs%2Ftags%2Fv1.2.0;hp=9303b57712f584e92fa3276bf3b83d28c083d5fa;hpb=e2c0fe7d1ab89eb892cad2f9003391c2e41010e7;p=squeep-html-template-helper diff --git a/package.json b/package.json index 9303b57..6279eeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/html-template-helper", - "version": "1.1.1", + "version": "1.2.0", "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -27,16 +27,16 @@ "coverage-check" ], "devDependencies": { - "eslint": "^8.12.0", + "eslint": "^8.14.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", + "eslint-plugin-security": "^1.5.0", "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2" }, "dependencies": { - "@squeep/lazy-property": "git+https://git.squeep.com/squeep-lazy-property/#v1.0.0" + "@squeep/lazy-property": "git+https://git.squeep.com/squeep-lazy-property/#v1.0.1" } }