Skip to content

Commit 38c6e31

Browse files
committed
fix(deps): update dependency json-ptr to v3 [security]
1 parent 4d88342 commit 38c6e31

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

packages/schema-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"common-errors": "^1.2.0",
2626
"deasync": "^0.1.20",
2727
"fast-glob": "^3.2.4",
28-
"json-ptr": "^1.3.2",
28+
"json-ptr": "^3.0.0",
2929
"lodash": "^4.17.19"
3030
},
3131
"devDependencies": {

packages/schema2md/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@microfleet/schema-tools": "^0.1.3",
2727
"fast-glob": "^3.2.4",
28-
"json-ptr": "^1.3.2",
28+
"json-ptr": "^3.0.0",
2929
"json2md": "^1.7.1",
3030
"lodash": "^4.17.19"
3131
},

yarn.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,12 +5535,10 @@ json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-bet
55355535
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
55365536
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
55375537

5538-
json-ptr@^1.3.2:
5539-
version "1.3.2"
5540-
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-1.3.2.tgz#17f45b322a843b1f2fbcc9b45132bd9b3ba8cd38"
5541-
integrity sha512-tFH40YQ+lG7mgYYM1kGZOhQngO4SbOEHZJlA4W+NtetWZ20EUU3BPU+30uWRKumuAJoSo5eqrsXD2h72ioS8ew==
5542-
dependencies:
5543-
tslib "^2.0.0"
5538+
json-ptr@^3.0.0:
5539+
version "3.1.0"
5540+
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-3.1.0.tgz#374f5122716d555226f5675ae097ac115a0efc64"
5541+
integrity sha512-KMsG905wFbHHTnvd66MHCNo0E43UPalKt2zQUbBtWrDYKk/3vE/4u8lfWDdIyPEoMXxOFJO1lsBs6xPBXKxeVw==
55445542

55455543
json-schema-traverse@^0.4.1:
55465544
version "0.4.1"
@@ -6096,7 +6094,9 @@ lodash.zip@^4.2.0:
60966094
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
60976095

60986096
lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.2.1:
6099-
version: "4.17.21"
6097+
version "4.17.21"
6098+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6099+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
61006100

61016101
log-symbols@4.0.0:
61026102
version "4.0.0"
@@ -9329,11 +9329,6 @@ tslib@^1.8.1, tslib@^1.9.0:
93299329
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
93309330
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
93319331

9332-
tslib@^2.0.0:
9333-
version "2.0.1"
9334-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
9335-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
9336-
93379332
tsutils@^3.17.1:
93389333
version "3.17.1"
93399334
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)