Skip to content

Commit 268489a

Browse files
committed
Remove unnecessary resolutions
1 parent 8d7b8d9 commit 268489a

File tree

6 files changed

+101
-132
lines changed

6 files changed

+101
-132
lines changed

libraries/botbuilder-ai/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"url-parse": "^1.5.9",
4040
"zod": "^3.22.4"
4141
},
42-
"resolutions": {
43-
"follow-redirects": "^1.14.8"
44-
},
4542
"devDependencies": {
4643
"@types/node-fetch": "^2.5.7",
4744
"fs-extra": "^7.0.1",

libraries/botbuilder-dialogs-adaptive-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"botbuilder-dialogs-adaptive-runtime-core": "4.1.6",
4040
"botbuilder-dialogs-declarative": "4.1.6",
4141
"botframework-connector": "4.1.6",
42-
"nconf": "0.11.4",
42+
"nconf": "^0.12.1",
4343
"yargs-parser": "^20.2.7",
4444
"zod": "^3.22.4"
4545
},

package.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,8 @@
4242
"postinstall": "npx rimraf node_modules/@microsoft/orchestrator-core/node_modules/@babel/traverse"
4343
},
4444
"resolutions": {
45-
"async": "3.2.3",
46-
"minimist": "^1.2.6",
47-
"mixme": "0.5.2",
48-
"node-fetch": "2.6.7",
49-
"underscore": "1.13.1",
50-
"json-schema": "0.4.0",
5145
"@microsoft/recognizers-text-number": "~1.3.1",
52-
"@xmldom/xmldom": "0.8.6",
53-
"**/botbuilder-azure/@azure/core-auth/@azure/core-tracing": "1.0.0-preview.9",
54-
"**/request/tough-cookie": "^4.1.3",
55-
"**/request-promise/tough-cookie": "^4.1.3",
56-
"**/request-promise-native/tough-cookie": "^4.1.3",
57-
"**/istanbul-lib-instrument/@babel/core": "^7.23.2",
58-
"**/@babel/plugin-proposal-class-properties/@babel/core": "^7.23.2",
59-
"follow-redirects": "^1.15.4",
6046
"@types/ramda": "0.26.0",
61-
"@azure/msal-browser": "^2.38.3",
62-
"@azure/msal-node": "^1.18.4",
63-
"axios": "^1.7.2",
64-
"glob-parent": "5.1.2",
6547
"babel-traverse": "npm:@babel/traverse@^7.24.7",
6648
"lodash.pick": "file:overrides/lodash.pick",
6749
"**/nightwatch/ejs": "^3.1.10"
@@ -92,7 +74,7 @@
9274
"eslint-plugin-only-warn": "^1.0.2",
9375
"eslint-plugin-prettier": "^3.3.1",
9476
"eslint-plugin-security": "^1.4.0",
95-
"exorcist": "^1.0.1",
77+
"exorcist": "^2.0.0",
9678
"mocha": "^10.4.0",
9779
"mocha-junit-reporter": "^2.0.0",
9880
"npm-run-all": "^4.1.5",

testing/browser-functional/browser-echo-bot/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@
4040
"webpack-dev-server": "^4.15.2"
4141
},
4242
"resolutions": {
43-
"follow-redirects": "^1.15.4",
4443
"botframework-webchat/sanitize-html": "^2.13.0"
4544
},
4645
"overrides": {
47-
"follow-redirects": "^1.15.4",
4846
"botframework-webchat/sanitize-html": "^2.13.0"
4947
}
5048
}

testing/browser-functional/browser-echo-bot/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4580,7 +4580,7 @@ flat@^5.0.2:
45804580
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
45814581
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
45824582

4583-
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
4583+
follow-redirects@^1.0.0:
45844584
version "1.15.6"
45854585
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
45864586
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)