Skip to content

Commit

Permalink
fix: use fast-safe-stringify in lib/openapi3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Mar 30, 2020
1 parent af1c34f commit 720a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openapi3.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const util = require('util');
const up = require('url');

const yaml = require('yaml');
const safejson = require('safe-json-stringify');
const safejson = require('fast-safe-stringify');
const uri = require('urijs');
const URITemplate = require('urijs/src/URITemplate');
const dot = require('dot');
Expand Down

0 comments on commit 720a2e3

Please sign in to comment.