Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update babel/runtime to 7.25.6
Browse files Browse the repository at this point in the history
rido-min committed Sep 23, 2024
1 parent 134ee15 commit fd94989
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
@@ -10256,7 +10256,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------

@babel/runtime 7.4.5 - MIT
@babel/runtime 7.25.6 - MIT
Copyright (c) 2014-present Sebastian McKenzie and other contributors

Copyright 2013 Mathias Buus
2 changes: 1 addition & 1 deletion packages/app/shared/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
2 changes: 1 addition & 1 deletion packages/extensions/json/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/app-shared": "^1.0.0",
"@bfemulator/sdk-client": "^1.0.0",
"@bfemulator/sdk-shared": "^1.0.0",
2 changes: 1 addition & 1 deletion packages/extensions/luis/package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
]
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"eslint-plugin-security": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/client/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@types/jest": "24.0.13",
"@types/node": "8.9.3",
"@types/react": "16.9.17",
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"eslint-plugin-security": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/client/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
2 changes: 1 addition & 1 deletion packages/sdk/shared/package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
"eslint-plugin-security": "^1.4.0",
2 changes: 1 addition & 1 deletion packages/sdk/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/app-shared": "^1.0.0",
"eslint-plugin-security": "^1.4.0",
"react": "16.14.0",

0 comments on commit fd94989

Please sign in to comment.