chore: Upgrade dependencies to fix security vulnerability (#479)
This commit is contained in:
parent
ffd0280877
commit
a0a4e293d8
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: get_changed_files
|
id: get_changed_files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v41
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**.js
|
**.js
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://opentiny.design/tiny-engine",
|
"homepage": "https://opentiny.design/tiny-engine",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": "7.18.13",
|
"@babel/generator": "~7.23.2",
|
||||||
"@babel/parser": "7.18.13",
|
"@babel/parser": "~7.23.2",
|
||||||
"@babel/traverse": "7.18.13",
|
"@babel/traverse": "~7.23.2",
|
||||||
"@opentiny/tiny-engine-builtin-component": "workspace:*",
|
"@opentiny/tiny-engine-builtin-component": "workspace:*",
|
||||||
"@opentiny/tiny-engine-http": "workspace:*",
|
"@opentiny/tiny-engine-http": "workspace:*",
|
||||||
"@opentiny/tiny-engine-i18n-host": "workspace:*",
|
"@opentiny/tiny-engine-i18n-host": "workspace:*",
|
||||||
|
|
|
@ -30,10 +30,10 @@
|
||||||
"author": "OpenTiny Team",
|
"author": "OpenTiny Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.18.13",
|
"@babel/core": "~7.23.2",
|
||||||
"@babel/generator": "7.18.13",
|
"@babel/generator": "~7.23.2",
|
||||||
"@babel/parser": "7.18.13",
|
"@babel/parser": "~7.23.2",
|
||||||
"@babel/traverse": "7.18.13",
|
"@babel/traverse": "~7.23.2",
|
||||||
"@opentiny/tiny-engine-canvas": "workspace:*",
|
"@opentiny/tiny-engine-canvas": "workspace:*",
|
||||||
"@opentiny/tiny-engine-common": "workspace:*",
|
"@opentiny/tiny-engine-common": "workspace:*",
|
||||||
"@opentiny/tiny-engine-controller": "workspace:*",
|
"@opentiny/tiny-engine-controller": "workspace:*",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@opentiny/tiny-engine-utils": "workspace:*",
|
"@opentiny/tiny-engine-utils": "workspace:*",
|
||||||
"@vueuse/core": "^9.6.0",
|
"@vueuse/core": "^9.6.0",
|
||||||
"axios": "^0.27.2",
|
"axios": "~0.28.0",
|
||||||
"axios-mock-adapter": "^1.21.5"
|
"axios-mock-adapter": "^1.21.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"@opentiny/tiny-engine-http": "workspace:*",
|
"@opentiny/tiny-engine-http": "workspace:*",
|
||||||
"@opentiny/tiny-engine-utils": "workspace:*",
|
"@opentiny/tiny-engine-utils": "workspace:*",
|
||||||
"@vue/shared": "^3.3.4",
|
"@vue/shared": "^3.3.4",
|
||||||
"axios": "^0.27.2",
|
"axios": "~0.28.0",
|
||||||
"vue-clipboard3": "^2.0.0",
|
"vue-clipboard3": "^2.0.0",
|
||||||
"xlsx": "^0.18.5"
|
"xlsx": "^0.18.5"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue