Skip to content

Commit

Permalink
break: drop uri-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Jan 18, 2025
1 parent 63020a0 commit a98e4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"debug": "^4.1.1",
"rfdc": "^1.1.4",
"uri-js": "^4.2.2"
"fast-uri": "^3.0.5",
"rfdc": "^1.1.4"
},
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion ref-resolver.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const URI = require('uri-js')
const URI = require('fast-uri')
const cloner = require('rfdc')({ proto: true, circles: false })
const { EventEmitter } = require('events')
const debug = require('debug')('json-schema-resolver')
Expand Down

0 comments on commit a98e4b3

Please sign in to comment.