diff --git a/package-lock.json b/package-lock.json index 110d88e..da59db7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "7.3.16", + "version": "7.3.17", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2762,9 +2762,9 @@ } }, "tiny-lru": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-4.0.3.tgz", - "integrity": "sha512-IUBG6UCknBO+2lWBrlt2nSKc1ShBLRfMqBeo1UaJtjgqFbvYi7SRgoYXR07DMQi3xnTAQaHyQjopcUXg1YwPGg==" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-4.0.4.tgz", + "integrity": "sha512-Vh3nA7uTmgrxPdXgR0A6vrWghvr2R0wYzyMaIuVcb9KqT0f+0RZMoPuWjwGFcZTsq630EBHlmw144cz8K58E8A==" }, "tmp": { "version": "0.0.33", diff --git a/package.json b/package.json index 4bc3a5b..3df6f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "7.3.16", + "version": "7.3.17", "description": "Lightweight HTTP/HTTP2 router with automatic `Allow` & `CORS` headers", "main": "index.js", "scripts": { @@ -32,7 +32,7 @@ "homepage": "http://avoidwork.github.io/woodland/", "dependencies": { "tiny-coerce": "^1.1.1", - "tiny-lru": "^4.0.3" + "tiny-lru": "^4.0.4" }, "devDependencies": { "grunt": "^1.0.3",