Skip to content

Commit

Permalink
build(deps): bump jsonpointer from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [jsonpointer](https://github.com/janl/node-jsonpointer) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/janl/node-jsonpointer/releases)
- [Commits](janl/node-jsonpointer@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: jsonpointer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent 9f7ddfd commit c96f1e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"debug": "^4.1.1",
"generate-password": "^1.6.0",
"jsonpath-plus": "^5.0.7",
"jsonpointer": "^4.1.0",
"jsonpointer": "^5.0.0",
"mixwith": "^0.1.1",
"ulid": "^2.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8023,10 +8023,10 @@ jsonpath-plus@^5.0.7:
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-5.0.7.tgz#95fb437ebb69c67595208711a69c95735cbff45b"
integrity sha512-7TS6wsiw1s2UMK/A6nA4n0aUJuirCVhJ87nWX5je5MPOl0z5VTr2qs7nMP8NZ2ed3rlt6kePTqddgVPE9F0i0w==

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==
jsonpointer@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072"
integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==

jsprim@^1.2.2:
version "1.4.1"
Expand Down

0 comments on commit c96f1e0

Please sign in to comment.