mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [Update dependency @types/node-forge to ^1.3.1 (main) (#146762)](https://github.com/elastic/kibana/pull/146762) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-12-01T15:18:32Z","message":"Update dependency @types/node-forge to ^1.3.1 (main) (#146762)","sha":"5e65ebb84602c41e410b987cf7ba2adc5282a1ea","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.7.0"],"number":146762,"url":"https://github.com/elastic/kibana/pull/146762","mergeCommit":{"message":"Update dependency @types/node-forge to ^1.3.1 (main) (#146762)","sha":"5e65ebb84602c41e410b987cf7ba2adc5282a1ea"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146762","number":146762,"mergeCommit":{"message":"Update dependency @types/node-forge to ^1.3.1 (main) (#146762)","sha":"5e65ebb84602c41e410b987cf7ba2adc5282a1ea"}}]}] BACKPORT--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
af1d8c20a2
commit
8e18e50fdf
2 changed files with 5 additions and 5 deletions
|
@ -889,7 +889,7 @@
|
|||
"@types/nock": "^10.0.3",
|
||||
"@types/node": "16.11.41",
|
||||
"@types/node-fetch": "^2.6.0",
|
||||
"@types/node-forge": "^1.3.0",
|
||||
"@types/node-forge": "^1.3.1",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/object-hash": "^1.3.0",
|
||||
|
|
|
@ -7109,10 +7109,10 @@
|
|||
"@types/node" "*"
|
||||
form-data "^2.3.3"
|
||||
|
||||
"@types/node-forge@^1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.0.tgz#c655e951e0fb5c4b53c9f4746c2128d4f93002fd"
|
||||
integrity sha512-yUsIEHG3d81E2c+akGjZAMdVcjbfqMzpMjvpebnTO7pEGfqxCtBzpRV52kR1RETtwJ9fHkLdEjtaM+uMKWpwFA==
|
||||
"@types/node-forge@^1.3.1":
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.1.tgz#49e44432c306970b4e900c3b214157c480af19fa"
|
||||
integrity sha512-hvQ7Wav8I0j9amPXJtGqI/Yx70zeF62UKlAYq8JPm0nHzjKKzZvo9iR3YI2MiOghZRlOI+tQ2f6D+G6vVf4V2Q==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue