Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @types/cookie-parser from 1.4.7 to 1.4.8 #2578

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@sentry/tracing": "^7.120.0",
"@types/bluebird": "^3.5.42",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
"@types/cookie-parser": "^1.4.8",
"@types/cookie-session": "^2.0.49",
"@types/css-minimizer-webpack-plugin": "^3.2.4",
"@types/csurf": "^1.11.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3800,12 +3800,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cookie-parser@npm:^1.4.7":
version: 1.4.7
resolution: "@types/cookie-parser@npm:1.4.7"
dependencies:
"@types/express": "npm:*"
checksum: 10/7b87c59420598e686a57e240be6e0db53967c3c8814be9326bf86609ee2fc39c4b3b9f2263e1deba43526090121d1df88684b64c19f7b494a80a4437caf3d40b
"@types/cookie-parser@npm:^1.4.8":
version: 1.4.8
resolution: "@types/cookie-parser@npm:1.4.8"
peerDependencies:
"@types/express": "*"
checksum: 10/b26ace5560adce1a746c059a75f18227ee3e3614a49c70dd29b8af204696079ced22eaa9d6cb084e3433ec433bff845cb47ffb890ae9af96a4aab2ff85e40da7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7489,7 +7489,7 @@ __metadata:
"@sentry/tracing": "npm:^7.120.0"
"@types/bluebird": "npm:^3.5.42"
"@types/body-parser": "npm:^1.19.5"
"@types/cookie-parser": "npm:^1.4.7"
"@types/cookie-parser": "npm:^1.4.8"
"@types/cookie-session": "npm:^2.0.49"
"@types/css-minimizer-webpack-plugin": "npm:^3.2.4"
"@types/csurf": "npm:^1.11.5"
Expand Down
Loading