Skip to content

Commit

Permalink
Update changelog & packages.lock.json
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dependabot[bot] committed Jan 23, 2023
1 parent 8a1eb5e commit 639d198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added `dependabot_changelog` workflow ([#118](https://github.com/opensearch-project/opensearch-net/pull/118))
### Dependencies
- Bumps `JunitXml.TestLogger` from 2.1.78 to 3.0.114
- Bumps `Spectre.Console` from 0.30.0 to 0.46.0

### Changed
- Updated SDK to .NET 6 ([#126](https://github.com/opensearch-project/opensearch-net/pull/126))
Expand Down
17 changes: 6 additions & 11 deletions src/ApiGenerator/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
},
"Spectre.Console": {
"type": "Direct",
"requested": "[0.30.0, )",
"resolved": "0.30.0",
"contentHash": "7UG9p43sEJ2IjPuzkFNCE8zWmV1OOE0Kwh1jlJXv8/dzEADmWImzt9q868FCQ1ny5mDhNIkrZ3mfy2zxMSDagQ==",
"requested": "[0.46.0, )",
"resolved": "0.46.0",
"contentHash": "qd2OMEGxfQW1KLuQj56KKHkIK6eB/IUF/AET5CRl/efROHGsvBehx9shfkL0HgJEHLCwRiR7foWi4/LkdPk18g==",
"dependencies": {
"Wcwidth": "0.2.0"
"System.Memory": "4.5.5"
}
},
"System.CommandLine.DragonFruit": {
Expand Down Expand Up @@ -263,8 +263,8 @@
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.4",
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Reflection.Metadata": {
"type": "Transitive",
Expand Down Expand Up @@ -297,11 +297,6 @@
"type": "Transitive",
"resolved": "4.5.4",
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
},
"Wcwidth": {
"type": "Transitive",
"resolved": "0.2.0",
"contentHash": "H7no2W0vuLJTvSPanlrijtG3UdJNVoeWBOp2a5dJFVa2tqSQuP5GfbJw1xAtPG9agRW310nFTUUsyPz5tuVIxw=="
}
}
}
Expand Down

0 comments on commit 639d198

Please sign in to comment.