From 148dc0f36560cc2f77d8ef65ac17e4a29931686e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 02:53:05 +0800 Subject: [PATCH 1/4] chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5 (#774) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.4 to 20.10.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5925f3d..d2f78c0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@egoist/tailwindcss-icons": "^1.7.1", "@ianvs/prettier-plugin-sort-imports": "4.1.1", "@types/chrome": "^0.0.254", - "@types/node": "20.10.4", + "@types/node": "20.10.5", "@types/react": "18.2.45", "@types/react-dom": "18.2.18", "autoprefixer": "^10.4.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 31e28a4..242f276 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,8 +89,8 @@ devDependencies: specifier: ^0.0.254 version: 0.0.254 '@types/node': - specifier: 20.10.4 - version: 20.10.4 + specifier: 20.10.5 + version: 20.10.5 '@types/react': specifier: 18.2.45 version: 18.2.45 @@ -3198,8 +3198,8 @@ packages: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: false - /@types/node@20.10.4: - resolution: {integrity: sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==} + /@types/node@20.10.5: + resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} dependencies: undici-types: 5.26.5 dev: true From c452b05fbd562690cb24b8a3d105c1f94358b58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:04:55 +0800 Subject: [PATCH 2/4] chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#776) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/submit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a5eb10..a61dca2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: version: latest run_install: true - name: Use Node.js 16.x - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: 16.x cache: "pnpm" diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 9d8cc4e..148fce7 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -19,7 +19,7 @@ jobs: version: latest run_install: true - name: Use Node.js 16.x - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: 16.x cache: "pnpm" From df81be1e6ed6377059239de1737201b95a9e67ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:05:05 +0800 Subject: [PATCH 3/4] chore(deps-dev): bump tailwindcss from 3.3.6 to 3.4.0 (#777) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.6 to 3.4.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.4.0) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index d2f78c0..bebe89d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "postcss": "^8.4.32", "prettier": "3.1.1", "shadcn-ui": "^0.4.1", - "tailwindcss": "^3.3.6", + "tailwindcss": "^3.4.0", "typescript": "5.3.3" }, "manifest": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 242f276..7496af0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ dependencies: version: 2.1.0 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.3.6) + version: 1.0.7(tailwindcss@3.4.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -81,7 +81,7 @@ dependencies: devDependencies: '@egoist/tailwindcss-icons': specifier: ^1.7.1 - version: 1.7.1(tailwindcss@3.3.6) + version: 1.7.1(tailwindcss@3.4.0) '@ianvs/prettier-plugin-sort-imports': specifier: 4.1.1 version: 4.1.1(prettier@3.1.1) @@ -110,8 +110,8 @@ devDependencies: specifier: ^0.4.1 version: 0.4.1(typescript@5.3.3) tailwindcss: - specifier: ^3.3.6 - version: 3.3.6 + specifier: ^3.4.0 + version: 3.4.0 typescript: specifier: 5.3.3 version: 5.3.3 @@ -408,13 +408,13 @@ packages: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - /@egoist/tailwindcss-icons@1.7.1(tailwindcss@3.3.6): + /@egoist/tailwindcss-icons@1.7.1(tailwindcss@3.4.0): resolution: {integrity: sha512-7DqxXxKNr7f1uZbfsIOj8c1d2pJxm+k1+BgUcqvwCQeGcp4zDf/bICv4vc0JTDZG1JpY0ZO4a2PsBb0hKEwD2A==} peerDependencies: tailwindcss: '*' dependencies: '@iconify/utils': 2.1.13 - tailwindcss: 3.3.6 + tailwindcss: 3.4.0 transitivePeerDependencies: - supports-color dev: true @@ -3747,7 +3747,7 @@ packages: dev: false /concat-map@0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} @@ -6398,16 +6398,16 @@ packages: '@babel/runtime': 7.23.5 dev: false - /tailwindcss-animate@1.0.7(tailwindcss@3.3.6): + /tailwindcss-animate@1.0.7(tailwindcss@3.4.0): resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: - tailwindcss: 3.3.6 + tailwindcss: 3.4.0 dev: false - /tailwindcss@3.3.6: - resolution: {integrity: sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==} + /tailwindcss@3.4.0: + resolution: {integrity: sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==} engines: {node: '>=14.0.0'} hasBin: true dependencies: From d59c08240337112579bc1699d9b03f900f669b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:05:15 +0800 Subject: [PATCH 4/4] chore(deps): bump lucide-react from 0.298.0 to 0.299.0 (#778) Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.298.0 to 0.299.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.299.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bebe89d..0f574c3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lodash": "^4.17.21", - "lucide-react": "^0.298.0", + "lucide-react": "^0.299.0", "md5.js": "^1.3.5", "plasmo": "0.84.0", "psl": "^1.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7496af0..51d3869 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ dependencies: specifier: ^4.17.21 version: 4.17.21 lucide-react: - specifier: ^0.298.0 - version: 0.298.0(react@18.2.0) + specifier: ^0.299.0 + version: 0.299.0(react@18.2.0) md5.js: specifier: ^1.3.5 version: 1.3.5 @@ -5146,8 +5146,8 @@ packages: dependencies: yallist: 4.0.0 - /lucide-react@0.298.0(react@18.2.0): - resolution: {integrity: sha512-tWoxZ663Zf/n8VxXTHnTJsU/w1ysWT1LORnIL1pzqElFdSqBhWbZeJ3sLdCZ5FpzpbkpkYEtluhuTyG2BTDYNQ==} + /lucide-react@0.299.0(react@18.2.0): + resolution: {integrity: sha512-59MiDzDzFI/efHhb4n0vGdXelMNwou7JlAFvVS4boA1G/7aYU7garPciYo73CODzkhrhz0JOgdtSTPSe5dMrlQ==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 dependencies: