diff --git a/package-lock.json b/package-lock.json index 6253d97e..56f65bc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,9 +95,9 @@ } }, "impunity": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.5.tgz", - "integrity": "sha512-ro+enrZPFTyY2U1sV9NytsyejE2tS5theAArM95iPYYQHUvO9YN0VjgfXP0KJfxwh4Xb6vBTRBmHIgx9GUx2Xg==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.7.tgz", + "integrity": "sha512-+DhzXSWrzqI1KNroKt3y1LkLTn/aoJpt4DzxWN+hair+Jfb+iJAbTEsSFkYUG7kASP9TF9GvI0hIBUul6PjpKg==", "dev": true, "requires": { "colors": "^1.3.3", diff --git a/package.json b/package.json index 4b5db04a..6ae62e9c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/bwindels/morpheusjs#readme", "devDependencies": { "finalhandler": "^1.1.1", - "impunity": "^0.0.5", + "impunity": "^0.0.7", "serve-static": "^1.13.2" } }