Skip to content

Commit

Permalink
Chore: bump dependencies (#287)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Update package-lock.json

* 0.25.2
  • Loading branch information
ralfhandl authored Mar 1, 2024
1 parent df89007 commit 9b8b2fb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odata-openapi",
"version": "0.25.1",
"version": "0.25.2",
"description": "Convert OData CSDL XML or CSDL JSON to OpenAPI",
"homepage": "https://github.com/oasis-tcs/odata-openapi/blob/master/lib/README.md",
"bugs": "https://github.com/oasis-tcs/odata-openapi/issues",
Expand All @@ -21,15 +21,15 @@
"exports": "./lib/csdl2openapi.js",
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"odata-csdl": "^0.9.5"
"odata-csdl": "^0.10.0"
},
"devDependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^2.1.1",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"mocha": "^10.3.0"
},
"scripts": {
Expand Down

0 comments on commit 9b8b2fb

Please sign in to comment.