mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 14:17:11 +00:00
Update dependency cookie to v1
This commit is contained in:
parent
6552a69aab
commit
4c6f05a7fa
|
@ -40,7 +40,7 @@
|
|||
"check-password-strength": "^2.0.10",
|
||||
"classnames": "^2.5.1",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"cookie": "^0.7.0",
|
||||
"cookie": "^1.0.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)
|
||||
cookie:
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.2
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.1
|
||||
cookie-parser:
|
||||
specifier: ^1.4.6
|
||||
version: 1.4.7
|
||||
|
@ -1866,6 +1866,10 @@ packages:
|
|||
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
cookie@1.0.1:
|
||||
resolution: {integrity: sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
copy-webpack-plugin@11.0.0:
|
||||
resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==}
|
||||
engines: {node: '>= 14.15.0'}
|
||||
|
@ -6414,6 +6418,8 @@ snapshots:
|
|||
|
||||
cookie@0.7.2: {}
|
||||
|
||||
cookie@1.0.1: {}
|
||||
|
||||
copy-webpack-plugin@11.0.0(webpack@5.95.0):
|
||||
dependencies:
|
||||
fast-glob: 3.3.2
|
||||
|
|
Loading…
Reference in a new issue