diff --git a/package.json b/package.json index 0a54bf2..4e20267 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "RealDolos", "license": "MIT", "dependencies": { - "cookie": "^0.4.1", + "cookie": "^0.7.0", "debug": "^4.2.0", "engine.io-client": "^3.4.3", "form-data": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 0ce55e5..69e68ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,10 +68,10 @@ component-inherit@0.0.3: resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143" integrity sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM= -cookie@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" - integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== +cookie@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.0.tgz#2148f68a77245d5c2c0005d264bc3e08cfa0655d" + integrity sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ== debug@^4.2.0: version "4.3.1"