mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
1f05683fad
* bump node, electron, libcurl * bump electron-builder * stub performance, because inso imports react * bump @types/node * match up builder versions * Disable consent prompts for oidc server * bump electron and libcurl to latest * waitForCookies for oauth tests * Bump NodeJS to 16.13.0 * removes node 14 hack for BufferEncoding * Replace oidc-provider html interaction pages with a simple html form * make document cookie wait explicit Co-authored-by: David Marby <david@dmarby.se>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "insomnia-cookies",
|
|
"version": "2.5.1",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "insomnia-cookies",
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tough-cookie": "^2.3.3"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
|
|
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
|
|
"dependencies": {
|
|
"punycode": "^1.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"punycode": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
|
|
},
|
|
"tough-cookie": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
|
|
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
|
|
"requires": {
|
|
"punycode": "^1.4.1"
|
|
}
|
|
}
|
|
}
|
|
}
|