Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"axios": "^0.21.1",
"y18n": "^5.0.5",
"immer": "^8.0.1",
"url-parse": "^1.5.1"
"url-parse": "^1.5.1",
"underscore": "^1.12.1"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 4 additions & 4 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22306,10 +22306,10 @@ undefsafe@^2.0.2:
dependencies:
debug "^2.2.0"

underscore@~1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
integrity sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=
underscore@^1.12.1, underscore@~1.8.3:
version "1.12.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==

unherit@^1.0.4:
version "1.1.3"
Expand Down
3 changes: 2 additions & 1 deletion extensions/azurePublish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
},
"resolutions": {
"@botframework-composer/types": "file:../../Composer/packages/types",
"bl": "^4.0.3"
"bl": "^4.0.3",
"underscore": "^1.12.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.9.6",
Expand Down
8 changes: 4 additions & 4 deletions extensions/azurePublish/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8292,10 +8292,10 @@ typescript@^3.9.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

"underscore@>= 1.3.1":
version "1.12.0"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.0.tgz#4814940551fc80587cef7840d1ebb0f16453be97"
integrity sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==
"underscore@>= 1.3.1", underscore@^1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==

unicode-canonical-property-names-ecmascript@^1.0.4:
version "1.0.4"
Expand Down