Skip to content

Commit

Permalink
[7.17] Upgrade express 4.19.2→4.21.0 (#192862) (#193130)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `7.17`:
- [Upgrade express 4.19.2→4.21.0
(#192862)](#192862)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-17T09:03:26Z","message":"Upgrade
express 4.19.2→4.21.0 (#192862)\n\n## Summary\r\n\r\nUpgrades `express`
from v4.19.2 to v4.21.0, and `@types/express` from\r\nv4.17.13 to
v4.17.21. This PR also moves the dev-only
dependency\r\n`@mswjs/http-middleware` into the `devDependencies`
section.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"7939f60f563af7c3f5402fcc70a7bb3578644e62","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open","v8.16.0"],"number":192862,"url":"https://github.com/elastic/kibana/pull/192862","mergeCommit":{"message":"Upgrade
express 4.19.2→4.21.0 (#192862)\n\n## Summary\r\n\r\nUpgrades `express`
from v4.19.2 to v4.21.0, and `@types/express` from\r\nv4.17.13 to
v4.17.21. This PR also moves the dev-only
dependency\r\n`@mswjs/http-middleware` into the `devDependencies`
section.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"7939f60f563af7c3f5402fcc70a7bb3578644e62"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192862","number":192862,"mergeCommit":{"message":"Upgrade
express 4.19.2→4.21.0 (#192862)\n\n## Summary\r\n\r\nUpgrades `express`
from v4.19.2 to v4.21.0, and `@types/express` from\r\nv4.17.13 to
v4.17.21. This PR also moves the dev-only
dependency\r\n`@mswjs/http-middleware` into the `devDependencies`
section.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"7939f60f563af7c3f5402fcc70a7bb3578644e62"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/193124","number":193124,"state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 6005e6d commit 8a4948a
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
"@types/elasticsearch": "^5.0.33",
"@types/enzyme": "^3.10.12",
"@types/eslint": "^7.28.0",
"@types/express": "^4.17.13",
"@types/express": "^4.17.21",
"@types/extract-zip": "^1.6.2",
"@types/faker": "^5.1.5",
"@types/fancy-log": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-pm/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46782,7 +46782,7 @@ var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = __webpack_require__(439);

/** @type {(o: {}, p: PropertyKey) => p is keyof o} */
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);


Expand Down
Loading

0 comments on commit 8a4948a

Please sign in to comment.