Commit 0b085f17 authored by HTML-validate's avatar HTML-validate 🤖
Browse files

fix(deps): update dependency json-schema to ^0.3.0

parent bcbaba8f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9435,9 +9435,9 @@
      "dev": true
    },
    "json-schema": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.5.tgz",
      "integrity": "sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ=="
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.3.0.tgz",
      "integrity": "sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ=="
    },
    "json-schema-traverse": {
      "version": "0.4.1",
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    "preset": "@html-validate/jest-config"
  },
  "dependencies": {
    "json-schema": "^0.2.5",
    "json-schema": "^0.3.0",
    "schema-utils": "^3.0.0"
  },
  "devDependencies": {