chore: bump cookie (#231133)
parent
5237e49bc1
commit
74f4e453b9
|
@ -28,7 +28,7 @@
|
|||
"@xterm/addon-webgl": "^0.19.0-beta.65",
|
||||
"@xterm/headless": "^5.6.0-beta.65",
|
||||
"@xterm/xterm": "^5.6.0-beta.65",
|
||||
"cookie": "^0.4.0",
|
||||
"cookie": "^0.7.0",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"jschardet": "3.1.4",
|
||||
|
@ -384,9 +384,10 @@
|
|||
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
|
||||
},
|
||||
"node_modules/cookie": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
|
||||
"integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
||||
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@xterm/addon-webgl": "^0.19.0-beta.65",
|
||||
"@xterm/headless": "^5.6.0-beta.65",
|
||||
"@xterm/xterm": "^5.6.0-beta.65",
|
||||
"cookie": "^0.4.0",
|
||||
"cookie": "^0.7.0",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"jschardet": "3.1.4",
|
||||
|
|
Loading…
Reference in New Issue