chore: bump polka deps

pull/2478/head
Luke Edwards 5 years ago
parent b3a913a19a
commit bc6e456574

@ -1361,9 +1361,9 @@
}
},
"@polka/send": {
"version": "1.0.0-next.1",
"resolved": "https://registry.npmjs.org/@polka/send/-/send-1.0.0-next.1.tgz",
"integrity": "sha512-HCPYOmuP3jdNd/tXO0bsOi5HUAGx0Pcou3levCrflT6KjuFNqYdNoqMjjkrhljDzLMlTcWXCUXUoLA7h3twTJg=="
"version": "1.0.0-next.2",
"resolved": "https://registry.npmjs.org/@polka/send/-/send-1.0.0-next.2.tgz",
"integrity": "sha512-eq8gUzykpYPuOMrnyAzsL4KunhQXZKFiNsbThAwh19PrBAz2v8mECsj3YnxjYYifbB1w1vhR74nsXQWDi80oAg=="
},
"@polka/url": {
"version": "0.5.0",
@ -4490,12 +4490,12 @@
"dev": true
},
"polka": {
"version": "1.0.0-next.1",
"resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.1.tgz",
"integrity": "sha512-wtogd1Vg4N2kg3Yuj7CztgOBU+Rr1DzeKCVEUsYe0qNN2YB5nVV8Ii0sx3eIH1Zpb6unSYDrnFmZ9Ipf/RdYpA==",
"version": "1.0.0-next.2",
"resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.2.tgz",
"integrity": "sha512-y82w42/8IA7bc4YwGwAmnbrXj8ZWWDGvnfwq1b0eCtFielZSSSJv7OXUIKQuc/vw5OCCM1hPIgrYsNPzbwDaJw==",
"requires": {
"@polka/url": "^1.0.0-next.1",
"trouter": "^3.0.0"
"trouter": "^3.0.1"
},
"dependencies": {
"@polka/url": {
@ -5464,9 +5464,9 @@
"dev": true
},
"trouter": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/trouter/-/trouter-3.0.0.tgz",
"integrity": "sha512-j5AJuTJOGu0V9CiJa5vDHeKil45YyAoBNjUaHsMfJ2PdCxm8ARTW5QrkyNTjCA+e5BZDnvu0CYBX60zQz/2WAw==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/trouter/-/trouter-3.0.1.tgz",
"integrity": "sha512-9IBGrlL5bW65xhWufCCf4AsZyxGVIxv7Jy+PTwNtfPHJo+8hAp4wvt/+ersAHE//0Lgjy7obPROfgasNocoYuA==",
"requires": {
"regexparam": "^1.2.0"
}

@ -14,7 +14,7 @@
"testsrc": "mocha -r esm test/**"
},
"dependencies": {
"@polka/send": "^1.0.0-next.1",
"@polka/send": "^1.0.0-next.2",
"codemirror": "^5.44.0",
"compression": "^1.7.3",
"devalue": "^1.1.0",
@ -27,7 +27,7 @@
"node-fetch": "^2.3.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"polka": "^1.0.0-next.1",
"polka": "^1.0.0-next.2",
"prismjs": "^1.15.0",
"session-file-store": "^1.2.0",
"shelljs": "^0.8.3",

Loading…
Cancel
Save