diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 916137d0dad97d..910dcde4d458a2 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -28,7 +28,7 @@ jobs: with: version: 8 - name: Use Node.js Active LTS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/comment-on-issue.yml b/.github/workflows/comment-on-issue.yml index 258d4b6d381abf..477074487b5002 100644 --- a/.github/workflows/comment-on-issue.yml +++ b/.github/workflows/comment-on-issue.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 # just need its cache + - uses: actions/setup-node@v4 # just need its cache with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/docker-test-cont.yml b/.github/workflows/docker-test-cont.yml index 86a9deae423a4d..c87ffd1d2ade8c 100644 --- a/.github/workflows/docker-test-cont.yml +++ b/.github/workflows/docker-test-cont.yml @@ -73,7 +73,7 @@ jobs: with: version: 8 - - uses: actions/setup-node@v3 # just need its cache + - uses: actions/setup-node@v4 # just need its cache if: (env.TEST_CONTINUE) with: node-version: lts/* diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 40a6147e9a058a..f126d86c4f985f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/issue-command.yml b/.github/workflows/issue-command.yml index 460cc9f291cc59..35a29b2c0665f1 100644 --- a/.github/workflows/issue-command.yml +++ b/.github/workflows/issue-command.yml @@ -58,7 +58,7 @@ jobs: version: 8 - name: Use Node.js Active LTS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7c388fcb0f1ff..c486e1f5e58b7e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: # - uses: pnpm/action-setup@v2 # with: # version: 8 - # - uses: actions/setup-node@v3 + # - uses: actions/setup-node@v4 # with: # node-version: lts/* # cache: 'pnpm' @@ -43,7 +43,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 55459076965843..49d7b0f267cff2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: lts/* cache: 'pnpm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c67a309a7c84f..ab8c5938b5e05a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -79,7 +79,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -121,7 +121,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -144,7 +144,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' diff --git a/package.json b/package.json index 90db6e3196bcc7..f806516682ec55 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@notionhq/client": "2.2.13", "@postlight/parser": "2.2.3", "@sentry/node": "7.74.1", - "@tonyrl/rand-user-agent": "2.0.35", + "@tonyrl/rand-user-agent": "2.0.36", "aes-js": "3.1.2", "art-template": "4.13.2", "bbcodejs": "0.0.4", @@ -168,7 +168,7 @@ "@types/koa__router": "12.0.2", "@types/lint-staged": "13.2.1", "@types/mailparser": "3.4.3", - "@types/markdown-it": "13.0.4", + "@types/markdown-it": "13.0.5", "@types/module-alias": "2.0.3", "@types/nodemon": "1.19.4", "@types/pidusage": "2.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7564f4c61280d1..2d55fd17c2cf35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: 7.74.1 version: 7.74.1 '@tonyrl/rand-user-agent': - specifier: 2.0.35 - version: 2.0.35 + specifier: 2.0.36 + version: 2.0.36 aes-js: specifier: 3.1.2 version: 3.1.2 @@ -257,8 +257,8 @@ devDependencies: specifier: 3.4.3 version: 3.4.3 '@types/markdown-it': - specifier: 13.0.4 - version: 13.0.4 + specifier: 13.0.5 + version: 13.0.5 '@types/module-alias': specifier: 2.0.3 version: 2.0.3 @@ -1329,8 +1329,8 @@ packages: defer-to-connect: 2.0.1 dev: false - /@tonyrl/rand-user-agent@2.0.35: - resolution: {integrity: sha512-XUuA96FAcLEUWA2Kw5V595VLo1YZIUU8REUt7LtvbU2XBTJhnpphGWZgq5kLmASqgHNfABMFlJJ7yipb/53Tsg==} + /@tonyrl/rand-user-agent@2.0.36: + resolution: {integrity: sha512-YFTtCs0y4GfyXjWaldAxM0GcdOcHxL0Evg0NxvjyJOI4IH3Baxl3k6JMTpedvX9jgICnS8jRNhOaxBgV0NXhiA==} engines: {node: '>=14.16'} dev: false @@ -1635,8 +1635,8 @@ packages: iconv-lite: 0.6.3 dev: true - /@types/markdown-it@13.0.4: - resolution: {integrity: sha512-FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw==} + /@types/markdown-it@13.0.5: + resolution: {integrity: sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==} dependencies: '@types/linkify-it': 3.0.3 '@types/mdurl': 1.0.2 diff --git a/website/package.json b/website/package.json index 68591a50d47c48..3b90d17d90a2ce 100644 --- a/website/package.json +++ b/website/package.json @@ -34,7 +34,7 @@ "@docusaurus/module-type-aliases": "2.4.3", "@docusaurus/types": "2.4.3", "@tsconfig/docusaurus": "^2.0.2", - "@types/markdown-it": "^13.0.4", + "@types/markdown-it": "^13.0.5", "@types/mdx-js__react": "^1.5.5", "@types/react": "^17.0.64", "@types/react-dom": "^17.0.20", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index a9ce832a4d9b9d..70603a57344501 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -56,8 +56,8 @@ devDependencies: specifier: ^2.0.2 version: 2.0.2 '@types/markdown-it': - specifier: ^13.0.4 - version: 13.0.4 + specifier: ^13.0.5 + version: 13.0.5 '@types/mdx-js__react': specifier: ^1.5.5 version: 1.5.5 @@ -3015,8 +3015,8 @@ packages: resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==} dev: true - /@types/markdown-it@13.0.4: - resolution: {integrity: sha512-FAIUdEXrCDnQmAAmJC+UeW/3p0eCI4QZ/+W0lX/h83VD3v78IgTFYftjnAeXS8H0g4PFQCgipc51cQDA8tjgLw==} + /@types/markdown-it@13.0.5: + resolution: {integrity: sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==} dependencies: '@types/linkify-it': 3.0.2 '@types/mdurl': 1.0.2