Skip to content

Commit

Permalink
Merge pull request #13082 from OfficeDev/bowsong/hotfix_dependency
Browse files Browse the repository at this point in the history
perf: update swagger-parser version
  • Loading branch information
adashen authored Jan 21, 2025
2 parents 45fb5d9 + 442174b commit cdb8159
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/spec-parser/config/webpack.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
buffer: require.resolve("buffer"),
"process/browser": require.resolve("process/browser"),
util: false,
path: require.resolve("path-browserify"),
},
},
plugins: [
Expand Down
3 changes: 2 additions & 1 deletion packages/spec-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.6",
"@apidevtools/swagger-parser": "^10.1.1",
"@apidevtools/openapi-schemas": "2.1.0",
"@apidevtools/swagger-methods": "3.0.2",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down Expand Up @@ -118,6 +118,7 @@
"nise": "^5.1.4",
"nyc": "^15.1.0",
"object-inspect": "1.13.1",
"path-browserify": "^1.0.1",
"pathval": "^2.0.0",
"prettier": "^2.4.1",
"process": "^0.11.10",
Expand Down
11 changes: 8 additions & 3 deletions packages/spec-parser/pnpm-lock.yaml

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

0 comments on commit cdb8159

Please sign in to comment.