Skip to content

Commit

Permalink
Bump cookie and express
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) to 1.0.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 1.0.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v1.0.1)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 4c73cf4 commit 70e6113
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 88 deletions.
6 changes: 3 additions & 3 deletions blocks/alert-bar-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/alert-bar-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@wpmedia/arc-themes-components": "*"
},
"dependencies": {
"cookie": "^0.6.0"
"cookie": "^1.0.1"
},
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95"
}
157 changes: 74 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chromatic": "^11.2.0",
"cookie": "^0.6.0",
"cookie": "^1.0.1",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down

0 comments on commit 70e6113

Please sign in to comment.