diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e06b0c19..79a68715 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,5 @@ jobs: with: default_author: github_actor message: 'docs: add version ${{ github.event.client_payload.tag }}' - push: true \ No newline at end of file + push: true + github_token: ${{ steps.obtainToken.outputs.token }} \ No newline at end of file diff --git a/package.json b/package.json index 82ace535..f930ff45 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "cheerio": "1.1.0", + "cheerio": "1.1.2", "eslint": "^9.23.0", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-unused-imports": "^4.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22e90ba4..95066ac1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: specifier: ^5.62.0 version: 5.62.0(eslint@9.32.0(jiti@1.21.7))(typescript@5.9.2) cheerio: - specifier: 1.1.0 - version: 1.1.0 + specifier: 1.1.2 + version: 1.1.2 eslint: specifier: ^9.23.0 version: 9.32.0(jiti@1.21.7) @@ -2630,9 +2630,9 @@ packages: resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==} engines: {node: '>= 6'} - cheerio@1.1.0: - resolution: {integrity: sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==} - engines: {node: '>=18.17'} + cheerio@1.1.2: + resolution: {integrity: sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==} + engines: {node: '>=20.18.1'} chevrotain-allstar@0.3.1: resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==} @@ -10767,7 +10767,7 @@ snapshots: parse5: 7.3.0 parse5-htmlparser2-tree-adapter: 7.1.0 - cheerio@1.1.0: + cheerio@1.1.2: dependencies: cheerio-select: 2.1.0 dom-serializer: 2.0.0