Skip to content

Commit

Permalink
Merge branch 'main' into sorgh/7949
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n committed Jun 2, 2021
2 parents d6e7df9 + 2cdbbe9 commit 4d9964b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"immer": "^8.0.1",
"url-parse": "^1.5.1",
"underscore": "^1.12.1",
"dns-packet": "^1.3.4"
"dns-packet": "^1.3.4",
"json-ptr": "^2.1"
},
"engines": {
"node": ">=12"
Expand Down
15 changes: 10 additions & 5 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15061,12 +15061,12 @@ json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==

json-ptr@~1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-1.3.2.tgz#17f45b322a843b1f2fbcc9b45132bd9b3ba8cd38"
integrity sha512-tFH40YQ+lG7mgYYM1kGZOhQngO4SbOEHZJlA4W+NtetWZ20EUU3BPU+30uWRKumuAJoSo5eqrsXD2h72ioS8ew==
json-ptr@^2.1, json-ptr@~1.3.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-2.2.0.tgz#a4de4ed638cb23ae4cd4b51f8bf972a1c2293f1e"
integrity sha512-w9f6/zhz4kykltXMG7MLJWMajxiPj0q+uzQPR1cggNAE/sXoq/C5vjUb/7QNcC3rJsVIIKy37ALTXy1O+3c8QQ==
dependencies:
tslib "^2.0.0"
tslib "^2.2.0"

json-schema-compare@^0.2.2:
version "0.2.2"
Expand Down Expand Up @@ -22298,6 +22298,11 @@ tslib@^2.0.0, tslib@^2.0.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
Expand Down
3 changes: 2 additions & 1 deletion extensions/packageManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
}
},
"resolutions": {
"@botframework-composer/types": "file:../../Composer/packages/types"
"@botframework-composer/types": "file:../../Composer/packages/types",
"json-ptr": "^2.1"
},
"dependencies": {
"@bfc/extension": "file:../../Composer/packages/extension",
Expand Down
12 changes: 6 additions & 6 deletions extensions/packageManager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2775,12 +2775,12 @@ json-parse-even-better-errors@^2.3.0:
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==

json-ptr@~1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-1.3.2.tgz#17f45b322a843b1f2fbcc9b45132bd9b3ba8cd38"
integrity sha512-tFH40YQ+lG7mgYYM1kGZOhQngO4SbOEHZJlA4W+NtetWZ20EUU3BPU+30uWRKumuAJoSo5eqrsXD2h72ioS8ew==
json-ptr@^2.1, json-ptr@~1.3.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-2.2.0.tgz#a4de4ed638cb23ae4cd4b51f8bf972a1c2293f1e"
integrity sha512-w9f6/zhz4kykltXMG7MLJWMajxiPj0q+uzQPR1cggNAE/sXoq/C5vjUb/7QNcC3rJsVIIKy37ALTXy1O+3c8QQ==
dependencies:
tslib "^2.0.0"
tslib "^2.2.0"

json-schema-compare@^0.2.2:
version "0.2.2"
Expand Down Expand Up @@ -4321,7 +4321,7 @@ tslib@^1.10.0, tslib@^1.7.1, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.0, tslib@^2.0.3:
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
Expand Down

0 comments on commit 4d9964b

Please sign in to comment.