mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 04:11:12 +00:00
Update dependency cookie to ^0.7.0
This commit is contained in:
parent
0757c05308
commit
eee2358348
2 changed files with 9 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
"check-password-strength": "^2.0.10",
|
||||
"classnames": "^2.5.1",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"cookie": "^0.6.0",
|
||||
"cookie": "^0.7.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"css-loader": "^7.1.2",
|
||||
|
|
|
@ -54,8 +54,8 @@ importers:
|
|||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.95.0(webpack-cli@5.1.4))
|
||||
cookie:
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.0
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.1
|
||||
cookie-parser:
|
||||
specifier: ^1.4.6
|
||||
version: 1.4.6
|
||||
|
@ -1882,6 +1882,10 @@ packages:
|
|||
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
cookie@0.7.1:
|
||||
resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
copy-webpack-plugin@11.0.0:
|
||||
resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==}
|
||||
engines: {node: '>= 14.15.0'}
|
||||
|
@ -6488,6 +6492,8 @@ snapshots:
|
|||
|
||||
cookie@0.6.0: {}
|
||||
|
||||
cookie@0.7.1: {}
|
||||
|
||||
copy-webpack-plugin@11.0.0(webpack@5.95.0(webpack-cli@5.1.4)):
|
||||
dependencies:
|
||||
fast-glob: 3.3.2
|
||||
|
|
Loading…
Reference in a new issue