Compare commits

...

3 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 46c8d33ff1
1.2.7 2023-11-11 22:48:24 +00:00
Starbeamrainbowlabs e0197653df
Update changelog 2023-11-11 22:47:06 +00:00
Starbeamrainbowlabs cc9cbfe24f
Update dependencies 2023-11-11 22:45:36 +00:00
3 changed files with 4298 additions and 11337 deletions

View File

@ -14,6 +14,11 @@ npm install --save powahroot
-----
## v1.2.7
- Update dependencies to fix security issues
## v1.2.6
- Update dependencies
- Create this (long overdue) changelog

15618
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "powahroot",
"version": "1.2.6",
"version": "1.2.7",
"description": "Client and server-side routing micro frameworks",
"main": "index.mjs",
"scripts": {
@ -25,13 +25,13 @@
"url": "https://liberapay.com/sbrl"
},
"dependencies": {
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"event-emitter-es6": "^1.1.5",
"nightink": "^1.0.1"
"nightink": "^1.0.2"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/event-emitter-es6": "^1.1.1",
"documentation": "^13.2.5"
"@types/cookie": "^0.5.4",
"@types/event-emitter-es6": "^1.1.4",
"documentation": "^14.0.2"
}
}