Skip to content

Commit 3be4aea

Browse files
Bump the npm_and_yarn group across 4 directories with 4 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [minimatch](https://github.com/isaacs/minimatch) and [lodash](https://github.com/lodash/lodash). Bumps the npm_and_yarn group with 1 update in the /packages/embed directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Bumps the npm_and_yarn group with 2 updates in the /samples/01.getting-started/k.direct-line-token/javascript/bot directory: [lodash](https://github.com/lodash/lodash) and [qs](https://github.com/ljharb/qs). Bumps the npm_and_yarn group with 2 updates in the /samples/01.getting-started/k.direct-line-token/javascript/web directory: [lodash](https://github.com/lodash/lodash) and [qs](https://github.com/ljharb/qs). Updates `minimatch` from 10.1.1 to 10.2.1 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.1.1...v10.2.1) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) Updates `@babel/runtime` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) Updates `qs` from 6.14.0 to 6.15.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.15.0) Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) Updates `qs` from 6.14.0 to 6.15.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.15.0) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.15.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3fdf3e commit 3be4aea

9 files changed

Lines changed: 150 additions & 129 deletions

File tree

package-lock.json

Lines changed: 127 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"@babel/preset-env": "^7.28.5",
229229
"@babel/preset-react": "^7.28.5",
230230
"@babel/preset-typescript": "^7.28.5",
231-
"@babel/runtime": "^7.28.4",
231+
"@babel/runtime": "^7.28.6",
232232
"@biomejs/biome": "^2.3.10",
233233
"@happy-dom/jest-environment": "^20.0.11",
234234
"@msinternal/vibe-grep": "^0.0.0-0",
@@ -265,7 +265,7 @@
265265
"keep-a-changelog": "^2.7.1",
266266
"lint-staged": "^16.2.7",
267267
"lolex": "^6.0.0",
268-
"minimatch": "^10.1.1",
268+
"minimatch": "^10.2.1",
269269
"node-dev": "^8.0.0",
270270
"prettier": "^3.7.4",
271271
"read-package-up": "^12.0.0",

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"typescript": "^5.9.3"
218218
},
219219
"dependencies": {
220-
"@babel/runtime": "7.28.4",
220+
"@babel/runtime": "7.28.6",
221221
"adaptivecards": "3.0.5",
222222
"botframework-directlinejs": "0.15.8",
223223
"botframework-directlinespeech-sdk": "0.0.0-0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"typescript": "^5.9.3"
141141
},
142142
"dependencies": {
143-
"@babel/runtime": "7.28.4",
143+
"@babel/runtime": "7.28.6",
144144
"@redux-devtools/extension": "3.3.0",
145145
"core-js-pure": "3.47.0",
146146
"iter-fest": "0.3.0",

packages/directlinespeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"webpack-stats-plugin": "^1.1.3"
100100
},
101101
"dependencies": {
102-
"@babel/runtime": "7.28.4",
102+
"@babel/runtime": "7.28.6",
103103
"abort-controller": "3.0.0",
104104
"base64-arraybuffer": "1.0.2",
105105
"core-js": "3.47.0",

packages/embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"webpack-cli": "^5.1.4"
5151
},
5252
"dependencies": {
53-
"@babel/runtime": "7.17.2",
53+
"@babel/runtime": "7.26.10",
5454
"core-js": "3.37.0",
5555
"url-search-params-polyfill": "8.2.5",
5656
"whatwg-fetch": "3.6.20"

packages/support/cldr-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@msinternal/botframework-webchat-cldr-data-downloader": "0.0.0-0",
67-
"glob": "8.1.0",
67+
"glob": "12.0.0",
6868
"read-package-up": "12.0.0",
6969
"read-pkg": "10.0.0"
7070
}

samples/01.getting-started/k.direct-line-token/javascript/bot/package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/01.getting-started/k.direct-line-token/javascript/web/package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)