diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index f20b9229..00000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: 'CodeQL' - -on: - push: - branches: ['master'] - pull_request: - branches: ['master'] - schedule: - - cron: '48 12 * * 2' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [javascript] - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - queries: +security-and-quality - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - with: - category: '/language:${{ matrix.language }}' diff --git a/package.json b/package.json index 20e2fe47..88424cc5 100644 --- a/package.json +++ b/package.json @@ -57,27 +57,24 @@ "@testing-library/react": "^16.0.1", "@types/classnames": "^2.3.1", "@types/express": "^4.17.21", - "@types/history": "^4.7.11", + "@types/history": "^5.0.0", "@types/jest": "^29.5.13", "@types/lodash": "^4.17.10", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@types/react-helmet": "^6.1.11", - "@umijs/fabric": "^2.14.1", "@umijs/lint": "^4.3.24", "@umijs/max": "^4.3.24", "cross-env": "^7.0.3", "eslint": "^8.57.1", "express": "^4.21.1", - "gh-pages": "^3.2.3", + "gh-pages": "^6.1.1", "husky": "^9.1.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.2.10", "mockjs": "^1.1.0", "prettier": "^3.3.3", - "react-dev-inspector": "^1.9.0", - "swagger-ui-dist": "^4.19.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", "umi-presets-pro": "^2.0.3",