Skip to content

Commit a7a612e

Browse files
committed
fix(deps): update dependency json-ptr to v2 [security]
1 parent f14f55c commit a7a612e

3 files changed

Lines changed: 11 additions & 11 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": "^2.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": "^2.0.0",
2929
"json2md": "^1.7.1",
3030
"lodash": "^4.17.19"
3131
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,12 +5535,12 @@ 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==
5538+
json-ptr@^2.0.0:
5539+
version "2.2.0"
5540+
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-2.2.0.tgz#a4de4ed638cb23ae4cd4b51f8bf972a1c2293f1e"
5541+
integrity sha512-w9f6/zhz4kykltXMG7MLJWMajxiPj0q+uzQPR1cggNAE/sXoq/C5vjUb/7QNcC3rJsVIIKy37ALTXy1O+3c8QQ==
55425542
dependencies:
5543-
tslib "^2.0.0"
5543+
tslib "^2.2.0"
55445544

55455545
json-schema-traverse@^0.4.1:
55465546
version "0.4.1"
@@ -9331,10 +9331,10 @@ tslib@^1.8.1, tslib@^1.9.0:
93319331
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
93329332
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
93339333

9334-
tslib@^2.0.0:
9335-
version "2.0.1"
9336-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
9337-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
9334+
tslib@^2.2.0:
9335+
version "2.2.0"
9336+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
9337+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
93389338

93399339
tsutils@^3.17.1:
93409340
version "3.17.1"

0 commit comments

Comments
 (0)