diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 5abf101..2fc96cc 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -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 diff --git a/packages/controller/package.json b/packages/controller/package.json index c3eab01..ac207b0 100644 --- a/packages/controller/package.json +++ b/packages/controller/package.json @@ -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:*", diff --git a/packages/design-core/package.json b/packages/design-core/package.json index d6409bf..0c6a123 100644 --- a/packages/design-core/package.json +++ b/packages/design-core/package.json @@ -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:*", diff --git a/packages/http/package.json b/packages/http/package.json index 90068e7..d29ed81 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -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": { diff --git a/packages/plugins/datasource/package.json b/packages/plugins/datasource/package.json index 8b6beb6..6cd42bd 100644 --- a/packages/plugins/datasource/package.json +++ b/packages/plugins/datasource/package.json @@ -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" },