Skip to content

Commit

Permalink
🚒 Bump jsonpointer - CVE-2021-23807
Browse files Browse the repository at this point in the history
  • Loading branch information
torifat committed Nov 7, 2021
1 parent 1fba217 commit 25cf308
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .changeset/thin-carpets-fix/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"releases": [{ "name": "better-ajv-errors", "type": "patch" }],
"dependents": []
}
1 change: 1 addition & 0 deletions .changeset/thin-carpets-fix/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:fire_engine: Bump `jsonpointer` - CVE-2021-23807
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chalk": "^2.4.1",
"core-js": "^3.2.1",
"json-to-ast": "^2.0.3",
"jsonpointer": "^4.0.1",
"jsonpointer": "^4.1.0",
"leven": "^3.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -76,4 +76,4 @@
"<rootDir>/src/**/__tests__/**/*.js"
]
}
}
}
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3999,9 +3999,10 @@ jsonfile@^4.0.0:
optionalDependencies:
graceful-fs "^4.1.6"

jsonpointer@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
jsonpointer@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==

jsprim@^1.2.2:
version "1.4.1"
Expand Down

0 comments on commit 25cf308

Please sign in to comment.