From 4ffbc4e2f6df62a1f35b9efc7cab0d1c8c0973af Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Oct 2023 22:04:44 +0330 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 019d573..1a70807 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -2,7 +2,7 @@ name: Ask a Question about: Ask about a particular topic title: '' -labels: question +labels: enhancement, question assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d1305d5..e95fdd6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug Report about: Create a report to help us improve title: '' -labels: enhancement +labels: bug assignees: '' --- From 91748ac5d2b6a70743bf6ba6c32743e555491b57 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 24 Oct 2023 17:22:45 -0400 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 1a70807..019d573 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -2,7 +2,7 @@ name: Ask a Question about: Ask about a particular topic title: '' -labels: enhancement, question +labels: question assignees: '' --- From 788fc56caf6bea85150f7114405ef4bfa60de557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:23:38 +0000 Subject: [PATCH 3/3] Bump crypto-js from 4.1.1 to 4.2.0 Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93867e6..c84eddc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "axios": "^1.5.1", "bcrypt": "^5.1.0", "colorthief": "^2.4.0", - "crypto-js": "^4.1.1", + "crypto-js": "^4.2.0", "csstype": "^3.1.2", "eslint": "8.46.0", "eslint-config-next": "13.4.9", diff --git a/yarn.lock b/yarn.lock index bb2f10a..ddbf62f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2097,10 +2097,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto-js@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== +crypto-js@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631" + integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== cssesc@^3.0.0: version "3.0.0"