Skip to content

Commit

Permalink
Merge pull request #74 from byu-oit/dev
Browse files Browse the repository at this point in the history
chore: update json-schema from 0.2.3 to 0.4.0
  • Loading branch information
TARawson committed Oct 2, 2023
2 parents 48c82ff + 03f1870 commit 23f5889
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"express": "^4.15.4",
"fs-extra": "^4.0.1",
"ipaddr.js": "^1.2.0",
"json-schema": "^0.4.0",
"node-yaml": "^3.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.3"
Expand Down
14 changes: 8 additions & 6 deletions webhooks/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,10 @@ json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"

json-schema@0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
json-schema@0.4.0, json-schema@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==

json-stringify-safe@~5.0.1:
version "5.0.1"
Expand All @@ -415,12 +416,13 @@ jsonfile@^4.0.0:
graceful-fs "^4.1.6"

jsprim@^1.2.2:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
version "1.4.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
dependencies:
assert-plus "1.0.0"
extsprintf "1.3.0"
json-schema "0.2.3"
json-schema "0.4.0"
verror "1.10.0"

junk@2.1.0:
Expand Down

0 comments on commit 23f5889

Please sign in to comment.