chore: Upgrade dependencies to fix security vulnerability (#479)

This commit is contained in:
Kagol 2024-05-17 11:44:44 +08:00 committed by GitHub
parent ffd0280877
commit a0a4e293d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Get changed files
id: get_changed_files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
**.js

View File

@ -31,9 +31,9 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@babel/generator": "7.18.13",
"@babel/parser": "7.18.13",
"@babel/traverse": "7.18.13",
"@babel/generator": "~7.23.2",
"@babel/parser": "~7.23.2",
"@babel/traverse": "~7.23.2",
"@opentiny/tiny-engine-builtin-component": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-i18n-host": "workspace:*",

View File

@ -30,10 +30,10 @@
"author": "OpenTiny Team",
"license": "MIT",
"dependencies": {
"@babel/core": "7.18.13",
"@babel/generator": "7.18.13",
"@babel/parser": "7.18.13",
"@babel/traverse": "7.18.13",
"@babel/core": "~7.23.2",
"@babel/generator": "~7.23.2",
"@babel/parser": "~7.23.2",
"@babel/traverse": "~7.23.2",
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",

View File

@ -26,7 +26,7 @@
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"@vueuse/core": "^9.6.0",
"axios": "^0.27.2",
"axios": "~0.28.0",
"axios-mock-adapter": "^1.21.5"
},
"devDependencies": {

View File

@ -30,7 +30,7 @@
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vue/shared": "^3.3.4",
"axios": "^0.27.2",
"axios": "~0.28.0",
"vue-clipboard3": "^2.0.0",
"xlsx": "^0.18.5"
},