Skip to content

Commit c88cb81

Browse files
frankwang32Shi Wang
andauthored
Upgrade @babel/runtime from 7.14.8 to 7.26.10 to fix the vulnerability. (#438)
Co-authored-by: Shi Wang <wangshi@microsoft.com>
1 parent d078f33 commit c88cb81

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- run: npm clean-install
3030
- run: npm run prepublishOnly
3131
- name: Upload tarball artifact
32-
uses: actions/upload-artifact@v3.1.1
32+
uses: actions/upload-artifact@v4.6.2
3333
with:
3434
name: bundle
3535
path: ./dist
3636
- run: npm pack
3737
- name: Upload tarball artifact
38-
uses: actions/upload-artifact@v3.1.1
38+
uses: actions/upload-artifact@v4.6.2
3939
with:
4040
name: tarball
4141
path: ./*.tgz

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- run: npm clean-install
2727
- run: npm run prepublishOnly
2828
- name: Upload tarball artifact
29-
uses: actions/upload-artifact@v3.1.1
29+
uses: actions/upload-artifact@v4.6.2
3030
with:
3131
name: bundle
3232
path: ./dist
3333
- run: npm pack
3434
- name: Upload tarball artifact
35-
uses: actions/upload-artifact@v3.1.1
35+
uses: actions/upload-artifact@v4.6.2
3636
with:
3737
name: tarball
3838
path: ./*.tgz

.github/workflows/pull-request-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
- run: npm pack
3131

3232
- name: Upload tarball artifact
33-
uses: actions/upload-artifact@v3.1.1
33+
uses: actions/upload-artifact@v4.6.2
3434
with:
35-
name: bundle
35+
name: bundle-${{ matrix.node-version }}
3636
path: ./dist
3737

3838
- name: Upload tarball artifact
39-
uses: actions/upload-artifact@v3.1.1
39+
uses: actions/upload-artifact@v4.6.2
4040
with:
41-
name: tarball
41+
name: tarball-${{ matrix.node-version }}
4242
path: ./*.tgz
4343

4444
- run: npm test

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "Microsoft Corporation",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@babel/runtime": "7.14.8",
29+
"@babel/runtime": "7.26.10",
3030
"botframework-streaming": "4.23.0",
3131
"buffer": "6.0.3",
3232
"core-js": "3.15.2",

0 commit comments

Comments
 (0)