mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Merge pull request #3902 from LLK/dependabot/npm_and_yarn/cookie-0.4.1
Bump cookie from 0.2.2 to 0.4.1
This commit is contained in:
commit
25428e1247
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -4352,9 +4352,9 @@
|
|||
}
|
||||
},
|
||||
"cookie": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.2.2.tgz",
|
||||
"integrity": "sha1-V574vJstb36XWha/QWTVcudS5UA=",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
|
||||
"integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
|
||||
"dev": true
|
||||
},
|
||||
"cookie-signature": {
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"cheerio": "1.0.0-rc.2",
|
||||
"chromedriver": "76.0.0",
|
||||
"classnames": "2.2.5",
|
||||
"cookie": "0.2.2",
|
||||
"cookie": "0.4.1",
|
||||
"copy-webpack-plugin": "0.2.0",
|
||||
"create-react-class": "15.6.2",
|
||||
"css-loader": "0.23.1",
|
||||
|
|
Loading…
Reference in a new issue