diff --git a/LICENSE b/LICENSE index a2a8519..ccb557e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018, Jason Mulligan +Copyright (c) 2019, Jason Mulligan All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 2cbcb3d..13f84ca 100644 --- a/README.md +++ b/README.md @@ -123,5 +123,5 @@ Registers middleware for a route. `path` is a regular expression (as a string), All HTTP methods are available on the prototype (partial application of the third argument), e.g. `get([path,] ...fn)` & `options([path,] ...fn)`. ## License -Copyright (c) 2018 Jason Mulligan +Copyright (c) 2019 Jason Mulligan Licensed under the BSD-3 license. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6c6e03e..530ee43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "7.3.38", + "version": "7.3.39", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2753,9 +2753,9 @@ "integrity": "sha512-dROmoD1wPryUjMG8PwWgiSK7inntStsioGysUaEMVmRhA8a7fze5wkGucD7wcHaaPoDGedM6H2LDApX7cAR0dA==" }, "tiny-fifo": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/tiny-fifo/-/tiny-fifo-1.0.4.tgz", - "integrity": "sha512-Zrkcg28U0bR7PZKoOhrS7sXFiq40keVx6EDdZszhfDAqWYXyp4E0Jm4lT3cFaG0mThfto7BfVDWlbmyKsBVxKA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tiny-fifo/-/tiny-fifo-1.1.0.tgz", + "integrity": "sha512-wotTzQi7MJ5UlJKalzTnXWChWlopxgDbzByCrRp6NMSVDoFcnNZVYkldGQ1F4502iUjGX5rofEgWaiwfrTkdpQ==" }, "tiny-httptest": { "version": "1.0.22", diff --git a/package.json b/package.json index 34169ae..c4ddee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "7.3.38", + "version": "7.3.39", "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-fifo": "^1.0.4" + "tiny-fifo": "^1.1.0" }, "devDependencies": { "grunt": "^1.0.3",