diff --git a/.all-contributorsrc b/.all-contributorsrc
index 97fc3b530..07c696c23 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -916,6 +916,15 @@
"contributions": [
"security"
]
+ },
+ {
+ "login": "HaroldVB",
+ "name": "Harold",
+ "avatar_url": "https://avatars.githubusercontent.com/u/73724671?v=4",
+ "profile": "https://github.com/HaroldVB",
+ "contributions": [
+ "doc"
+ ]
}
],
"contributorsPerLine": 7
diff --git a/.buildkite/deployment.sh b/.buildkite/deployment.sh
index d96221ae9..b2118d172 100755
--- a/.buildkite/deployment.sh
+++ b/.buildkite/deployment.sh
@@ -6,9 +6,9 @@ DIVERGED=$(git merge-base --fork-point origin/master > /dev/null; echo $?)
if [[ "${DIVERGED}" == 0 ]]; then
if [[ "${BUILDKITE_TAG}" == "" ]]; then
if [[ "${BUILDKITE_BRANCH}" == "master" ]]; then
- CI_BYPASS=$(git diff --name-only HEAD~1 | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|examples\/.*)/!{q1}' && echo true || echo false)
+ CI_BYPASS=$(git diff --name-only HEAD~1 | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|cmd\/authelia-gen\/templates\/.*|examples\/.*)/!{q1}' && echo true || echo false)
else
- CI_BYPASS=$(git diff --name-only `git merge-base --fork-point origin/master` | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|examples\/.*)/!{q1}' && echo true || echo false)
+ CI_BYPASS=$(git diff --name-only `git merge-base --fork-point origin/master` | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|cmd\/authelia-gen\/templates\/.*|examples\/.*)/!{q1}' && echo true || echo false)
fi
else
CI_BYPASS="false"
diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh
index 74e72e636..eebcb616e 100755
--- a/.buildkite/pipeline.sh
+++ b/.buildkite/pipeline.sh
@@ -9,12 +9,12 @@ if [[ "${DIVERGED}" == 0 ]]; then
BUILD_DUO=$(git diff --name-only HEAD~1 | grep -q ^internal/suites/example/compose/duo-api/Dockerfile && echo true || echo false)
BUILD_HAPROXY=$(git diff --name-only HEAD~1 | grep -q ^internal/suites/example/compose/haproxy/Dockerfile && echo true || echo false)
BUILD_SAMBA=$(git diff --name-only HEAD~1 | grep -q ^internal/suites/example/compose/samba/Dockerfile && echo true || echo false)
- CI_BYPASS=$(git diff --name-only HEAD~1 | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|examples\/.*)/!{q1}' && echo true || echo false)
+ CI_BYPASS=$(git diff --name-only HEAD~1 | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|cmd\/authelia-gen\/templates\/.*|examples\/.*)/!{q1}' && echo true || echo false)
else
BUILD_DUO=$(git diff --name-only `git merge-base --fork-point origin/master` | grep -q ^internal/suites/example/compose/duo-api/Dockerfile && echo true || echo false)
BUILD_HAPROXY=$(git diff --name-only `git merge-base --fork-point origin/master` | grep -q ^internal/suites/example/compose/haproxy/Dockerfile && echo true || echo false)
BUILD_SAMBA=$(git diff --name-only `git merge-base --fork-point origin/master` | grep -q ^internal/suites/example/compose/samba/Dockerfile && echo true || echo false)
- CI_BYPASS=$(git diff --name-only `git merge-base --fork-point origin/master` | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|examples\/.*)/!{q1}' && echo true || echo false)
+ CI_BYPASS=$(git diff --name-only `git merge-base --fork-point origin/master` | sed -rn '/^(CODE_OF_CONDUCT\.md|CONTRIBUTING\.md|README\.md|SECURITY\.md|crowdin\.yml|\.all-contributorsrc|\.editorconfig|\.github\/.*|docs\/.*|cmd\/authelia-gen\/templates\/.*|examples\/.*)/!{q1}' && echo true || echo false)
fi
if [[ "${CI_BYPASS}" == "true" ]]; then
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 6794b8e78..5edf31148 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -17,8 +17,14 @@ body:
2. Please try to give as much information as possible for us to be able to reproduce the issue and provide a quick fix.
3. Please ensure an issue does not already exist for this potential bug.
4. Please only provide specific versions. Latest is not a version.
- 5. Please read the [Troubleshooting Sanitization](https://www.authelia.com/r/sanitize) reference guide if you plan on sanitizing, removing, or adjusting any values for the logs or configuration files.
- 6. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
+ 5. Please only report bugs with Authelia itself. Issues which match one of the following criteria should not be reported here but should be a [discussion](https://github.com/authelia/authelia/discussions/new/choose) instead:
+ - Bugs with third-party software.
+ - Mistakes in the documentation.
+ - Potential bugs where it is not somewhat clear that it's a bug with Authelia itself.
+ 6. Please read the [Troubleshooting](https://www.authelia.com/r/troubleshooting) reference guide:
+ - Do not truncate any logs unless you are complying with the specific instructions in the [Logs](https://www.authelia.com/r/troubleshooting#logs) section.
+ - If you plan on sanitizing, removing, or adjusting any values for the logs or configuration files please read the [Sanitization](https://www.authelia.com/r/troubleshooting#sanitization) section.
+ 7. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
- type: dropdown
id: version
attributes:
@@ -104,28 +110,28 @@ body:
id: description
attributes:
label: Description
- description: Describe the bug
+ description: Describe the bug.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
- description: Describe how we can reproduce this issue
+ description: Describe how we can reproduce this issue. This should be step by step and should include detailed and specific information. Abstract or generic information should be avoided. For example this should include specific application names and versions if relevant. Reproducing the issue is important so we can verify it exists, add relevant tests, and verify it is solved.
validations:
required: true
- type: textarea
id: expectations
attributes:
label: Expectations
- description: Describe the desired or expected results
+ description: Describe the desired or expected results.
validations:
required: false
- type: textarea
id: configuration
attributes:
label: Configuration (Authelia)
- description: Provide a complete configuration file (the template will automatically put this content in a code block)
+ description: Provide a complete configuration file (the template will automatically put this content in a code block).
render: yaml
validations:
required: false
@@ -134,8 +140,9 @@ body:
attributes:
label: Logs (Authelia)
description: |
- Provide complete logs with the log level set to debug or trace. Complete means from application start until the
- issue occurring. The template will automatically put this content in a code block so you can just paste it.
+ Provide complete logs with the log level set to debug or trace. Complete means from application start until the issue occurring. This is clearly explained in the [Logs](https://www.authelia.com/r/troubleshooting#logs) section of the troubleshooting guide.
+
+ The template will automatically put this content in a code block so you can just paste it.
render: shell
validations:
required: true
@@ -143,7 +150,7 @@ body:
id: logs-other
attributes:
label: Logs (Proxy / Application)
- description: Provide complete debug logs for the affected proxy and/or application if available and relevant (the template will automatically put this content in a code block)
+ description: Provide complete debug logs for the affected proxy and/or application if available and relevant (the template will automatically put this content in a code block).
render: shell
validations:
required: false
@@ -151,14 +158,14 @@ body:
id: documentation
attributes:
label: Documentation
- description: Provide any relevant specification or other documentation if applicable
+ description: Provide any relevant specification or other documentation if applicable.
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Pre-Submission Checklist
- description: By submitting this issue confirm all of the following
+ description: By submitting this issue confirm all of the following.
options:
- label: I agree to follow the [Code of Conduct](http://www.authelia.com/code-of-conduct)
required: true
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fcf90d649..5066563d5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,12 +30,28 @@ issue so that no one else starts any duplicate work.
Pull Requests can only be merged once all status checks are green, which means `authelia-scripts --log-level debug ci`
passes, and coverage does not regress.
-## Do not force push to your pull request branch
+### Sign the Developer Certificate of Origin
-Please do not force push to your PR's branch after you have created your PR, as doing so makes it harder for us to
-review your work. PRs will always be squashed by us when we merge your work. Commit as many times as you need in your
+Please ensure you complete the [Developer Certificate of Origin] sign off for all commits. More information can be found
+in the [Developer Certificate of Origin] documentation.
+
+### Do not force push to your pull request branch
+
+Please do not force push to your PR's branch after you have created your PR especially when a maintainer has either
+performed a review or has indicated they are performing a review, as doing so makes it harder to review your commits
+accurately. PRs will always be squashed by us when we merge your work. Commit as many times as you need in your
pull request branch.
+A few exceptions exist to this rule and are as follows:
+
+- Making adjustments to the commit message i.e. for the following reasons:
+ - To comply with the [Developer Certificate of Origin] sign off requirement
+ - To comply with the other [Commit Message] guidelines
+- To rebase your changes off of master or another branch
+
+[Developer Certificate of Origin]: https://www.authelia.com/contributing/guidelines/commit-message/#developer-certificate-of-origin
+[Commit Message]: https://www.authelia.com/contributing/guidelines/commit-message/
+
## Re-requesting a review
Please do not ping your reviewer(s) by mentioning them in a new comment.
diff --git a/Dockerfile.coverage b/Dockerfile.coverage
index a14317cd5..0b43f5ae3 100644
--- a/Dockerfile.coverage
+++ b/Dockerfile.coverage
@@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
-FROM node:19-alpine AS builder-frontend
+FROM node:20-alpine AS builder-frontend
WORKDIR /node/src/app
@@ -15,7 +15,7 @@ RUN yarn global add pnpm && \
# =======================================
# ===== Build image for the backend =====
# =======================================
-FROM golang:1.20.3-alpine AS builder-backend
+FROM golang:1.20.4-alpine AS builder-backend
WORKDIR /go/src/app
diff --git a/Dockerfile.dev b/Dockerfile.dev
index decb022e4..81d51cc97 100644
--- a/Dockerfile.dev
+++ b/Dockerfile.dev
@@ -1,7 +1,7 @@
# ========================================
# ===== Build image for the frontend =====
# ========================================
-FROM node:19-alpine AS builder-frontend
+FROM node:20-alpine AS builder-frontend
WORKDIR /node/src/app
@@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
-FROM golang:1.20.3-alpine AS builder-backend
+FROM golang:1.20.4-alpine AS builder-backend
WORKDIR /go/src/app
diff --git a/README.md b/README.md
index bc5fd5f6f..7c2c8d920 100644
--- a/README.md
+++ b/README.md
@@ -199,125 +199,126 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
diff --git a/cmd/authelia-gen/cmd_docs_date.go b/cmd/authelia-gen/cmd_docs_date.go
index fb2883492..a51876ded 100644
--- a/cmd/authelia-gen/cmd_docs_date.go
+++ b/cmd/authelia-gen/cmd_docs_date.go
@@ -13,7 +13,7 @@ import (
"github.com/spf13/cobra"
"github.com/valyala/fasthttp"
- "gopkg.in/yaml.v3"
+ yaml "gopkg.in/yaml.v3"
)
func newDocsDateCmd() *cobra.Command {
@@ -87,7 +87,17 @@ func docsDateRunE(cmd *cobra.Command, args []string) (err error) {
)
if value, ok := frontmatter["date"]; ok {
- date = value.(time.Time)
+ date, ok = value.(time.Time)
+
+ if !ok {
+ var abspath string
+
+ if abspath, err = filepath.Abs(path); err != nil {
+ abspath = path
+ }
+
+ return fmt.Errorf("frontmatter for %s has an invalid date value: is %T with a value of %s", abspath, value, value)
+ }
}
dateGit := getDateFromGit(cwd, abs, commitFilter)
diff --git a/cmd/authelia-gen/templates/docs-contributing-development-commitmsg.md.tmpl b/cmd/authelia-gen/templates/docs-contributing-development-commitmsg.md.tmpl
index 732d3aee6..42d761f77 100644
--- a/cmd/authelia-gen/templates/docs-contributing-development-commitmsg.md.tmpl
+++ b/cmd/authelia-gen/templates/docs-contributing-development-commitmsg.md.tmpl
@@ -107,11 +107,56 @@ BREAKING CHANGE:
Fixes #
+
+Signed-off-by:
```
Breaking Change section should start with the phrase "BREAKING CHANGE: " followed by a summary of the breaking change, a
blank line, and a detailed description of the breaking change that also includes migration instructions.
+#### Developer Certificate of Origin
+
+The footer *__MUST__* include the formal and conventional notation indicating the users acceptance of the
+[Developer Certificate of Origin](https://developercertificate.org/) as described by the following agreement:
+
+```text
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+(c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+(d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
+```
+
+This can be achieved in the following ways:
+
+- While making the commit use `git commit --signoff` or `git commit -s`
+- To correct a single commit missing the sign off `git commit –-amend --no-edit --signoff` or `git commit --amend --no-edit -s`
+- To correct multiple commits missing the sign off `git rebase --signoff HEAD~2` (i.e. with 2 commits that are missing the sign off)
+
+This can be achieved by using `git commit --signoff`. A single previous commit can be signed using
+`git commit –-amend --signoff --no-edit`. Multiple previous commits can be signed using `git rebase --signoff HEAD~2`
+i.e. when 2 previous commits require the sign off.
+
### Revert Commits
If the commit reverts a previous commit, it should begin with `revert:`, followed by the header of the reverted commit.
@@ -132,6 +177,8 @@ This in turn will cause issues when attempting to utilise the log with the provi
We now override any TTY detection/logging treatments and disable coloring/removal of the timestamp when a user is utilising the text based logger to a file.
Fixes #1480.
+
+Signed-off-by: John Smith
```
This document is based on [AngularJS Git Commit Message Format].
diff --git a/cmd/authelia-gen/templates/dot_commitlintrc.js.tmpl b/cmd/authelia-gen/templates/dot_commitlintrc.js.tmpl
index 0290fa882..2fe52e590 100644
--- a/cmd/authelia-gen/templates/dot_commitlintrc.js.tmpl
+++ b/cmd/authelia-gen/templates/dot_commitlintrc.js.tmpl
@@ -19,6 +19,8 @@ module.exports = {
{{- end }}
],
],
+ "signed-off-by": [2, "always", "Signed-off-by:"],
+ "trailer-exists": [2, "always", "Signed-off-by:"],
},
defaultIgnores: true,
helpUrl: "https://www.authelia.com/contributing/guidelines/commit-message/",
diff --git a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl
index 04349e6ba..7fe279929 100644
--- a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl
+++ b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl
@@ -17,8 +17,14 @@ body:
2. Please try to give as much information as possible for us to be able to reproduce the issue and provide a quick fix.
3. Please ensure an issue does not already exist for this potential bug.
4. Please only provide specific versions. Latest is not a version.
- 5. Please read the [Troubleshooting Sanitization](https://www.authelia.com/r/sanitize) reference guide if you plan on sanitizing, removing, or adjusting any values for the logs or configuration files.
- 6. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
+ 5. Please only report bugs with Authelia itself. Issues which match one of the following criteria should not be reported here but should be a [discussion](https://github.com/authelia/authelia/discussions/new/choose) instead:
+ - Bugs with third-party software.
+ - Mistakes in the documentation.
+ - Potential bugs where it is not somewhat clear that it's a bug with Authelia itself.
+ 6. Please read the [Troubleshooting](https://www.authelia.com/r/troubleshooting) reference guide:
+ - Do not truncate any logs unless you are complying with the specific instructions in the [Logs](https://www.authelia.com/r/troubleshooting#logs) section.
+ - If you plan on sanitizing, removing, or adjusting any values for the logs or configuration files please read the [Sanitization](https://www.authelia.com/r/troubleshooting#sanitization) section.
+ 7. Please consider including a [HTTP Archive File](https://www.authelia.com/r/har) if you're having redirection issues.
- type: dropdown
id: version
attributes:
@@ -66,28 +72,28 @@ body:
id: description
attributes:
label: Description
- description: Describe the bug
+ description: Describe the bug.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
- description: Describe how we can reproduce this issue
+ description: Describe how we can reproduce this issue. This should be step by step and should include detailed and specific information. Abstract or generic information should be avoided. For example this should include specific application names and versions if relevant. Reproducing the issue is important so we can verify it exists, add relevant tests, and verify it is solved.
validations:
required: true
- type: textarea
id: expectations
attributes:
label: Expectations
- description: Describe the desired or expected results
+ description: Describe the desired or expected results.
validations:
required: false
- type: textarea
id: configuration
attributes:
label: Configuration (Authelia)
- description: Provide a complete configuration file (the template will automatically put this content in a code block)
+ description: Provide a complete configuration file (the template will automatically put this content in a code block).
render: yaml
validations:
required: false
@@ -96,8 +102,9 @@ body:
attributes:
label: Logs (Authelia)
description: |
- Provide complete logs with the log level set to debug or trace. Complete means from application start until the
- issue occurring. The template will automatically put this content in a code block so you can just paste it.
+ Provide complete logs with the log level set to debug or trace. Complete means from application start until the issue occurring. This is clearly explained in the [Logs](https://www.authelia.com/r/troubleshooting#logs) section of the troubleshooting guide.
+
+ The template will automatically put this content in a code block so you can just paste it.
render: shell
validations:
required: true
@@ -105,7 +112,7 @@ body:
id: logs-other
attributes:
label: Logs (Proxy / Application)
- description: Provide complete debug logs for the affected proxy and/or application if available and relevant (the template will automatically put this content in a code block)
+ description: Provide complete debug logs for the affected proxy and/or application if available and relevant (the template will automatically put this content in a code block).
render: shell
validations:
required: false
@@ -113,14 +120,14 @@ body:
id: documentation
attributes:
label: Documentation
- description: Provide any relevant specification or other documentation if applicable
+ description: Provide any relevant specification or other documentation if applicable.
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Pre-Submission Checklist
- description: By submitting this issue confirm all of the following
+ description: By submitting this issue confirm all of the following.
options:
- label: I agree to follow the [Code of Conduct](http://www.authelia.com/code-of-conduct)
required: true
diff --git a/cmd/authelia-scripts/cmd/gen.go b/cmd/authelia-scripts/cmd/gen.go
index b2774c261..be6a36a9e 100644
--- a/cmd/authelia-scripts/cmd/gen.go
+++ b/cmd/authelia-scripts/cmd/gen.go
@@ -7,5 +7,5 @@
package cmd
const (
- versionSwaggerUI = "4.18.2"
+ versionSwaggerUI = "4.18.3"
)
diff --git a/docs/.stylelintrc.json b/docs/.stylelintrc.json
index 191d09381..23d3c9e60 100644
--- a/docs/.stylelintrc.json
+++ b/docs/.stylelintrc.json
@@ -2,7 +2,6 @@
"extends": "stylelint-config-standard-scss",
"rules": {
"no-empty-source": null,
- "string-quotes": "double",
"scss/comment-no-empty": null,
"max-line-length": null,
"scss/at-extend-no-missing-placeholder": null,
@@ -45,4 +44,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/docs/assets/scss/app.scss b/docs/assets/scss/app.scss
index 24c13f447..adf77b482 100644
--- a/docs/assets/scss/app.scss
+++ b/docs/assets/scss/app.scss
@@ -9,6 +9,8 @@
/** Import Bootstrap Icons */
$bootstrap-icons-font-file: "./fonts/bootstrap-icons";
+
+/* stylelint-disable-next-line scss/at-import-partial-extension */
@import "bootstrap-icons/font/bootstrap-icons.scss";
/** Import highlight.js */
diff --git a/docs/content/en/contributing/guidelines/commit-message.md b/docs/content/en/contributing/guidelines/commit-message.md
index 5d67c65e6..2d84ed186 100644
--- a/docs/content/en/contributing/guidelines/commit-message.md
+++ b/docs/content/en/contributing/guidelines/commit-message.md
@@ -140,11 +140,56 @@ BREAKING CHANGE:
Fixes #
+
+Signed-off-by:
```
Breaking Change section should start with the phrase "BREAKING CHANGE: " followed by a summary of the breaking change, a
blank line, and a detailed description of the breaking change that also includes migration instructions.
+#### Developer Certificate of Origin
+
+The footer *__MUST__* include the formal and conventional notation indicating the users acceptance of the
+[Developer Certificate of Origin](https://developercertificate.org/) as described by the following agreement:
+
+```text
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+(c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+(d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
+```
+
+This can be achieved in the following ways:
+
+- While making the commit use `git commit --signoff` or `git commit -s`
+- To correct a single commit missing the sign off `git commit –-amend --no-edit --signoff` or `git commit --amend --no-edit -s`
+- To correct multiple commits missing the sign off `git rebase --signoff HEAD~2` (i.e. with 2 commits that are missing the sign off)
+
+This can be achieved by using `git commit --signoff`. A single previous commit can be signed using
+`git commit –-amend --signoff --no-edit`. Multiple previous commits can be signed using `git rebase --signoff HEAD~2`
+i.e. when 2 previous commits require the sign off.
+
### Revert Commits
If the commit reverts a previous commit, it should begin with `revert:`, followed by the header of the reverted commit.
@@ -165,6 +210,8 @@ This in turn will cause issues when attempting to utilise the log with the provi
We now override any TTY detection/logging treatments and disable coloring/removal of the timestamp when a user is utilising the text based logger to a file.
Fixes #1480.
+
+Signed-off-by: John Smith
```
This document is based on [AngularJS Git Commit Message Format].
diff --git a/docs/content/en/contributing/guidelines/pull-request.md b/docs/content/en/contributing/guidelines/pull-request.md
index ad902f151..bc83b7fa0 100644
--- a/docs/content/en/contributing/guidelines/pull-request.md
+++ b/docs/content/en/contributing/guidelines/pull-request.md
@@ -20,13 +20,30 @@ processing merges into the [master] branch.
## Overview
* Ensure the `Allow edits by maintainers` checkbox is checked due to our [Squash Merge](#squash-merge) policy
-* Ensure you avoid a force push due to our [Squash Merge](#squash-merge) policy and [Review](#review) complications
+* Ensure you avoid a [force push](#force-push) excluding the specific exceptions listed in the
+ [force push section](#force-push)
+
+[Developer Certificate of Origin]: commit-message.md#developer-certificate-of-origin
## Squash Merge
Every [Pull Request] will be squash merged into [master]. This requires the [Pull Request] branch to be up-to-date with
the [master] branch.
+## Force Push
+
+Please do not force push to your PR's branch after you have created your PR especially when a maintainer has either
+performed a review or has indicated they are performing a review, as doing so makes it harder to review your commits
+accurately. PRs will always be squashed by us when we merge your work. Commit as many times as you need in your
+pull request branch.
+
+A few exceptions exist to this rule and are as follows:
+
+- Making adjustments to the commit message i.e. for the following reasons:
+ - To comply with the [Developer Certificate of Origin] sign off requirement
+ - To comply with the other [Commit Message] guidelines
+- To rebase your changes off of master or another branch
+
## Review
Every [Pull Request] will undergo a formal review process. This process is heavily complicated if you rewrite history
@@ -42,7 +59,7 @@ maintainers in their review process.
- The changes must be [documented](../prologue/documentation-contributions.md) if they add or change behaviour
- The changes must meet the following guidelines:
- [General](introduction.md#general-guidelines)
- - [Commit Message](commit-message.md)
+ - [Commit Message]
- [Database Schema](database-schema.md)
- [Documentation](documentation.md)
- [Testing](testing.md)
@@ -58,5 +75,6 @@ maintainers in their review process.
- Contribution includes DCO
- Contribution includes REUSE-compliance requirements
+[Commit Message]: commit-message.md
[Pull Request]: https://github.com/authelia/authelia/pulls
[master]: https://github.com/authelia/authelia/tree/master/
diff --git a/docs/content/en/integration/deployment/bare-metal.md b/docs/content/en/integration/deployment/bare-metal.md
index 8e03e00fb..51f44a85a 100644
--- a/docs/content/en/integration/deployment/bare-metal.md
+++ b/docs/content/en/integration/deployment/bare-metal.md
@@ -42,6 +42,16 @@ on most Debian based operating systems.
In addition to the `.deb` packages we also have an [APT Repository](https://apt.authelia.com).
+## Nix
+
+Using the Nix package manager Authelia is available via the `https://nixos.org/channels/nixpkgs-unstable` channel.
+
+```shell
+$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable
+$ nix-channel --update
+$ nix-env -iA nixpkgs.authelia
+```
+
## FreeBSD
In addition to the [binaries](#binaries) we publish, [FreshPorts](https://www.freshports.org/www/authelia/) offer a
diff --git a/docs/content/en/integration/openid-connect/frequently-asked-questions.md b/docs/content/en/integration/openid-connect/frequently-asked-questions.md
index ff95c8207..0862e1f1a 100644
--- a/docs/content/en/integration/openid-connect/frequently-asked-questions.md
+++ b/docs/content/en/integration/openid-connect/frequently-asked-questions.md
@@ -12,7 +12,11 @@ weight: 615
toc: true
---
-## How do I generate client secrets?
+### Questions
+
+The following section lists individual questions.
+
+### How do I generate client secrets?
We strongly recommend the following guidelines for generating client secrets:
@@ -27,7 +31,7 @@ We strongly recommend the following guidelines for generating client secrets:
Authelia provides an easy way to perform such actions via the [Generating a Random Password Hash] guide. Users can
perform a command such as
-`authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random-charset rfc3986` command to
+`authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986` command to
both generate a client secret with 72 characters which is printed and is to be used with the relying party and hash it
using PBKDF2 which can be stored in the Authelia configuration. This random command also avoids issues with a relying
party / client application encoding the characters correctly as it uses the
@@ -35,7 +39,7 @@ party / client application encoding the characters correctly as it uses the
[Generating a Random Password Hash]: ../../reference/guides/generating-secure-values.md#generating-a-random-password-hash
-### Plaintext
+#### Plaintext
Authelia *technically* supports storing the plaintext secret in the configuration. This will likely be completely
unavailable in the future as it was a mistake to implement it like this in the first place. While some other OpenID
@@ -58,7 +62,7 @@ Plaintext is either denoted by the `$plaintext$` prefix where everything after t
the secret does not start with the `$` character it's considered as a plaintext secret for the time being but is
deprecated as is the `$plaintext$` prefix.
-## Why isn't my application able to retrieve the token even though I've consented?
+### Why isn't my application able to retrieve the token even though I've consented?
The most common cause for this issue is when the affected application can not make requests to the Token [Endpoint].
This becomes obvious when the log level is set to `debug` or `trace` and a presence of requests to the Authorization
@@ -71,4 +75,77 @@ to the Token [Endpoint].
All causes should be clearly logged by the client application, and all errors that do not match this scenario are
clearly logged by Authelia. It's not possible for us to log requests that never occur however.
+One potential solution to this is detailed in the [Solution: Configure DNS Appropriately](#configure-dns-appropriately)
+section. This section also details how to identity if you're affected.
+
+### Why doesn't the discovery endpoint return the correct issuer and endpoint URL's?
+
+The most common cause for this is if the `X-Forwarded-Proto` and `X-Forwarded-Host` / `Host` headers do not match the
+fully qualified URL of the provider. This can be because of requesting from the Authelia port directly i.e. without going
+through your proxy or due to a poorly configured proxy.
+
+If you've configured Authelia alongside a proxy and are making a request directly to Authelia you need to perform the
+request via the proxy. If you're avoiding the proxy due to a DNS limitation see
+[Solution: Configure DNS Appropriately](#configure-dns-appropriately) section.
+
+## Solutions
+
+The following section details solutions for multiple of the questions above.
+
+### Configure DNS Appropriately
+
+In order to make requests to Authelia an application must be able to resolve it. It's important in all instances to
+check if the application with the issue can resolve the correct IP address for Authelia between each step of the
+process, and this check also can be used to clearly identity if this is the most likely underlying cause for an issue
+you're facing.
+
+##### Bare-Metal
+
+1. If you're running an internal DNS server ensure an A record exists for the FQDN of Authelia with the value being the
+ IP of the server responsible for handling requests for Authelia.
+2. If you're not running an internal DNS server then do check the following:
+ 1. Ensure the external DNS server(s) have the same A record as described above.
+ 2. Ensure that that your NAT-hairpin is configured correctly.
+ 3. If all else fails add a hosts file entry to work around this issue.
+
+##### Docker
+
+1. Ensure both the application with the issue shares a network in common with the proxy container.
+2. Ensure an alias for the FQDN of Authelia is present for the proxy container:
+ - If using `docker compose` see the
+ [network aliases](https://docs.docker.com/compose/compose-file/compose-file-v3/#aliases) documentation
+ reference for more information.
+ - If using `docker run` see the `--network-alias` option of the [docker run](https://docs.docker.com/engine/reference/commandline/run/)
+ reference for more information.
+
+Examples (assuming your Authelia Root URL is `https://auth.example.com`):
+
+```yaml
+version: "3.8"
+services:
+ application:
+ ## Mandatory that the application is on the same network as the proxy.
+ networks:
+ proxy: {}
+ proxy:
+ networks:
+ ## Mandatory that the proxy is on the same network as the application, and that it has this alias.
+ proxy:
+ aliases:
+ - auth.example.com
+ authelia:
+ networks:
+ proxy: {}
+networks:
+ proxy:
+ ## An external network can be created manually and shared between multiple compose files. This is NOT mandatory.
+ external: true
+ name: proxy-net
+```
+
+```console
+docker run -d --name proxy --network proxy --network-alias auth.example.com
+docker run -d --name application --network proxy
+```
+
[Endpoint]: ./introduction.md#discoverable-endpoints
diff --git a/docs/content/en/integration/openid-connect/kasm-workspaces/index.md b/docs/content/en/integration/openid-connect/kasm-workspaces/index.md
new file mode 100644
index 000000000..2860bcbf1
--- /dev/null
+++ b/docs/content/en/integration/openid-connect/kasm-workspaces/index.md
@@ -0,0 +1,92 @@
+---
+title: "Kasm Workspaces"
+description: "Integrating Kasm Workspaces with the Authelia OpenID Connect Provider."
+lead: ""
+date: 2023-04-27T18:40:06+10:00
+draft: false
+images: []
+menu:
+ integration:
+ parent: "openid-connect"
+weight: 620
+toc: true
+community: true
+---
+
+## Tested Versions
+
+* [Authelia]
+ * [v4.37.5](https://github.com/authelia/authelia/releases/tag/v4.37.5)
+* [Kasm Workspaces]
+ * [1.13.0](https://kasmweb.com/docs/latest/release_notes/1.13.0.html)
+
+## Before You Begin
+
+{{% oidc-common %}}
+
+### Assumptions
+
+This example makes the following assumptions:
+
+* __Application Root URL:__ `https://kasm.example.com`
+* __Authelia Root URL:__ `https://auth.example.com`
+* __Client ID:__ `kasm`
+* __Client Secret:__ `insecure_secret`
+
+## Configuration
+
+### Application
+
+To configure [Kasm Workspaces] to utilize Authelia as an [OpenID Connect 1.0] Provider use the following configuration:
+
+1. Visit Authentication
+2. Visit OpenID
+3. Set the following values:
+ 1. Enable *Automatic User Provision* if you want users to automatically be created in [Kasm Workspaces].
+ 2. Enable *Auto Login* if you want automatic user login.
+ 3. Enable *Default* if you want Authelia to be the default sign-in method.
+ 4. Client ID: `kasm`
+ 5. Client Secret: `insecure_secret`
+ 6. Authorization URL: `https://auth.example.com/api/oidc/authorization`
+ 7. Token URL: `https://auth.example.com/api/oidc/token`
+ 8. User Info URL: `https://auth.example.com/api/oidc/userinfo`
+ 9. Scope (One Per Line): `openid profile groups email`
+ 10. User Identifier: `preferred_username`
+
+{{< figure src="kasm.png" alt="Kasam Workspaces" width="736" style="padding-right: 10px" >}}
+
+### Authelia
+
+The following YAML configuration is an example __Authelia__
+[client configuration](../../../configuration/identity-providers/open-id-connect.md#clients) for use with
+[Kasm Workspaces] which will operate with the above example:
+
+```yaml
+identity_providers:
+ oidc:
+ ## The other portions of the mandatory OpenID Connect 1.0 configuration go here.
+ ## See: https://www.authelia.com/c/oidc
+ clients:
+ - id: kasm
+ description: Kasm Workspaces
+ secret: '$pbkdf2-sha512$310000$c8p78n7pUMln0jzvd4aK4Q$JNRBzwAo0ek5qKn50cFzzvE9RXV88h1wJn5KGiHrD0YKtZaR/nCb2CJPOsKaPK0hjf.9yHxzQGZziziccp6Yng' # The digest of 'insecure_secret'.
+ public: false
+ authorization_policy: two_factor
+ redirect_uris:
+ - https://kasm.example.com/api/oidc_callback
+ scopes:
+ - openid
+ - profile
+ - groups
+ - email
+ consent_mode: implicit
+ userinfo_signing_algorithm: none
+```
+
+## See Also
+
+* [Kasm Workspaces OpenID Connect Authentication Documentation](https://kasmweb.com/docs/latest/guide/oidc.html)
+
+[Authelia]: https://www.authelia.com
+[Kasm Workspaces]: https://kasmweb.com/
+[OpenID Connect 1.0]: ../../openid-connect/introduction.md
diff --git a/docs/content/en/integration/openid-connect/kasm-workspaces/kasm.png b/docs/content/en/integration/openid-connect/kasm-workspaces/kasm.png
new file mode 100644
index 000000000..7a717db0d
Binary files /dev/null and b/docs/content/en/integration/openid-connect/kasm-workspaces/kasm.png differ
diff --git a/docs/content/en/integration/openid-connect/misago/index.md b/docs/content/en/integration/openid-connect/misago/index.md
index 9fc433e10..d462c25e5 100644
--- a/docs/content/en/integration/openid-connect/misago/index.md
+++ b/docs/content/en/integration/openid-connect/misago/index.md
@@ -15,10 +15,10 @@ community: true
## Tested Versions
-* [Authelia](https://www.authelia.com)
- * [v4.37.5](https://github.com/authelia/authelia/releases/tag/v4.37.5)
-* [Misago](https://github.com/rafalp/Misago)
- * [misago-image v0.29.1](https://github.com/tetricky/misago-image/releases/tag/v0.29.1)
+- [Authelia](https://www.authelia.com)
+ - [v4.37.5](https://github.com/authelia/authelia/releases/tag/v4.37.5)
+- [Misago](https://github.com/rafalp/Misago)
+ - [misago-image v0.29.1](https://github.com/tetricky/misago-image/releases/tag/v0.29.1)
## Before You Begin
@@ -109,6 +109,6 @@ identity_providers:
---
## See Also
-- [Misago] [OAuth 2 Client Configuration guide](https://misago-project.org/t/oauth-2-client-configuration-guide/1147/)
+- [Misago] [OAuth 2 Client Configuration guide](https://misago-project.org/t/oauth-2-client-configuration-guide/1147/)
[Misago]: https://misago-project.org/
diff --git a/docs/content/en/integration/openid-connect/tailscale/index.md b/docs/content/en/integration/openid-connect/tailscale/index.md
new file mode 100644
index 000000000..2129f4155
--- /dev/null
+++ b/docs/content/en/integration/openid-connect/tailscale/index.md
@@ -0,0 +1,108 @@
+---
+title: "Tailscale"
+description: "Using Authelia as the Tailscale OpenID Connect Provider."
+lead: ""
+date: 2023-04-23T10:06:28+10:00
+draft: false
+images: []
+menu:
+ integration:
+ parent: "openid-connect"
+weight: 620
+toc: true
+community: true
+---
+
+## Tested Versions
+
+* [Authelia]
+ * [v4.37.5](https://github.com/authelia/authelia/releases/tag/v4.37.5)
+* [Tailscale] - **Note:** Version not important, since configuration is via the WebUI
+ * [1.38.4](https://github.com/tailscale/tailscale/releases/tag/v1.38.4)
+
+## Before You Begin
+
+{{% oidc-common %}}
+
+### Assumptions
+
+This example makes the following assumptions:
+
+* __Domain Root URL:__ `https://example.com`
+* __Authelia Root URL:__ `https://auth.example.com`
+* __Authelia Account:__ `user@example.com`
+* __Client ID:__ `tailscale`
+* __Client Secret:__ `insecure_secret`
+
+
+## Configuration
+The configuration in Authelia is straight forward, Tailscale is just another `identity_provider/oidc` entry.
+Tailscale also requires a WebFinger reply for your domain - see the following [Application](#application)
+section.
+
+
+### Application
+
+To configure [Tailscale] to utilize Authelia as a [OpenID Connect 1.0] Provider, you will need a public WebFinger reply
+for your domain (see [RFC7033 Section 3.1]) and point it to Authelia. The steps necessary are outlined in the Tailscale
+documentation on [Custom OIDC providers KB article]. This WebFinger reply is not generated by Authelia, so your external
+webserver hosted at the root of your domain will need to generate the response (Check [See also](#see-also) for example
+implementations). The following steps are necessary to get Tailscale working with Authelia:
+
+1. Your domain will need to reply to a WebFinger request for your Authelia account
+2. Your domain root is `example.com` and the Authelia account in question is `user@example.com` the WebFinger request
+will be: `https://example.com/.well-known/webfinger/?resource=acct:user@example.com the complete request is `https://example.com/.well-known/webfinger?rel=http%3A%2F%2Fopenid.net%2Fspecs%2Fconnect%2F1.0%2Fissuer&resource=acct%3Auser%40example.com`
+3. The WebFinger request needs to be answered with the following example reply:
+```json
+{
+ "subject": "acct:user@example.com",
+ "links": [{
+ "rel": "http://openid.net/specs/connect/1.0/issuer",
+ "href": "https://auth.example.com"
+ }]
+}
+```
+4. For any other users that you want to add to Tailscale, you will need to provide similar WebFinger replies (e.g. for `user2@example.com` or `user3@example.com`)
+5. Once you have the WebFinger reply set up and your [Authelia OpenID Connect Discovery endpoint](https://www.authelia.com/integration/openid-connect/introduction/#well-known-discovery-endpoints) is working (e.g. `https://auth.example.com/.well-known/openid-configuration`), you can sign up for a **new Tailnet** (migration can only be done if the Tailnet is associated with a custom domain) via the link: [Sign up with OIDC](https://login.tailscale.com/start/oidc) where you will see the following screen: \
+{{< figure src="tailscale_signup_1.png" alt="Tailscale Signup Screen 1" width="300" >}} \
+**Note:** Even though the WebFinger URL displayed is `https://example.com/.well-known/webfinger`, the actual GET request will be including request parameters, most importantly `resource`.
+6. After clicking on **Get OIDC Issuer**, Tailscale will fetch the WebFinger reply via `https://example.com/.well-known/webfinger/?resource=acct:user@example.com` and follow the set `href` to `https://auth.example.com/.well-known/openid-configuration`. \
+**Note:** Make sure that the `href` URL matches the `issuer` URL returned from the Authelia OIDC discovery endpoint
+7. On the next screen you will need to add your client ID & secret configured in Authelia to finish the OIDC provider registration in [Tailscale]. See the following example screenshot: \
+{{< figure src="tailscale_signup_2.png" alt="Tailscale Signup Screen 2" width="300" >}}
+
+
+### Authelia
+
+The following YAML configuration is an example __Authelia__
+[client configuration](../../../configuration/identity-providers/open-id-connect.md#clients) for use with [Tailscale] which
+will operate with the above example:
+
+```yaml
+identity_providers:
+ oidc:
+ ## The other portions of the mandatory OpenID Connect 1.0 configuration go here.
+ ## See: https://www.authelia.com/c/oidc
+ clients:
+ - id: tailscale
+ description: Tailscale SSO
+ secret: '$pbkdf2-sha512$310000$c8p78n7pUMln0jzvd4aK4Q$JNRBzwAo0ek5qKn50cFzzvE9RXV88h1wJn5KGiHrD0YKtZaR/nCb2CJPOsKaPK0hjf.9yHxzQGZziziccp6Yng' # The digest of 'insecure_secret'.
+ redirect_uris:
+ - https://login.tailscale.com/a/oauth_response
+ scopes:
+ - openid
+ - email
+ - profile
+```
+
+## See Also
+
+- [Tailscale] [Custom OIDC providers KB article]
+- [RFC7033 Section 3.1] _WebFinger: Identity Provider Discovery for OpenID Connect_
+- [WebFinger example implementations](https://webfinger.net/code/)
+
+[Authelia]: https://www.authelia.com
+[Tailscale]: https://tailscale.com
+[Custom OIDC providers KB article]: https://tailscale.com/kb/1240/sso-custom-oidc/
+[RFC7033 Section 3.1]: https://datatracker.ietf.org/doc/html/rfc7033#section-3.1
+[OpenID Connect 1.0]: ../../openid-connect/introduction.md
diff --git a/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_1.png b/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_1.png
new file mode 100644
index 000000000..3fa40b482
Binary files /dev/null and b/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_1.png differ
diff --git a/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_2.png b/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_2.png
new file mode 100644
index 000000000..874e8dccc
Binary files /dev/null and b/docs/content/en/integration/openid-connect/tailscale/tailscale_signup_2.png differ
diff --git a/docs/content/en/reference/guides/http-archive-file.md b/docs/content/en/reference/guides/http-archive-file.md
index ff18947e5..1d2c715e0 100644
--- a/docs/content/en/reference/guides/http-archive-file.md
+++ b/docs/content/en/reference/guides/http-archive-file.md
@@ -29,7 +29,7 @@ present in an environment.
The following section outlines some helpful information if you wish to sanitize your HAR file to share it with others.
-For generic sanitization information see the [Troubleshooting Sanitization guide](troubleshooting-sanitizaiton.md).
+For generic sanitization information see the [Troubleshooting Sanitization guide](troubleshooting.md#sanitization).
### Security Sensitive Information
diff --git a/docs/content/en/reference/guides/troubleshooting-sanitizaiton.md b/docs/content/en/reference/guides/troubleshooting-sanitizaiton.md
deleted file mode 100644
index 46448ada6..000000000
--- a/docs/content/en/reference/guides/troubleshooting-sanitizaiton.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: "Troubleshooting Sanitization"
-description: "This guide describes and helps users sanitize provided files to hide privacy related values for troubleshooting"
-lead: "This guide describes and helps users sanitize provided files to hide information for privacy."
-date: 2022-09-16T14:21:05+10:00
-draft: false
-images: []
-menu:
- reference:
- parent: "guides"
-weight: 220
-toc: true
-aliases:
- - /r/sanitize
----
-
-Some users may wish to hide their domain in files provided during troubleshooting. While this is discouraged, if a user
-decides to perform this action it's critical for these purposes that you hide your domain in a very specific
-way. Most editors allow replacing all instances of a value, utilizing this is essential to making troubleshooting
-possible.
-
-## General Rules
-
-1. Only replace the purchased portion of domains:
- - For example if you have `auth.abc123.com` and `app.abc123.com` they
- should become `auth.example.com` and `app.example.com`, i.e. replace all instances of `abc123.com` with `example.com`.
-2. Make sure value replaced is replaced with a unique value:
- - For example if you replace `abc123.com` with `example.com` DO NOT replace any other value other than `abc123.com` with
- `example.com`. The same rule applies to IP addresses, usernames, and groups.
-3. Make sure the value replaced is replaced across logs, configuration, and any references:
- - For example if you replace `abc123.com` with `example.com` in your configuration, make exactly the same replacement
- for the log files.
-4. Make sure this consistency is followed for all communication regarding a single issue.
-
-## Multiple Domains
-
-*__Replacement Value:__* `example#.com` (where `#` is a unique number per domain)
-
-In instances where there are multiple domains it's recommended these domains are replaced with `example1.com`,
-`example2.com`, etc.
-
-## Specific Values
diff --git a/docs/content/en/reference/guides/troubleshooting.md b/docs/content/en/reference/guides/troubleshooting.md
new file mode 100644
index 000000000..6dd6a864a
--- /dev/null
+++ b/docs/content/en/reference/guides/troubleshooting.md
@@ -0,0 +1,113 @@
+---
+title: "Troubleshooting"
+description: "This guide describes and helps users provide information during troubleshooting including sanitization etc"
+lead: "This guide describes and helps users provide troubleshooting information."
+date: 2023-05-01T11:30:07+10:00
+draft: false
+images: []
+menu:
+ reference:
+ parent: "guides"
+weight: 220
+toc: true
+aliases:
+ - /r/sanitize
+ - /r/troubleshoot
+ - /r/troubleshooting
+---
+
+## Frequently Asked Questions
+
+See the [Frequently Asked Questions](frequently-asked-questions.md) reference guide for links to frequently asked
+question documentation.
+
+## Logs
+
+It's really important when troubleshooting and even more important when reporting a bug that users provide complete
+log files. In addition the [log level](../../configuration/miscellaneous/logging.md#level) should always be set to
+`debug` at minimum, if not `trace`.
+
+Complete logs means at minimum from the [log severity line](#log-severity-line) until the actual issue occurs. Though
+more than this may be included at the users discretion.
+
+### Output
+
+Logging can be [configured](../../configuration/miscellaneous/logging.md) to output to both a file and stdout / console
+/ docker logs.
+
+- If you configure the [file_path] option with the [keep_stdout] configuration option enabled then you will only be
+ required to supply the stdout / console / docker logs and should ignore the file logs.
+- If you configure the [file_path] option without the [keep_stdout] configuration option enabled then you will be
+ required to join the stdout / console / docker logs with the file logs.
+
+[keep_stdout]: ../../configuration/miscellaneous/logging.md#keepstdout
+[file_path]: ../../configuration/miscellaneous/logging.md#filepath
+
+### Large Amount of Logs
+
+In instances where the logs are substantial we will accept truncated logs. There are however some very intentional rules
+about truncation of logs.
+
+1. You must show more than 1 minute of logs prior to the issue occurring (i.e. show every log line that is within 1
+ minute of the log line where the issue occurred plus one additional line outside the minute).
+2. The level rule still applies.
+3. You must show:
+ 1. The [log severity line](#log-severity-line).
+ 2. The [listening line](#listening-line) and the 10 log lines which follow this line.
+ 3. The lines between these two lines, which should also include the [starting line](#starting-line).
+4. No warning or error that is potentially related to the issue should be truncated.
+
+### Important Log Lines
+
+The following log lines are important and are referenced by other sections of this document.
+
+#### Log Severity Line
+
+The log severity line will have a message which is similar to the following examples:
+
+- `Log severity set to debug`
+- `Log severity set to trace`
+
+#### Starting Line
+
+The starting line will have a message which is similar to the following examples:
+
+- `Authelia v4.37.5 is starting`
+- `Authelia v4.38.0 is starting`
+- `Authelia untagged-v4.38.0 (master, 50d8b4a) is starting`
+
+#### Listening Line
+
+The listening line will have a message which is similar to the following examples:
+
+- `Listening for non-TLS connections on '0.0.0.0:9091' path '/'`
+- `Listening for TLS connections on '0.0.0.0:9091' path '/'`
+- `Listening for non-TLS connections on ':9091' path '/'`
+- `Listening for non-TLS connections on ':9091' path '/' and '/authelia'`
+
+## Sanitization
+
+Some users may wish to hide their domain in files provided during troubleshooting. While this is discouraged, if a user
+decides to perform this action it's critical for these purposes that you hide your domain in a very specific
+way. Most editors allow replacing all instances of a value, utilizing this is essential to making troubleshooting
+possible.
+
+### General Rules
+
+1. Only replace the purchased portion of domains:
+ - For example if you have `auth.abc123.com` and `app.abc123.com` they
+ should become `auth.example.com` and `app.example.com`, i.e. replace all instances of `abc123.com` with `example.com`.
+2. Make sure value replaced is replaced with a unique value:
+ - For example if you replace `abc123.com` with `example.com` DO NOT replace any other value other than `abc123.com` with
+ `example.com`. The same rule applies to IP addresses, usernames, and groups.
+3. Make sure the value replaced is replaced across logs, configuration, and any references:
+ - For example if you replace `abc123.com` with `example.com` in your configuration, make exactly the same replacement
+ for the log files.
+4. Make sure this consistency is followed for all communication regarding a single issue.
+
+### Multiple Domains
+
+*__Replacement Value:__* `example#.com` (where `#` is a unique number per domain)
+
+In instances where there are multiple domains it's recommended these domains are replaced with `example1.com`,
+`example2.com`, etc.
diff --git a/docs/data/languages.json b/docs/data/languages.json
index 65e53ea0d..cc4ae3391 100644
--- a/docs/data/languages.json
+++ b/docs/data/languages.json
@@ -1 +1 @@
-{"defaults":{"language":{"display":"English","locale":"en"},"namespace":"portal"},"namespaces":["portal","settings"],"languages":[{"display":"English","locale":"en","namespaces":["portal","settings"],"fallbacks":["en"]},{"display":"Arabic","locale":"ar","namespaces":["portal"],"fallbacks":["en"]},{"display":"Arabic (Saudi Arabia)","locale":"ar-SA","namespaces":["portal"],"fallbacks":["ar","en"]},{"display":"Czech","locale":"cs","namespaces":["portal"],"fallbacks":["en"]},{"display":"Czech (Czechia)","locale":"cs-CZ","namespaces":["portal"],"fallbacks":["cs","en"]},{"display":"Danish","locale":"da","namespaces":["portal"],"fallbacks":["en"]},{"display":"Danish (Denmark)","locale":"da-DK","namespaces":["portal"],"fallbacks":["da","en"]},{"display":"German","locale":"de","namespaces":["portal"],"fallbacks":["en"]},{"display":"Greek","locale":"el","namespaces":["portal"],"fallbacks":["en"]},{"display":"Greek (Greece)","locale":"el-GR","namespaces":["portal"],"fallbacks":["el","en"]},{"display":"Spanish","locale":"es","namespaces":["portal"],"fallbacks":["en"]},{"display":"Finnish","locale":"fi","namespaces":["portal"],"fallbacks":["en"]},{"display":"French","locale":"fr","namespaces":["portal"],"fallbacks":["en"]},{"display":"Italian","locale":"it","namespaces":["portal"],"fallbacks":["en"]},{"display":"Japanese","locale":"ja","namespaces":["portal"],"fallbacks":["en"]},{"display":"Japanese (Japan)","locale":"ja-JP","namespaces":["portal"],"fallbacks":["ja","en"]},{"display":"Norwegian Bokmål","locale":"nb","namespaces":["portal"],"fallbacks":["en"]},{"display":"Norwegian Bokmål (Norway)","locale":"nb-NO","namespaces":["portal"],"fallbacks":["nb","en"]},{"display":"Dutch","locale":"nl","namespaces":["portal"],"fallbacks":["en"]},{"display":"Norwegian Bokmål","locale":"no","namespaces":["portal"],"fallbacks":["en"]},{"display":"Polish","locale":"pl","namespaces":["portal"],"fallbacks":["en"]},{"display":"Portuguese","locale":"pt","namespaces":["portal"],"fallbacks":["en"]},{"display":"Brazilian Portuguese","locale":"pt-BR","namespaces":["portal"],"fallbacks":["en"]},{"display":"Romanian","locale":"ro","namespaces":["portal"],"fallbacks":["en"]},{"display":"Russian","locale":"ru","namespaces":["portal"],"fallbacks":["en"]},{"display":"Swedish","locale":"sv","namespaces":["portal"],"fallbacks":["en"]},{"display":"Swedish (Sweden)","locale":"sv-SE","namespaces":["portal"],"fallbacks":["sv","en"]},{"display":"Ukrainian","locale":"uk","namespaces":["portal"],"fallbacks":["en"]},{"display":"Ukrainian (Ukraine)","locale":"uk-UA","namespaces":["portal"],"fallbacks":["uk","en"]},{"display":"Chinese","locale":"zh","namespaces":["portal"],"fallbacks":["en"]},{"display":"Chinese (China)","locale":"zh-CN","namespaces":["portal"],"fallbacks":["zh","en"]},{"display":"Chinese (Taiwan)","locale":"zh-TW","namespaces":["portal"],"fallbacks":["en"]}]}
\ No newline at end of file
+{"defaults":{"language":{"display":"English","locale":"en"},"namespace":"portal"},"namespaces":["portal","settings"],"languages":[{"display":"English","locale":"en","namespaces":["portal","settings"],"fallbacks":["en"]},{"display":"Arabic","locale":"ar","namespaces":["portal"],"fallbacks":["en"]},{"display":"Arabic (Saudi Arabia)","locale":"ar-SA","namespaces":["portal"],"fallbacks":["ar","en"]},{"display":"Czech","locale":"cs","namespaces":["portal"],"fallbacks":["en"]},{"display":"Czech (Czechia)","locale":"cs-CZ","namespaces":["portal"],"fallbacks":["cs","en"]},{"display":"Danish","locale":"da","namespaces":["portal"],"fallbacks":["en"]},{"display":"Danish (Denmark)","locale":"da-DK","namespaces":["portal"],"fallbacks":["da","en"]},{"display":"German","locale":"de","namespaces":["portal"],"fallbacks":["en"]},{"display":"Greek","locale":"el","namespaces":["portal"],"fallbacks":["en"]},{"display":"Greek (Greece)","locale":"el-GR","namespaces":["portal"],"fallbacks":["el","en"]},{"display":"Spanish","locale":"es","namespaces":["portal"],"fallbacks":["en"]},{"display":"Finnish","locale":"fi","namespaces":["portal"],"fallbacks":["en"]},{"display":"French","locale":"fr","namespaces":["portal"],"fallbacks":["en"]},{"display":"Hungarian","locale":"hu","namespaces":["portal"],"fallbacks":["en"]},{"display":"Italian","locale":"it","namespaces":["portal"],"fallbacks":["en"]},{"display":"Japanese","locale":"ja","namespaces":["portal"],"fallbacks":["en"]},{"display":"Japanese (Japan)","locale":"ja-JP","namespaces":["portal"],"fallbacks":["ja","en"]},{"display":"Norwegian Bokmål","locale":"nb","namespaces":["portal"],"fallbacks":["en"]},{"display":"Norwegian Bokmål (Norway)","locale":"nb-NO","namespaces":["portal"],"fallbacks":["nb","en"]},{"display":"Dutch","locale":"nl","namespaces":["portal"],"fallbacks":["en"]},{"display":"Norwegian Bokmål","locale":"no","namespaces":["portal"],"fallbacks":["en"]},{"display":"Polish","locale":"pl","namespaces":["portal"],"fallbacks":["en"]},{"display":"Portuguese","locale":"pt","namespaces":["portal"],"fallbacks":["en"]},{"display":"Brazilian Portuguese","locale":"pt-BR","namespaces":["portal"],"fallbacks":["en"]},{"display":"Romanian","locale":"ro","namespaces":["portal"],"fallbacks":["en"]},{"display":"Russian","locale":"ru","namespaces":["portal"],"fallbacks":["en"]},{"display":"Slovenian","locale":"sl","namespaces":["portal"],"fallbacks":["en"]},{"display":"Slovenian (Slovenia)","locale":"sl-SI","namespaces":["portal"],"fallbacks":["sl","en"]},{"display":"Swedish","locale":"sv","namespaces":["portal"],"fallbacks":["en"]},{"display":"Swedish (Sweden)","locale":"sv-SE","namespaces":["portal"],"fallbacks":["sv","en"]},{"display":"Ukrainian","locale":"uk","namespaces":["portal"],"fallbacks":["en"]},{"display":"Ukrainian (Ukraine)","locale":"uk-UA","namespaces":["portal"],"fallbacks":["uk","en"]},{"display":"Chinese","locale":"zh","namespaces":["portal"],"fallbacks":["en"]},{"display":"Chinese (China)","locale":"zh-CN","namespaces":["portal"],"fallbacks":["zh","en"]},{"display":"Chinese (Taiwan)","locale":"zh-TW","namespaces":["portal"],"fallbacks":["en"]}]}
\ No newline at end of file
diff --git a/docs/netlify.toml b/docs/netlify.toml
index 93215949a..4e7650779 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -5,7 +5,7 @@
[build.environment]
NODE_VERSION = "16.18.1"
NPM_VERSION = "8.19.2"
- GO_VERSION = "1.19.5"
+ GO_VERSION = "1.20.1"
[context.production]
command = "pnpm run build"
diff --git a/docs/package.json b/docs/package.json
index 888c8a53f..709725052 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -38,34 +38,34 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
- "@babel/cli": "7.21.0",
- "@babel/core": "7.21.4",
- "@babel/preset-env": "7.21.4",
+ "@babel/cli": "7.21.5",
+ "@babel/core": "7.21.5",
+ "@babel/preset-env": "7.21.5",
"@fullhuman/postcss-purgecss": "5.0.0",
"@hyas/images": "0.3.2",
"@popperjs/core": "2.11.7",
"auto-changelog": "2.4.0",
"autoprefixer": "10.4.14",
"bootstrap": "5.2.3",
- "bootstrap-icons": "1.10.4",
+ "bootstrap-icons": "1.10.5",
"clipboard": "2.0.11",
- "eslint": "8.38.0",
+ "eslint": "8.39.0",
"exec-bin": "1.0.0",
"flexsearch": "0.7.31",
- "highlight.js": "11.7.0",
+ "highlight.js": "11.8.0",
"hugo-installer": "4.0.1",
"instant.page": "5.2.0",
- "katex": "0.16.4",
+ "katex": "0.16.7",
"lazysizes": "5.3.2",
- "markdownlint-cli2": "0.6.0",
+ "markdownlint-cli2": "0.7.1",
"netlify-plugin-submit-sitemap": "0.4.0",
"node-fetch": "3.3.1",
- "postcss": "8.4.21",
+ "postcss": "8.4.23",
"postcss-cli": "10.1.0",
"purgecss-whitelister": "2.4.0",
"shx": "0.3.4",
- "stylelint": "14.16.1",
- "stylelint-config-standard-scss": "6.1.0"
+ "stylelint": "15.6.0",
+ "stylelint-config-standard-scss": "9.0.0"
},
"otherDependencies": {
"hugo": "0.111.3"
diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml
index 1e698597e..bec32b93a 100644
--- a/docs/pnpm-lock.yaml
+++ b/docs/pnpm-lock.yaml
@@ -2,17 +2,17 @@ lockfileVersion: '6.0'
devDependencies:
'@babel/cli':
- specifier: 7.21.0
- version: 7.21.0(@babel/core@7.21.4)
+ specifier: 7.21.5
+ version: 7.21.5(@babel/core@7.21.5)
'@babel/core':
- specifier: 7.21.4
- version: 7.21.4
+ specifier: 7.21.5
+ version: 7.21.5
'@babel/preset-env':
- specifier: 7.21.4
- version: 7.21.4(@babel/core@7.21.4)
+ specifier: 7.21.5
+ version: 7.21.5(@babel/core@7.21.5)
'@fullhuman/postcss-purgecss':
specifier: 5.0.0
- version: 5.0.0(postcss@8.4.21)
+ version: 5.0.0(postcss@8.4.23)
'@hyas/images':
specifier: 0.3.2
version: 0.3.2
@@ -24,19 +24,19 @@ devDependencies:
version: 2.4.0
autoprefixer:
specifier: 10.4.14
- version: 10.4.14(postcss@8.4.21)
+ version: 10.4.14(postcss@8.4.23)
bootstrap:
specifier: 5.2.3
version: 5.2.3(@popperjs/core@2.11.7)
bootstrap-icons:
- specifier: 1.10.4
- version: 1.10.4
+ specifier: 1.10.5
+ version: 1.10.5
clipboard:
specifier: 2.0.11
version: 2.0.11
eslint:
- specifier: 8.38.0
- version: 8.38.0
+ specifier: 8.39.0
+ version: 8.39.0
exec-bin:
specifier: 1.0.0
version: 1.0.0
@@ -44,8 +44,8 @@ devDependencies:
specifier: 0.7.31
version: 0.7.31
highlight.js:
- specifier: 11.7.0
- version: 11.7.0
+ specifier: 11.8.0
+ version: 11.8.0
hugo-installer:
specifier: 4.0.1
version: 4.0.1
@@ -53,14 +53,14 @@ devDependencies:
specifier: 5.2.0
version: 5.2.0
katex:
- specifier: 0.16.4
- version: 0.16.4
+ specifier: 0.16.7
+ version: 0.16.7
lazysizes:
specifier: 5.3.2
version: 5.3.2
markdownlint-cli2:
- specifier: 0.6.0
- version: 0.6.0
+ specifier: 0.7.1
+ version: 0.7.1
netlify-plugin-submit-sitemap:
specifier: 0.4.0
version: 0.4.0
@@ -68,11 +68,11 @@ devDependencies:
specifier: 3.3.1
version: 3.3.1
postcss:
- specifier: 8.4.21
- version: 8.4.21
+ specifier: 8.4.23
+ version: 8.4.23
postcss-cli:
specifier: 10.1.0
- version: 10.1.0(postcss@8.4.21)
+ version: 10.1.0(postcss@8.4.23)
purgecss-whitelister:
specifier: 2.4.0
version: 2.4.0
@@ -80,11 +80,11 @@ devDependencies:
specifier: 0.3.4
version: 0.3.4
stylelint:
- specifier: 14.16.1
- version: 14.16.1
+ specifier: 15.6.0
+ version: 15.6.0
stylelint-config-standard-scss:
- specifier: 6.1.0
- version: 6.1.0(postcss@8.4.21)(stylelint@14.16.1)
+ specifier: 9.0.0
+ version: 9.0.0(postcss@8.4.23)(stylelint@15.6.0)
packages:
@@ -96,14 +96,14 @@ packages:
'@jridgewell/trace-mapping': 0.3.17
dev: true
- /@babel/cli@7.21.0(@babel/core@7.21.4):
- resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==}
+ /@babel/cli@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==}
engines: {node: '>=6.9.0'}
hasBin: true
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@jridgewell/trace-mapping': 0.3.17
commander: 4.1.1
convert-source-map: 1.8.0
@@ -123,25 +123,25 @@ packages:
'@babel/highlight': 7.18.6
dev: true
- /@babel/compat-data@7.21.4:
- resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==}
+ /@babel/compat-data@7.21.7:
+ resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core@7.21.4:
- resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==}
+ /@babel/core@7.21.5:
+ resolution: {integrity: sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.4
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-module-transforms': 7.21.2
- '@babel/helpers': 7.21.0
- '@babel/parser': 7.21.4
+ '@babel/generator': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helpers': 7.21.5
+ '@babel/parser': 7.21.5
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -151,11 +151,11 @@ packages:
- supports-color
dev: true
- /@babel/generator@7.21.4:
- resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==}
+ /@babel/generator@7.21.5:
+ resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
'@jridgewell/gen-mapping': 0.3.2
'@jridgewell/trace-mapping': 0.3.17
jsesc: 2.5.2
@@ -165,7 +165,7 @@ packages:
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-builder-binary-assignment-operator-visitor@7.18.6:
@@ -173,50 +173,32 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-explode-assignable-expression': 7.18.6
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4):
- resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==}
+ /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/compat-data': 7.21.4
- '@babel/core': 7.21.4
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.21.5
'@babel/helper-validator-option': 7.21.0
browserslist: 4.21.5
lru-cache: 5.1.1
semver: 6.3.0
dev: true
- /@babel/helper-create-class-features-plugin@7.18.6(@babel/core@7.21.4):
- resolution: {integrity: sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.18.9
- '@babel/helper-function-name': 7.21.0
- '@babel/helper-member-expression-to-functions': 7.18.9
- '@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-replace-supers': 7.20.7
- '@babel/helper-split-export-declaration': 7.18.6
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4):
+ /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.5):
resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.18.9
+ '@babel/helper-environment-visitor': 7.21.5
'@babel/helper-function-name': 7.21.0
'@babel/helper-member-expression-to-functions': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
@@ -227,36 +209,25 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin@7.19.0(@babel/core@7.21.4):
- resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-annotate-as-pure': 7.18.6
- regexpu-core: 5.1.0
- dev: true
-
- /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.4):
+ /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.5):
resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-annotate-as-pure': 7.18.6
regexpu-core: 5.3.2
dev: true
- /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4):
+ /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.5):
resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.0
@@ -270,11 +241,16 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
+ /@babel/helper-environment-visitor@7.21.5:
+ resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==}
+ engines: {node: '>=6.9.0'}
+ dev: true
+
/@babel/helper-explode-assignable-expression@7.18.6:
resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-function-name@7.21.0:
@@ -282,49 +258,49 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-hoist-variables@7.18.6:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
- dev: true
-
- /@babel/helper-member-expression-to-functions@7.18.9:
- resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-member-expression-to-functions@7.21.0:
resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-module-imports@7.18.6:
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/helper-module-transforms@7.21.2:
- resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==}
+ /@babel/helper-module-imports@7.21.4:
+ resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.18.9
- '@babel/helper-module-imports': 7.18.6
- '@babel/helper-simple-access': 7.20.2
+ '@babel/types': 7.21.5
+ dev: true
+
+ /@babel/helper-module-transforms@7.21.5:
+ resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-module-imports': 7.21.4
+ '@babel/helper-simple-access': 7.21.5
'@babel/helper-split-export-declaration': 7.18.6
'@babel/helper-validator-identifier': 7.19.1
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
@@ -333,38 +309,25 @@ packages:
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/helper-plugin-utils@7.20.2:
- resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==}
+ /@babel/helper-plugin-utils@7.21.5:
+ resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==}
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.4):
+ /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-environment-visitor': 7.18.9
+ '@babel/helper-environment-visitor': 7.21.5
'@babel/helper-wrap-function': 7.18.11
- '@babel/types': 7.21.4
- transitivePeerDependencies:
- - supports-color
- dev: true
-
- /@babel/helper-replace-supers@7.19.1:
- resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-environment-visitor': 7.18.9
- '@babel/helper-member-expression-to-functions': 7.18.9
- '@babel/helper-optimise-call-expression': 7.18.6
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
@@ -373,39 +336,39 @@ packages:
resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-environment-visitor': 7.18.9
+ '@babel/helper-environment-visitor': 7.21.5
'@babel/helper-member-expression-to-functions': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-simple-access@7.20.2:
- resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==}
+ /@babel/helper-simple-access@7.21.5:
+ resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
/@babel/helper-split-export-declaration@7.18.6:
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/helper-string-parser@7.19.4:
- resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
+ /@babel/helper-string-parser@7.21.5:
+ resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
engines: {node: '>=6.9.0'}
dev: true
@@ -425,19 +388,19 @@ packages:
dependencies:
'@babel/helper-function-name': 7.21.0
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helpers@7.21.0:
- resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==}
+ /@babel/helpers@7.21.5:
+ resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/traverse': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
@@ -451,416 +414,425 @@ packages:
js-tokens: 4.0.0
dev: true
- /@babel/parser@7.21.4:
- resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==}
+ /@babel/parser@7.21.5:
+ resolution: {integrity: sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.21.4
+ '@babel/types': 7.21.5
dev: true
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-environment-visitor': 7.18.9
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.5)
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-class-features-plugin': 7.18.6(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4):
+ /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.5):
resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.5)
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.21.4
- '@babel/core': 7.21.4
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4)
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4):
+ /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.5):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.5)
dev: true
- /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-class-features-plugin': 7.18.6(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4):
+ /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.5):
resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4)
+ '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.5)
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4):
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.5):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4):
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.5):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4):
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.5):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.4):
+ /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.5):
resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.5):
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4):
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.5):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4):
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.5):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4):
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.5):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4):
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.5):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4):
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.5):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.4):
- resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==}
+ /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-module-imports': 7.18.6
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.5)
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.4):
+ /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.5):
resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4):
+ /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.5):
resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
'@babel/helper-environment-visitor': 7.18.9
'@babel/helper-function-name': 7.21.0
'@babel/helper-optimise-call-expression': 7.18.6
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-replace-supers': 7.20.7
'@babel/helper-split-export-declaration': 7.18.6
globals: 11.12.0
@@ -868,399 +840,400 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4):
- resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==}
+ /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/template': 7.20.7
dev: true
- /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4):
+ /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.5):
resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-builder-binary-assignment-operator-visitor': 7.18.6
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4):
- resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==}
+ /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
'@babel/helper-function-name': 7.21.0
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.4):
+ /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.5):
resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-module-transforms': 7.21.2
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4):
- resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==}
+ /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-module-transforms': 7.21.2
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-simple-access': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-simple-access': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.4):
+ /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.5):
resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
+ '@babel/core': 7.21.5
'@babel/helper-hoist-variables': 7.18.6
- '@babel/helper-module-transforms': 7.21.2
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-identifier': 7.19.1
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-module-transforms': 7.21.2
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4):
+ /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.5):
resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/helper-replace-supers': 7.19.1
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-replace-supers': 7.20.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4):
+ /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.5):
resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.4):
- resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==}
+ /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
regenerator-transform: 0.15.1
dev: true
- /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.4):
+ /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.5):
resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
dev: true
- /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.4):
+ /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.5):
resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.4):
- resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==}
+ /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.4):
+ /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.5):
resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/core': 7.21.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
dev: true
- /@babel/preset-env@7.21.4(@babel/core@7.21.4):
- resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==}
+ /@babel/preset-env@7.21.5(@babel/core@7.21.5):
+ resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.21.4
- '@babel/core': 7.21.4
- '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4)
- '@babel/helper-plugin-utils': 7.20.2
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.21.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5)
+ '@babel/helper-plugin-utils': 7.21.5
'@babel/helper-validator-option': 7.21.0
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.4)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4)
- '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.4)
- '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.4)
- '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.4)
- '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4)
- '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.4)
- '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.4)
- '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4)
- '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.4)
- '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.4)
- '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.4)
- '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4)
- '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/preset-modules': 0.1.5(@babel/core@7.21.4)
- '@babel/types': 7.21.4
- babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4)
- babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4)
- babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.5)
+ '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.5)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.5)
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.5)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.5)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.5)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.5)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.5)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.5)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.5)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.5)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.5)
+ '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.5)
+ '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.5)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.5)
+ '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.5)
+ '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.5)
+ '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.5)
+ '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.5)
+ '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.5)
+ '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/preset-modules': 0.1.5(@babel/core@7.21.5)
+ '@babel/types': 7.21.5
+ babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.5)
+ babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.5)
+ babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.5)
core-js-compat: 3.25.2
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules@0.1.5(@babel/core@7.21.4):
+ /@babel/preset-modules@0.1.5(@babel/core@7.21.5):
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-plugin-utils': 7.20.2
- '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4)
- '@babel/types': 7.21.4
+ '@babel/core': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.5)
+ '@babel/types': 7.21.5
esutils: 2.0.3
dev: true
@@ -1280,55 +1253,78 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/parser': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/parser': 7.21.5
+ '@babel/types': 7.21.5
dev: true
- /@babel/traverse@7.21.4:
- resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==}
+ /@babel/traverse@7.21.5:
+ resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.4
- '@babel/helper-environment-visitor': 7.18.9
+ '@babel/generator': 7.21.5
+ '@babel/helper-environment-visitor': 7.21.5
'@babel/helper-function-name': 7.21.0
'@babel/helper-hoist-variables': 7.18.6
'@babel/helper-split-export-declaration': 7.18.6
- '@babel/parser': 7.21.4
- '@babel/types': 7.21.4
+ '@babel/parser': 7.21.5
+ '@babel/types': 7.21.5
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/types@7.21.4:
- resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==}
+ /@babel/types@7.21.5:
+ resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-string-parser': 7.19.4
+ '@babel/helper-string-parser': 7.21.5
'@babel/helper-validator-identifier': 7.19.1
to-fast-properties: 2.0.0
dev: true
- /@csstools/selector-specificity@2.0.2(postcss-selector-parser@6.0.11)(postcss@8.4.21):
- resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==}
- engines: {node: ^12 || ^14 || >=16}
+ /@csstools/css-parser-algorithms@2.1.1(@csstools/css-tokenizer@2.1.1):
+ resolution: {integrity: sha512-viRnRh02AgO4mwIQb2xQNJju0i+Fh9roNgmbR5xEuG7J3TGgxjnE95HnBLgsFJOJOksvcfxOUCgODcft6Y07cA==}
+ engines: {node: ^14 || ^16 || >=18}
+ peerDependencies:
+ '@csstools/css-tokenizer': ^2.1.1
+ dependencies:
+ '@csstools/css-tokenizer': 2.1.1
+ dev: true
+
+ /@csstools/css-tokenizer@2.1.1:
+ resolution: {integrity: sha512-GbrTj2Z8MCTUv+52GE0RbFGM527xuXZ0Xa5g0Z+YN573uveS4G0qi6WNOMyz3yrFM/jaILTTwJ0+umx81EzqfA==}
+ engines: {node: ^14 || ^16 || >=18}
+ dev: true
+
+ /@csstools/media-query-list-parser@2.0.4(@csstools/css-parser-algorithms@2.1.1)(@csstools/css-tokenizer@2.1.1):
+ resolution: {integrity: sha512-GyYot6jHgcSDZZ+tLSnrzkR7aJhF2ZW6d+CXH66mjy5WpAQhZD4HDke2OQ36SivGRWlZJpAz7TzbW6OKlEpxAA==}
+ engines: {node: ^14 || ^16 || >=18}
+ peerDependencies:
+ '@csstools/css-parser-algorithms': ^2.1.1
+ '@csstools/css-tokenizer': ^2.1.1
+ dependencies:
+ '@csstools/css-parser-algorithms': 2.1.1(@csstools/css-tokenizer@2.1.1)
+ '@csstools/css-tokenizer': 2.1.1
+ dev: true
+
+ /@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.11):
+ resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==}
+ engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- postcss: ^8.2
postcss-selector-parser: ^6.0.10
dependencies:
- postcss: 8.4.21
postcss-selector-parser: 6.0.11
dev: true
- /@eslint-community/eslint-utils@4.4.0(eslint@8.38.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.39.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-visitor-keys: 3.4.0
dev: true
@@ -1354,17 +1350,17 @@ packages:
- supports-color
dev: true
- /@eslint/js@8.38.0:
- resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==}
+ /@eslint/js@8.39.0:
+ resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@fullhuman/postcss-purgecss@5.0.0(postcss@8.4.21):
+ /@fullhuman/postcss-purgecss@5.0.0(postcss@8.4.23):
resolution: {integrity: sha512-onDS/b/2pMRzqSoj4qOs2tYFmOpaspjTAgvACIHMPiicu1ptajiBruTrjBzTKdxWdX0ldaBb7wj8nEaTLyFkJw==}
peerDependencies:
postcss: ^8.0.0
dependencies:
- postcss: 8.4.21
+ postcss: 8.4.23
purgecss: 5.0.0
dev: true
@@ -1508,10 +1504,6 @@ packages:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
dev: true
- /@types/parse-json@4.0.0:
- resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
- dev: true
-
/@types/responselike@1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
@@ -1617,7 +1609,7 @@ packages:
- encoding
dev: true
- /autoprefixer@10.4.14(postcss@8.4.21):
+ /autoprefixer@10.4.14(postcss@8.4.23):
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
@@ -1625,46 +1617,46 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.5
- caniuse-lite: 1.0.30001477
+ caniuse-lite: 1.0.30001481
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.21
+ postcss: 8.4.23
postcss-value-parser: 4.2.0
dev: true
- /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.4):
+ /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.5):
resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/compat-data': 7.21.4
- '@babel/core': 7.21.4
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4)
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.21.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.5)
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.4):
+ /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.5):
resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.5)
core-js-compat: 3.25.2
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.4):
+ /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.5):
resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.4
- '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4)
+ '@babel/core': 7.21.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.5)
transitivePeerDependencies:
- supports-color
dev: true
@@ -1693,8 +1685,8 @@ packages:
safe-buffer: 5.2.1
dev: true
- /bootstrap-icons@1.10.4:
- resolution: {integrity: sha512-eI3HyIUmpGKRiRv15FCZccV+2sreGE2NnmH8mtxV/nPOzQVu0sPEj8HhF1MwjJ31IhjF0rgMvtYOX5VqIzcb/A==}
+ /bootstrap-icons@1.10.5:
+ resolution: {integrity: sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ==}
dev: true
/bootstrap@5.2.3(@popperjs/core@2.11.7):
@@ -1730,7 +1722,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001477
+ caniuse-lite: 1.0.30001481
electron-to-chromium: 1.4.356
node-releases: 2.0.10
update-browserslist-db: 1.0.10(browserslist@4.21.5)
@@ -1799,8 +1791,8 @@ packages:
engines: {node: '>=6'}
dev: true
- /caniuse-lite@1.0.30001477:
- resolution: {integrity: sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ==}
+ /caniuse-lite@1.0.30001481:
+ resolution: {integrity: sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==}
dev: true
/chalk@2.4.2:
@@ -1949,15 +1941,14 @@ packages:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
dev: true
- /cosmiconfig@7.1.0:
- resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
- engines: {node: '>=10'}
+ /cosmiconfig@8.1.3:
+ resolution: {integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==}
+ engines: {node: '>=14'}
dependencies:
- '@types/parse-json': 4.0.0
import-fresh: 3.3.0
+ js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
- yaml: 1.10.2
dev: true
/cross-spawn@7.0.3:
@@ -1974,6 +1965,14 @@ packages:
engines: {node: '>=12.22'}
dev: true
+ /css-tree@2.3.1:
+ resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
+ dependencies:
+ mdn-data: 2.0.30
+ source-map-js: 1.0.2
+ dev: true
+
/cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
engines: {node: '>=4'}
@@ -2160,8 +2159,8 @@ packages:
engines: {node: '>=12'}
dev: true
- /eslint-scope@7.1.1:
- resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
+ /eslint-scope@7.2.0:
+ resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
@@ -2173,15 +2172,15 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint@8.38.0:
- resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==}
+ /eslint@8.39.0:
+ resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@eslint-community/regexpp': 4.5.0
'@eslint/eslintrc': 2.0.2
- '@eslint/js': 8.38.0
+ '@eslint/js': 8.39.0
'@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
@@ -2191,7 +2190,7 @@ packages:
debug: 4.3.4
doctrine: 3.0.0
escape-string-regexp: 4.0.0
- eslint-scope: 7.1.1
+ eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.0
espree: 9.5.1
esquery: 1.5.0
@@ -2530,7 +2529,7 @@ packages:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.12
- ignore: 5.2.1
+ ignore: 5.2.4
merge2: 1.4.1
slash: 3.0.0
dev: true
@@ -2557,6 +2556,17 @@ packages:
slash: 4.0.0
dev: true
+ /globby@13.1.4:
+ resolution: {integrity: sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ dir-glob: 3.0.1
+ fast-glob: 3.2.12
+ ignore: 5.2.1
+ merge2: 1.4.1
+ slash: 4.0.0
+ dev: true
+
/globjoin@0.1.4:
resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==}
dev: true
@@ -2609,7 +2619,7 @@ packages:
source-map: 0.6.1
wordwrap: 1.0.0
optionalDependencies:
- uglify-js: 3.15.5
+ uglify-js: 3.17.4
dev: true
/hard-rejection@2.1.0:
@@ -2634,8 +2644,8 @@ packages:
function-bind: 1.1.1
dev: true
- /highlight.js@11.7.0:
- resolution: {integrity: sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==}
+ /highlight.js@11.8.0:
+ resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==}
engines: {node: '>=12.0.0'}
dev: true
@@ -2655,8 +2665,8 @@ packages:
engines: {node: '>=14'}
dev: true
- /html-tags@3.2.0:
- resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==}
+ /html-tags@3.3.1:
+ resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
engines: {node: '>=8'}
dev: true
@@ -2693,6 +2703,11 @@ packages:
engines: {node: '>= 4'}
dev: true
+ /ignore@5.2.4:
+ resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
+ engines: {node: '>= 4'}
+ dev: true
+
/import-fresh@3.3.0:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
engines: {node: '>=6'}
@@ -2892,8 +2907,9 @@ packages:
graceful-fs: 4.2.10
dev: true
- /katex@0.16.4:
- resolution: {integrity: sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==}
+ /katex@0.16.7:
+ resolution: {integrity: sha512-Xk9C6oGKRwJTfqfIbtr0Kes9OSv6IFsuhFGc7tW4urlpMJtuh+7YhzU6YEG9n8gmWKcMAFzkp7nr+r69kV0zrA==}
+ hasBin: true
dependencies:
commander: 8.3.0
dev: true
@@ -2910,8 +2926,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /known-css-properties@0.26.0:
- resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==}
+ /known-css-properties@0.27.0:
+ resolution: {integrity: sha512-uMCj6+hZYDoffuvAJjFAPz56E9uoowFHmTkqRtRq5WyC5Q6Cu/fTZKNQpX/RbzChBYLLl3lo8CjFZBAZXq9qFg==}
dev: true
/lazysizes@5.3.2:
@@ -3027,6 +3043,7 @@ packages:
/markdown-it@13.0.1:
resolution: {integrity: sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==}
+ hasBin: true
dependencies:
argparse: 2.0.1
entities: 3.0.1
@@ -3035,37 +3052,48 @@ packages:
uc.micro: 1.0.6
dev: true
- /markdownlint-cli2-formatter-default@0.0.3(markdownlint-cli2@0.6.0):
- resolution: {integrity: sha512-QEAJitT5eqX1SNboOD+SO/LNBpu4P4je8JlR02ug2cLQAqmIhh8IJnSK7AcaHBHhNADqdGydnPpQOpsNcEEqCw==}
+ /markdownlint-cli2-formatter-default@0.0.4(markdownlint-cli2@0.7.1):
+ resolution: {integrity: sha512-xm2rM0E+sWgjpPn1EesPXx5hIyrN2ddUnUwnbCsD/ONxYtw3PX6LydvdH6dciWAoFDpwzbHM1TO7uHfcMd6IYg==}
peerDependencies:
markdownlint-cli2: '>=0.0.4'
dependencies:
- markdownlint-cli2: 0.6.0
+ markdownlint-cli2: 0.7.1
dev: true
- /markdownlint-cli2@0.6.0:
- resolution: {integrity: sha512-Bv20r6WGdcHMWi8QvAFZ3CBunf4i4aYmVdTfpAvXODI/1k3f09DZZ0i0LcX9ZMhlVxjoOzbVDz1NWyKc5hwTqg==}
+ /markdownlint-cli2@0.7.1:
+ resolution: {integrity: sha512-N58lw50Ws0WOfCc07B9dPKMnPMbIj6ZCMlszZLVfxBwKN/M+WZqXLdOHyRL2BWCZ3APBxQN9qDEw7Vf1PRqFkg==}
engines: {node: '>=14.18.0'}
+ hasBin: true
dependencies:
- globby: 13.1.3
- markdownlint: 0.27.0
- markdownlint-cli2-formatter-default: 0.0.3(markdownlint-cli2@0.6.0)
+ globby: 13.1.4
+ markdownlint: 0.28.2
+ markdownlint-cli2-formatter-default: 0.0.4(markdownlint-cli2@0.7.1)
micromatch: 4.0.5
strip-json-comments: 5.0.0
- yaml: 2.2.1
+ yaml: 2.2.2
dev: true
- /markdownlint@0.27.0:
- resolution: {integrity: sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==}
+ /markdownlint-micromark@0.1.2:
+ resolution: {integrity: sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==}
+ engines: {node: '>=14.18.0'}
+ dev: true
+
+ /markdownlint@0.28.2:
+ resolution: {integrity: sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw==}
engines: {node: '>=14.18.0'}
dependencies:
markdown-it: 13.0.1
+ markdownlint-micromark: 0.1.2
dev: true
/mathml-tag-names@2.1.3:
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
dev: true
+ /mdn-data@2.0.30:
+ resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
+ dev: true
+
/mdurl@1.0.1:
resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==}
dev: true
@@ -3146,9 +3174,10 @@ packages:
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
dev: true
- /nanoid@3.3.4:
- resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==}
+ /nanoid@3.3.6:
+ resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
dev: true
/natural-compare@1.4.0:
@@ -3388,7 +3417,7 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /postcss-cli@10.1.0(postcss@8.4.21):
+ /postcss-cli@10.1.0(postcss@8.4.23):
resolution: {integrity: sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==}
engines: {node: '>=14'}
hasBin: true
@@ -3401,9 +3430,9 @@ packages:
get-stdin: 9.0.0
globby: 13.1.2
picocolors: 1.0.0
- postcss: 8.4.21
- postcss-load-config: 4.0.1(postcss@8.4.21)
- postcss-reporter: 7.0.5(postcss@8.4.21)
+ postcss: 8.4.23
+ postcss-load-config: 4.0.1(postcss@8.4.23)
+ postcss-reporter: 7.0.5(postcss@8.4.23)
pretty-hrtime: 1.0.3
read-cache: 1.0.0
slash: 5.0.0
@@ -3412,7 +3441,7 @@ packages:
- ts-node
dev: true
- /postcss-load-config@4.0.1(postcss@8.4.21):
+ /postcss-load-config@4.0.1(postcss@8.4.23):
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
engines: {node: '>= 14'}
peerDependencies:
@@ -3425,7 +3454,7 @@ packages:
optional: true
dependencies:
lilconfig: 2.0.5
- postcss: 8.4.21
+ postcss: 8.4.23
yaml: 2.2.1
dev: true
@@ -3433,14 +3462,14 @@ packages:
resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==}
dev: true
- /postcss-reporter@7.0.5(postcss@8.4.21):
+ /postcss-reporter@7.0.5(postcss@8.4.23):
resolution: {integrity: sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA==}
engines: {node: '>=10'}
peerDependencies:
postcss: ^8.1.0
dependencies:
picocolors: 1.0.0
- postcss: 8.4.21
+ postcss: 8.4.23
thenby: 1.3.4
dev: true
@@ -3448,22 +3477,22 @@ packages:
resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==}
dev: true
- /postcss-safe-parser@6.0.0(postcss@8.4.21):
+ /postcss-safe-parser@6.0.0(postcss@8.4.23):
resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.3.3
dependencies:
- postcss: 8.4.21
+ postcss: 8.4.23
dev: true
- /postcss-scss@4.0.4(postcss@8.4.21):
- resolution: {integrity: sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg==}
+ /postcss-scss@4.0.6(postcss@8.4.23):
+ resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==}
engines: {node: '>=12.0'}
peerDependencies:
- postcss: ^8.3.3
+ postcss: ^8.4.19
dependencies:
- postcss: 8.4.21
+ postcss: 8.4.23
dev: true
/postcss-selector-parser@6.0.10:
@@ -3486,11 +3515,11 @@ packages:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
dev: true
- /postcss@8.4.21:
- resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==}
+ /postcss@8.4.23:
+ resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
- nanoid: 3.3.4
+ nanoid: 3.3.6
picocolors: 1.0.0
source-map-js: 1.0.2
dev: true
@@ -3534,7 +3563,7 @@ packages:
dependencies:
commander: 9.4.1
glob: 8.0.3
- postcss: 8.4.21
+ postcss: 8.4.23
postcss-selector-parser: 6.0.10
dev: true
@@ -3611,13 +3640,6 @@ packages:
strip-indent: 3.0.0
dev: true
- /regenerate-unicode-properties@10.0.1:
- resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==}
- engines: {node: '>=4'}
- dependencies:
- regenerate: 1.4.2
- dev: true
-
/regenerate-unicode-properties@10.1.0:
resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==}
engines: {node: '>=4'}
@@ -3639,18 +3661,6 @@ packages:
'@babel/runtime': 7.18.3
dev: true
- /regexpu-core@5.1.0:
- resolution: {integrity: sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==}
- engines: {node: '>=4'}
- dependencies:
- regenerate: 1.4.2
- regenerate-unicode-properties: 10.0.1
- regjsgen: 0.6.0
- regjsparser: 0.8.4
- unicode-match-property-ecmascript: 2.0.0
- unicode-match-property-value-ecmascript: 2.0.0
- dev: true
-
/regexpu-core@5.3.2:
resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
engines: {node: '>=4'}
@@ -3663,17 +3673,6 @@ packages:
unicode-match-property-value-ecmascript: 2.1.0
dev: true
- /regjsgen@0.6.0:
- resolution: {integrity: sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==}
- dev: true
-
- /regjsparser@0.8.4:
- resolution: {integrity: sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==}
- hasBin: true
- dependencies:
- jsesc: 0.5.0
- dev: true
-
/regjsparser@0.9.1:
resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
hasBin: true
@@ -3823,8 +3822,9 @@ packages:
shelljs: 0.8.5
dev: true
- /signal-exit@3.0.7:
- resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
+ /signal-exit@4.0.1:
+ resolution: {integrity: sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==}
+ engines: {node: '>=14'}
dev: true
/slash@2.0.0:
@@ -3937,76 +3937,80 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true
- /stylelint-config-recommended-scss@8.0.0(postcss@8.4.21)(stylelint@14.16.1):
- resolution: {integrity: sha512-BxjxEzRaZoQb7Iinc3p92GS6zRdRAkIuEu2ZFLTxJK2e1AIcCb5B5MXY9KOXdGTnYFZ+KKx6R4Fv9zU6CtMYPQ==}
+ /stylelint-config-recommended-scss@11.0.0(postcss@8.4.23)(stylelint@15.6.0):
+ resolution: {integrity: sha512-EDghTDU7aOv2LTsRZvcT1w8mcjUaMhuy+t38iV5I/0Qiu6ixdkRwhLEMul3K/fnB2v9Nwqvb3xpvJfPH+HduDw==}
peerDependencies:
postcss: ^8.3.3
- stylelint: ^14.10.0
+ stylelint: ^15.5.0
peerDependenciesMeta:
postcss:
optional: true
dependencies:
- postcss: 8.4.21
- postcss-scss: 4.0.4(postcss@8.4.21)
- stylelint: 14.16.1
- stylelint-config-recommended: 9.0.0(stylelint@14.16.1)
- stylelint-scss: 4.2.0(stylelint@14.16.1)
+ postcss: 8.4.23
+ postcss-scss: 4.0.6(postcss@8.4.23)
+ stylelint: 15.6.0
+ stylelint-config-recommended: 12.0.0(stylelint@15.6.0)
+ stylelint-scss: 4.7.0(stylelint@15.6.0)
dev: true
- /stylelint-config-recommended@9.0.0(stylelint@14.16.1):
- resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==}
+ /stylelint-config-recommended@12.0.0(stylelint@15.6.0):
+ resolution: {integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==}
peerDependencies:
- stylelint: ^14.10.0
+ stylelint: ^15.5.0
dependencies:
- stylelint: 14.16.1
+ stylelint: 15.6.0
dev: true
- /stylelint-config-standard-scss@6.1.0(postcss@8.4.21)(stylelint@14.16.1):
- resolution: {integrity: sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==}
+ /stylelint-config-standard-scss@9.0.0(postcss@8.4.23)(stylelint@15.6.0):
+ resolution: {integrity: sha512-yPKpJsrZn4ybuQZx/DkEHuCjw7pJginErE/47dFhCnrvD48IJ4UYec8tSiCuJWMA3HRjbIa3nh5ZeSauDGuVAg==}
peerDependencies:
postcss: ^8.3.3
- stylelint: ^14.14.0
+ stylelint: ^15.5.0
peerDependenciesMeta:
postcss:
optional: true
dependencies:
- postcss: 8.4.21
- stylelint: 14.16.1
- stylelint-config-recommended-scss: 8.0.0(postcss@8.4.21)(stylelint@14.16.1)
- stylelint-config-standard: 29.0.0(stylelint@14.16.1)
+ postcss: 8.4.23
+ stylelint: 15.6.0
+ stylelint-config-recommended-scss: 11.0.0(postcss@8.4.23)(stylelint@15.6.0)
+ stylelint-config-standard: 33.0.0(stylelint@15.6.0)
dev: true
- /stylelint-config-standard@29.0.0(stylelint@14.16.1):
- resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==}
+ /stylelint-config-standard@33.0.0(stylelint@15.6.0):
+ resolution: {integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==}
peerDependencies:
- stylelint: ^14.14.0
+ stylelint: ^15.5.0
dependencies:
- stylelint: 14.16.1
- stylelint-config-recommended: 9.0.0(stylelint@14.16.1)
+ stylelint: 15.6.0
+ stylelint-config-recommended: 12.0.0(stylelint@15.6.0)
dev: true
- /stylelint-scss@4.2.0(stylelint@14.16.1):
- resolution: {integrity: sha512-HHHMVKJJ5RM9pPIbgJ/XA67h9H0407G68Rm69H4fzFbFkyDMcTV1Byep3qdze5+fJ3c0U7mJrbj6S0Fg072uZA==}
+ /stylelint-scss@4.7.0(stylelint@15.6.0):
+ resolution: {integrity: sha512-TSUgIeS0H3jqDZnby1UO1Qv3poi1N8wUYIJY6D1tuUq2MN3lwp/rITVo0wD+1SWTmRm0tNmGO0b7nKInnqF6Hg==}
peerDependencies:
- stylelint: ^14.5.1
+ stylelint: ^14.5.1 || ^15.0.0
dependencies:
- lodash: 4.17.21
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-selector-parser: 6.0.11
postcss-value-parser: 4.2.0
- stylelint: 14.16.1
+ stylelint: 15.6.0
dev: true
- /stylelint@14.16.1:
- resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ /stylelint@15.6.0:
+ resolution: {integrity: sha512-Cqzpc8tvJm77KaM8qUbhpJ/UYK55Ia0whQXj4b9IId9dlPICO7J8Lyo15SZWiHxKjlvy3p5FQor/3n6i8ignXg==}
+ engines: {node: ^14.13.1 || >=16.0.0}
+ hasBin: true
dependencies:
- '@csstools/selector-specificity': 2.0.2(postcss-selector-parser@6.0.11)(postcss@8.4.21)
+ '@csstools/css-parser-algorithms': 2.1.1(@csstools/css-tokenizer@2.1.1)
+ '@csstools/css-tokenizer': 2.1.1
+ '@csstools/media-query-list-parser': 2.0.4(@csstools/css-parser-algorithms@2.1.1)(@csstools/css-tokenizer@2.1.1)
+ '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.11)
balanced-match: 2.0.0
colord: 2.9.3
- cosmiconfig: 7.1.0
+ cosmiconfig: 8.1.3
css-functions-list: 3.1.0
+ css-tree: 2.3.1
debug: 4.3.4
fast-glob: 3.2.12
fastest-levenshtein: 1.0.16
@@ -4014,32 +4018,32 @@ packages:
global-modules: 2.0.0
globby: 11.1.0
globjoin: 0.1.4
- html-tags: 3.2.0
- ignore: 5.2.1
+ html-tags: 3.3.1
+ ignore: 5.2.4
import-lazy: 4.0.0
imurmurhash: 0.1.4
is-plain-object: 5.0.0
- known-css-properties: 0.26.0
+ known-css-properties: 0.27.0
mathml-tag-names: 2.1.3
meow: 9.0.0
micromatch: 4.0.5
normalize-path: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.21
+ postcss: 8.4.23
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
- postcss-safe-parser: 6.0.0(postcss@8.4.21)
+ postcss-safe-parser: 6.0.0(postcss@8.4.23)
postcss-selector-parser: 6.0.11
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
string-width: 4.2.3
strip-ansi: 6.0.1
style-search: 0.1.0
- supports-hyperlinks: 2.3.0
+ supports-hyperlinks: 3.0.0
svg-tags: 1.0.0
table: 6.8.1
v8-compile-cache: 2.3.0
- write-file-atomic: 4.0.2
+ write-file-atomic: 5.0.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -4058,9 +4062,9 @@ packages:
has-flag: 4.0.0
dev: true
- /supports-hyperlinks@2.3.0:
- resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==}
- engines: {node: '>=8'}
+ /supports-hyperlinks@3.0.0:
+ resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==}
+ engines: {node: '>=14.18'}
dependencies:
has-flag: 4.0.0
supports-color: 7.2.0
@@ -4171,9 +4175,10 @@ packages:
resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
dev: true
- /uglify-js@3.15.5:
- resolution: {integrity: sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==}
+ /uglify-js@3.17.4:
+ resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}
engines: {node: '>=0.8.0'}
+ hasBin: true
requiresBuild: true
dev: true
optional: true
@@ -4198,11 +4203,6 @@ packages:
unicode-property-aliases-ecmascript: 2.0.0
dev: true
- /unicode-match-property-value-ecmascript@2.0.0:
- resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==}
- engines: {node: '>=4'}
- dev: true
-
/unicode-match-property-value-ecmascript@2.1.0:
resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
engines: {node: '>=4'}
@@ -4272,6 +4272,7 @@ packages:
/which@1.3.1:
resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
+ hasBin: true
dependencies:
isexe: 2.0.0
dev: true
@@ -4315,12 +4316,12 @@ packages:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
dev: true
- /write-file-atomic@4.0.2:
- resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+ /write-file-atomic@5.0.1:
+ resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
imurmurhash: 0.1.4
- signal-exit: 3.0.7
+ signal-exit: 4.0.1
dev: true
/xtend@4.0.2:
@@ -4345,16 +4346,16 @@ packages:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: true
- /yaml@1.10.2:
- resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
- engines: {node: '>= 6'}
- dev: true
-
/yaml@2.2.1:
resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==}
engines: {node: '>= 14'}
dev: true
+ /yaml@2.2.2:
+ resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
+ engines: {node: '>= 14'}
+ dev: true
+
/yargs-parser@18.1.3:
resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
engines: {node: '>=6'}
diff --git a/examples/compose/lite/docker-compose.yml b/examples/compose/lite/docker-compose.yml
index 774b961d1..4932a2a2d 100644
--- a/examples/compose/lite/docker-compose.yml
+++ b/examples/compose/lite/docker-compose.yml
@@ -45,7 +45,7 @@ services:
- TZ=Australia/Melbourne
traefik:
- image: traefik:v2.9.10
+ image: traefik:v2.10.1
container_name: traefik
volumes:
- ./traefik:/etc/traefik
diff --git a/examples/compose/local/docker-compose.yml b/examples/compose/local/docker-compose.yml
index 86e2410d3..a7edbd663 100644
--- a/examples/compose/local/docker-compose.yml
+++ b/examples/compose/local/docker-compose.yml
@@ -32,7 +32,7 @@ services:
- TZ=Australia/Melbourne
traefik:
- image: traefik:v2.9.10
+ image: traefik:v2.10.1
container_name: traefik
volumes:
- ./traefik:/etc/traefik
diff --git a/go.mod b/go.mod
index a0e46cb08..35dc69eb6 100644
--- a/go.mod
+++ b/go.mod
@@ -6,15 +6,15 @@ require (
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/deckarep/golang-set/v2 v2.3.0
- github.com/duosecurity/duo_api_golang v0.0.0-20230203160531-b221c950c2b0
+ github.com/duosecurity/duo_api_golang v0.0.0-20230418202038-096d3306c029
github.com/fasthttp/router v1.4.18
github.com/fasthttp/session/v2 v2.4.17
github.com/fsnotify/fsnotify v1.6.0
github.com/go-asn1-ber/asn1-ber v1.5.4
github.com/go-crypt/crypt v0.2.7
github.com/go-ldap/ldap/v3 v3.4.4
- github.com/go-rod/rod v0.112.8
- github.com/go-sql-driver/mysql v1.7.0
+ github.com/go-rod/rod v0.112.9
+ github.com/go-sql-driver/mysql v1.7.1
github.com/go-webauthn/webauthn v0.8.2
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/mock v1.6.0
@@ -33,17 +33,17 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/ory/fosite v0.44.0
github.com/ory/herodot v0.10.2
- github.com/ory/x v0.0.553
+ github.com/ory/x v0.0.554
github.com/otiai10/copy v1.11.0
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.4.0
- github.com/prometheus/client_golang v1.15.0
+ github.com/prometheus/client_golang v1.15.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/trustelem/zxcvbn v1.0.1
- github.com/valyala/fasthttp v1.45.0
+ github.com/valyala/fasthttp v1.47.0
github.com/wneessen/go-mail v0.3.9
golang.org/x/net v0.9.0
golang.org/x/sync v0.1.0
@@ -111,6 +111,7 @@ require (
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
+ github.com/ysmood/fetchup v0.2.2 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.8.0 // indirect
diff --git a/go.sum b/go.sum
index 21627a40b..236bb6827 100644
--- a/go.sum
+++ b/go.sum
@@ -98,8 +98,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cu
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
-github.com/duosecurity/duo_api_golang v0.0.0-20230203160531-b221c950c2b0 h1:+0VqbFomxHYZLIsuLJ7FjAdjhJTQ4P3/o6paTMx5kAY=
-github.com/duosecurity/duo_api_golang v0.0.0-20230203160531-b221c950c2b0/go.mod h1:jI+QUTOK3wqIOrUl0Cwnwlgc/P6vs6pZOuQY3aKggwg=
+github.com/duosecurity/duo_api_golang v0.0.0-20230418202038-096d3306c029 h1:MDyoHXcEq2ZjPFeWrdof3GPBJohXIoL62eVxK/hjhy4=
+github.com/duosecurity/duo_api_golang v0.0.0-20230418202038-096d3306c029/go.mod h1:jI+QUTOK3wqIOrUl0Cwnwlgc/P6vs6pZOuQY3aKggwg=
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/ecordell/optgen v0.0.6 h1:aSknPe6ZUBrjwHGp2+6XfmfCGYGD6W0ZDfCmmsrS7s4=
@@ -140,11 +140,11 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk=
github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=
github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo=
-github.com/go-rod/rod v0.112.8 h1:lYFnHv/lFyjW/Ye0IhyKLeHw/zfhHbSTqawoCi2z/nI=
-github.com/go-rod/rod v0.112.8/go.mod h1:ElViL9ABbcshNQw93+11FrYRH92RRhMKleuILo6+5V0=
+github.com/go-rod/rod v0.112.9 h1:uA/yLbB+t0UlqJcLJtK2pZrCNPzd15dOKRUEOnmnt9k=
+github.com/go-rod/rod v0.112.9/go.mod h1:l0or0gEnZ7E5C0L/W7iD+yXBnm/OM3avP1ji74k8N9s=
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
-github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=
-github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
+github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
+github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-webauthn/revoke v0.1.9 h1:gSJ1ckA9VaKA2GN4Ukp+kiGTk1/EXtaDb1YE8RknbS0=
github.com/go-webauthn/revoke v0.1.9/go.mod h1:j6WKPnv0HovtEs++paan9g3ar46gm1NarktkXBaPR+w=
@@ -327,8 +327,8 @@ github.com/ory/go-convenience v0.1.0 h1:zouLKfF2GoSGnJwGq+PE/nJAE6dj2Zj5QlTgmMTs
github.com/ory/go-convenience v0.1.0/go.mod h1:uEY/a60PL5c12nYz4V5cHY03IBmwIAEm8TWB0yn9KNs=
github.com/ory/herodot v0.10.2 h1:gGvNMHgAwWzdP/eo+roSiT5CGssygHSjDU7MSQNlJ4E=
github.com/ory/herodot v0.10.2/go.mod h1:MMNmY6MG1uB6fnXYFaHoqdV23DTWctlPsmRCeq/2+wc=
-github.com/ory/x v0.0.553 h1:dRSEcbfpJYOl+yk55LTiLUXq2JslaeVaTp6CzHQW5Kw=
-github.com/ory/x v0.0.553/go.mod h1:oRVemI3SQQOLvOCJWIRinHQKlgmay/NbwSyRUIsS/Yk=
+github.com/ory/x v0.0.554 h1:w4GQ74uZpxEzKSeIfKBRIiX4LHrAS3zuEexdKyRtBaE=
+github.com/ory/x v0.0.554/go.mod h1:oRVemI3SQQOLvOCJWIRinHQKlgmay/NbwSyRUIsS/Yk=
github.com/otiai10/copy v1.11.0 h1:OKBD80J/mLBrwnzXqGtFCzprFSGioo30JcmR4APsNwc=
github.com/otiai10/copy v1.11.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww=
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=
@@ -352,8 +352,8 @@ github.com/pquerna/otp v1.4.0 h1:wZvl1TIVxKRThZIBiwOOHOGP/1+nZyWBil9Y2XNEDzg=
github.com/pquerna/otp v1.4.0/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
-github.com/prometheus/client_golang v1.15.0 h1:5fCgGYogn0hFdhyhLbw7hEsWxufKtY9klyvdNfFlFhM=
-github.com/prometheus/client_golang v1.15.0/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
+github.com/prometheus/client_golang v1.15.1 h1:8tXpTmJbyH5lydzFPoxSIJ0J46jdh3tylbvM1xCv0LI=
+github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -431,18 +431,22 @@ github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGr
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
-github.com/valyala/fasthttp v1.45.0 h1:zPkkzpIn8tdHZUrVa6PzYd0i5verqiPSkgTd3bSUcpA=
-github.com/valyala/fasthttp v1.45.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA=
+github.com/valyala/fasthttp v1.47.0 h1:y7moDoxYzMooFpT5aHgNgVOQDrS3qlkfiP9mDtGGK9c=
+github.com/valyala/fasthttp v1.47.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA=
github.com/wneessen/go-mail v0.3.9 h1:Q4DbCk3htT5DtDWKeMgNXCiHc4bBY/vv/XQPT6XDXzc=
github.com/wneessen/go-mail v0.3.9/go.mod h1:zxOlafWCP/r6FEhAaRgH4IC1vg2YXxO0Nar9u0IScZ8=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
+github.com/ysmood/fetchup v0.2.2 h1:Qn8/q5uDW7szclt4sVXCFJ1TXup3hogz94OaLf6kloo=
+github.com/ysmood/fetchup v0.2.2/go.mod h1:xhibcRKziSvol0H1/pj33dnKrYyI2ebIvz5cOOkYGns=
github.com/ysmood/goob v0.4.0 h1:HsxXhyLBeGzWXnqVKtmT9qM7EuVs/XOgkX7T6r1o1AQ=
github.com/ysmood/goob v0.4.0/go.mod h1:u6yx7ZhS4Exf2MwciFr6nIM8knHQIE22lFpWHnfql18=
-github.com/ysmood/got v0.32.0 h1:aAHdQgfgMb/lo4v+OekM+SSqEJYFI035h5YYvLXsVyU=
-github.com/ysmood/got v0.32.0/go.mod h1:pE1l4LOwOBhQg6A/8IAatkGp7uZjnalzrZolnlhhMgY=
+github.com/ysmood/gop v0.0.2 h1:VuWweTmXK+zedLqYufJdh3PlxDNBOfFHjIZlPT2T5nw=
+github.com/ysmood/gop v0.0.2/go.mod h1:rr5z2z27oGEbyB787hpEcx4ab8cCiPnKxn0SUHt6xzk=
+github.com/ysmood/got v0.34.1 h1:IrV2uWLs45VXNvZqhJ6g2nIhY+pgIG1CUoOcqfXFl1s=
+github.com/ysmood/got v0.34.1/go.mod h1:yddyjq/PmAf08RMLSwDjPyCvHvYed+WjHnQxpH851LM=
github.com/ysmood/gotrace v0.6.0 h1:SyI1d4jclswLhg7SWTL6os3L1WOKeNn/ZtzVQF8QmdY=
github.com/ysmood/gotrace v0.6.0/go.mod h1:TzhIG7nHDry5//eYZDYcTzuJLYQIkykJzCRIo4/dzQM=
github.com/ysmood/gson v0.7.3 h1:QFkWbTH8MxyUTKPkVWAENJhxqdBa4lYTQWqZCiLG6kE=
diff --git a/internal/middlewares/authelia_context.go b/internal/middlewares/authelia_context.go
index 8e380ba90..a762d0707 100644
--- a/internal/middlewares/authelia_context.go
+++ b/internal/middlewares/authelia_context.go
@@ -463,12 +463,13 @@ func (ctx *AutheliaCtx) SetJSONBody(value any) error {
// RemoteIP return the remote IP taking X-Forwarded-For header into account if provided.
func (ctx *AutheliaCtx) RemoteIP() net.IP {
- XForwardedFor := ctx.Request.Header.PeekBytes(headerXForwardedFor)
- if XForwardedFor != nil {
- ips := strings.Split(string(XForwardedFor), ",")
+ if header := ctx.Request.Header.PeekBytes(headerXForwardedFor); len(header) != 0 {
+ ips := strings.SplitN(string(header), ",", 2)
- if len(ips) > 0 {
- return net.ParseIP(strings.Trim(ips[0], " "))
+ if len(ips) != 0 {
+ if ip := net.ParseIP(strings.Trim(ips[0], " ")); ip != nil {
+ return ip
+ }
}
}
diff --git a/internal/middlewares/authelia_context_test.go b/internal/middlewares/authelia_context_test.go
index 6b263a46b..bd8d0a50e 100644
--- a/internal/middlewares/authelia_context_test.go
+++ b/internal/middlewares/authelia_context_test.go
@@ -1,6 +1,7 @@
package middlewares_test
import (
+ "net"
"net/url"
"testing"
@@ -17,6 +18,37 @@ import (
"github.com/authelia/authelia/v4/internal/session"
)
+func TestAutheliaCtx_RemoteIP(t *testing.T) {
+ testCases := []struct {
+ name string
+ have []byte
+ expected net.IP
+ }{
+ {"ShouldDefaultToRemoteAddr", nil, net.ParseIP("127.0.0.127")},
+ {"ShouldParseProperlyFormattedXFFWithIPv4", []byte("192.168.1.1, 127.0.0.1"), net.ParseIP("192.168.1.1")},
+ {"ShouldParseProperlyFormattedXFFWithIPv6", []byte("2001:db8:85a3:8d3:1319:8a2e:370:7348, 127.0.0.1"), net.ParseIP("2001:db8:85a3:8d3:1319:8a2e:370:7348")},
+ {"ShouldFallbackToRemoteAddrOnImproperlyFormattedXFFWithIPv6", []byte("[2001:db8:85a3:8d3:1319:8a2e:370:7348], 127.0.0.1"), net.ParseIP("127.0.0.127")},
+ {"ShouldFallbackToRemoteAddrOnBlankXFFHeader", []byte(""), net.ParseIP("127.0.0.127")},
+ {"ShouldFallbackToRemoteAddrOnBlankXFFEntry", []byte(", 127.0.0.1"), net.ParseIP("127.0.0.127")},
+ {"ShouldFallbackToRemoteAddrOnBadXFFEntry", []byte("abc, 127.0.0.1"), net.ParseIP("127.0.0.127")},
+ }
+
+ for _, tc := range testCases {
+ t.Run(tc.name, func(t *testing.T) {
+ mock := mocks.NewMockAutheliaCtx(t)
+ defer mock.Close()
+
+ mock.Ctx.SetRemoteAddr(&net.TCPAddr{Port: 80, IP: net.ParseIP("127.0.0.127")})
+
+ if tc.have != nil {
+ mock.Ctx.RequestCtx.Request.Header.SetBytesV(fasthttp.HeaderXForwardedFor, tc.have)
+ }
+
+ assert.Equal(t, tc.expected, mock.Ctx.RemoteIP())
+ })
+ }
+}
+
func TestContentTypes(t *testing.T) {
testCases := []struct {
name string
diff --git a/internal/server/locales/de-DE/portal.json b/internal/server/locales/de-DE/portal.json
index e206cc310..92380277e 100644
--- a/internal/server/locales/de-DE/portal.json
+++ b/internal/server/locales/de-DE/portal.json
@@ -39,6 +39,7 @@
"Password": "Passwort",
"Passwords do not match": "Die Passwörter stimmen nicht überein.",
"Powered by": "Betrieben mit",
+ "Privacy Policy": "Datenschutzerklärung",
"Push Notification": "Push-Benachrichtigung",
"Register device": "Gerät registrieren",
"Register your first device by clicking on the link below": "Registrieren Sie Ihr erstes Gerät, indem Sie auf den unten stehenden Link klicken.",
@@ -67,6 +68,7 @@
"Use OpenID to verify your identity": "Verwenden Sie OpenID, um Ihre Identität zu überprüfen",
"Username": "Benutzername",
"You must open the link from the same device and browser that initiated the registration process": "Sie müssen den Link mit demselben Gerät und demselben Browser öffnen, mit dem Sie den Registrierungsprozess gestartet haben.",
+ "You must view and accept the Privacy Policy before using": "Sie müssen erst die <0>Datenschutzerklärung0> ansehen und akzeptieren",
"You're being signed out and redirected": "Sie werden abgemeldet und umgeleitet",
"Your supplied password does not meet the password policy requirements": "Ihr angegebenes Passwort entspricht nicht den Anforderungen der Passwortrichtlinie."
}
diff --git a/internal/server/locales/hu-HU/portal.json b/internal/server/locales/hu-HU/portal.json
new file mode 100644
index 000000000..14af6b201
--- /dev/null
+++ b/internal/server/locales/hu-HU/portal.json
@@ -0,0 +1,74 @@
+{
+ "Accept": "Elfogad",
+ "Access your email addresses": "Hozzáférés az email címeihez",
+ "Access your group membership": "Hozzáférés a csoport tagságához",
+ "Access your profile information": "Hozzáférés a profil adatokhoz",
+ "An email has been sent to your address to complete the process": "A feladat befejezéséhez egy email elküldésre került az email címére.",
+ "Authenticated": "Azonosítás megtörtént",
+ "Automatically refresh these permissions without user interaction": "Automatikusan frissítse ezeket az engedélyeket felhasználói beavatkozás nélkül",
+ "Cancel": "Mégse",
+ "Client ID": "Kliens ID: {{client_id}}",
+ "Consent Request": "Hozzájárulás iránti kérelem",
+ "Contact your administrator to register a device": "Forduljon a rendszergazdához az eszközregisztrációval.",
+ "Could not obtain user settings": "Felhasználói beállítások betöltése sikertelen",
+ "Deny": "Megtagad",
+ "Done": "Kész",
+ "Enter new password": "Adja meg az új jelszót",
+ "Enter one-time password": "Adja meg az egyszer használatos jelszót",
+ "Failed to register device, the provided link is expired or has already been used": "Az eszközregisztráció sikertelen, a megadott link elévült vagy már felhasználták",
+ "Hi": "Helló",
+ "Incorrect username or password": "Hibás felhasználónév vagy jelszó.",
+ "Loading": "Betöltés",
+ "Login": "Bejelentkezés",
+ "Logout": "Kijelentkezés",
+ "Lost your device?": "Elvesztette az eszközét?",
+ "Methods": "Módszerek",
+ "Must be at least {{len}} characters in length": "Legalább {{len}} karakter hosszúnak kell lennie",
+ "Must have at least one UPPERCASE letter": "Tartalmaznia kell legalább egy NAGYBETŰT",
+ "Must have at least one lowercase letter": "Tartalmaznia kell legalább egy kisbetűt",
+ "Must have at least one number": "Tartalmaznia kell legalább egy számot",
+ "Must have at least one special character": "Tartalmaznia kell legalább egy speciális karaktert",
+ "Must not be more than {{len}} characters in length": "Nem lehet hosszabb {{len}} karakternél",
+ "Need Google Authenticator?": "Google Authenticator szükséges?",
+ "New password": "Új jelszó",
+ "No verification token provided": "Megerősítő kód hiányzik",
+ "OTP Secret copied to clipboard": "OTP Secret a vágólapra másolva.",
+ "OTP URL copied to clipboard": "OTP URL a vágólapra másolva.",
+ "One-Time Password": "Egyszer használatos jelszó",
+ "Password has been reset": "Jelszó-visszaállítás megtörtént.",
+ "Password": "Jelszó",
+ "Passwords do not match": "A jelszavak nem egyeznek.",
+ "Powered by": "Powered by",
+ "Privacy Policy": "Adatvédelmi nyilatkozat",
+ "Push Notification": "Push értesítés",
+ "Register device": "Eszközregisztráció",
+ "Register your first device by clicking on the link below": "Regisztrálja első eszközét az alábbi linkre kattintva.",
+ "Remember Consent": "Hozzájárulás megjegyzése",
+ "Remember me": "Emlékezzen rám",
+ "Repeat new password": "Új jelszó megismétlése",
+ "Reset password": "Jelszó-visszaállítás",
+ "Reset password?": "Jelszó-visszaállítás?",
+ "Reset": "Visszaállítás",
+ "Scan QR Code": "QR kód szkennelés",
+ "Secret": "Secret",
+ "Security Key - WebAuthN": "Biztonsági kulcs - WebAuthN",
+ "Select a Device": "Eszköz kiválasztása",
+ "Sign in": "Bejelentkezés",
+ "Sign out": "Kijelentkezés",
+ "The above application is requesting the following permissions": "A fenti alkalmazás a következő engedélyeket kéri",
+ "The password does not meet the password policy": "A jelszó nem felel meg a jelszókövetelményeknek",
+ "The resource you're attempting to access requires two-factor authentication": "Az erőforrás hozzáféréséhez kétlépcsős azonosítás szükséges.",
+ "There was a problem initiating the registration process": "Probléma lépett fel az eszközregisztráció elindításával",
+ "There was an issue completing the process. The verification token might have expired": "A feladat befejezése problémába ütközött. A megerősítő kód valószínűleg lejárt.",
+ "There was an issue initiating the password reset process": "Probléma lépett fel a jelszó-visszaállítás elindításával.",
+ "There was an issue resetting the password": "Probléma lépett fel a jelszó-visszaállítás közben",
+ "There was an issue signing out": "Probléma lépett fel a kijelentkezés közben",
+ "This saves this consent as a pre-configured consent for future use": "Ez elmenti a hozzájárulást egy előre beállított nyilatkozatként jövőbeni használatra",
+ "Time-based One-Time Password": "Időalapú egyszer használatos jelszó",
+ "Use OpenID to verify your identity": "OpenID használata az azonosításhoz",
+ "Username": "Felhasználónév",
+ "You must open the link from the same device and browser that initiated the registration process": "A linket ugyanazon az eszközön és ugyanabban a böngészőben kell megnyitni, amin és amiben a regisztrációt indították",
+ "You must view and accept the Privacy Policy before using": "Használat előtt az <0>Adatvédelmi nyilatkozat0> megtekintése és elfogadása kötelező",
+ "You're being signed out and redirected": "Kijelentkezés és átirányítás folyamatban",
+ "Your supplied password does not meet the password policy requirements": "A beírt jelszó nem felel meg a jelszókövetelményeknek."
+}
diff --git a/internal/server/locales/it-IT/portal.json b/internal/server/locales/it-IT/portal.json
index ce31d060d..c8a55a48a 100644
--- a/internal/server/locales/it-IT/portal.json
+++ b/internal/server/locales/it-IT/portal.json
@@ -39,11 +39,12 @@
"Password": "Password",
"Passwords do not match": "Le password non corrispondono.",
"Powered by": "Alimentato da",
+ "Privacy Policy": "Informativa Privacy",
"Push Notification": "Notifica Push",
"Register device": "Registra dispositivo",
"Register your first device by clicking on the link below": "Registra il tuo primo dispositivo cliccando sul link qui sotto.",
"Remember Consent": "Ricorda Consenso",
- "Remember me": "Ricordati di me",
+ "Remember me": "Ricordami",
"Repeat new password": "Ripeti la nuova password",
"Reset password": "Reimposta password",
"Reset password?": "Reimposta la password?",
@@ -63,10 +64,11 @@
"There was an issue resetting the password": "Si è verificato un problema nel reimpostare la password",
"There was an issue signing out": "C'è stato un problema che si è concluso",
"This saves this consent as a pre-configured consent for future use": "Questo salva questo consenso come consenso preconfigurato per un uso futuro",
- "Time-based One-Time Password": "Password Una Volta Basata",
+ "Time-based One-Time Password": "Codice OTP",
"Use OpenID to verify your identity": "Usa OpenID per verificare la tua identità",
"Username": "Username",
"You must open the link from the same device and browser that initiated the registration process": "È necessario aprire il link dallo stesso dispositivo e browser che ha avviato il processo di registrazione",
+ "You must view and accept the Privacy Policy before using": "Devi visualizzare e accettare l'Informativa sulla privacy <0>0> prima di utilizzare",
"You're being signed out and redirected": "Sei stato disconnesso e reindirizzato",
"Your supplied password does not meet the password policy requirements": "La password fornita non soddisfa i requisiti di politica di password."
}
diff --git a/internal/server/locales/sl-SI/portal.json b/internal/server/locales/sl-SI/portal.json
new file mode 100644
index 000000000..aeb15c55c
--- /dev/null
+++ b/internal/server/locales/sl-SI/portal.json
@@ -0,0 +1,74 @@
+{
+ "Accept": "Sprejmite",
+ "Access your email addresses": "Dostop do vaših e-poštnih naslovov",
+ "Access your group membership": "Dostop do članstva v skupini",
+ "Access your profile information": "Dostop do podatkov o vašem profilu",
+ "An email has been sent to your address to complete the process": "Za dokončanje postopka, je na vaš naslov bilo poslano e-poštno sporočilo.",
+ "Authenticated": "Preverjeno",
+ "Automatically refresh these permissions without user interaction": "Samodejno osvežite ta dovoljenja brez interakcije uporabnika",
+ "Cancel": "Prekliči",
+ "Client ID": "ID klienta: {{client_id}}",
+ "Consent Request": "Zahteva za soglasje",
+ "Contact your administrator to register a device": "Za registracijo naprave se obrnite na skrbnika.",
+ "Could not obtain user settings": "Ni bilo mogoče pridobiti uporabniških nastavitev",
+ "Deny": "Prepreči",
+ "Done": "Končano",
+ "Enter new password": "Vnesite novo geslo",
+ "Enter one-time password": "Vnesite enkratno geslo",
+ "Failed to register device, the provided link is expired or has already been used": "Naprave ni bilo mogoče registrirati, navedena povezava je potekla ali je že bila uporabljena",
+ "Hi": "Pozdravljeni",
+ "Incorrect username or password": "Nepravilno uporabniško ime ali geslo.",
+ "Loading": "Nalagam",
+ "Login": "Prijava",
+ "Logout": "Odjava",
+ "Lost your device?": "Ste izgubili napravo?",
+ "Methods": "Metode",
+ "Must be at least {{len}} characters in length": "Mora biti dolžine vsaj {{len}} znakov",
+ "Must have at least one UPPERCASE letter": "Mora vsebovati vsaj eno VELIKO črko",
+ "Must have at least one lowercase letter": "Mora vsebovati vsaj eno malo črko",
+ "Must have at least one number": "Mora vsebovati vsaj eno številko",
+ "Must have at least one special character": "Mora vsebovati vsaj en poseben znak",
+ "Must not be more than {{len}} characters in length": "Ne sme biti dolžine več kot {{len}} znakov",
+ "Need Google Authenticator?": "Potrebujete Google Authenticator?",
+ "New password": "Novo geslo",
+ "No verification token provided": "Potrditveni žeton ni podan",
+ "OTP Secret copied to clipboard": "OTP koda je skopirana v odložišče.",
+ "OTP URL copied to clipboard": "OTP URL naslov je skopiran v odložišče.",
+ "One-Time Password": "Enkratno geslo",
+ "Password has been reset": "Geslo je bilo ponastavljeno.",
+ "Password": "Geslo",
+ "Passwords do not match": "Gesli se ne ujemata.",
+ "Powered by": "Poganja ga",
+ "Privacy Policy": "Politika zasebnostni",
+ "Push Notification": "Potisna sporočila",
+ "Register device": "Registrirajte napravo",
+ "Register your first device by clicking on the link below": "Registrirajte svojo prvo napravo s klikom na spodnjo povezavo.",
+ "Remember Consent": "Zapomni si privolitev",
+ "Remember me": "Zapomni si me",
+ "Repeat new password": "Ponovite novo geslo",
+ "Reset password": "Ponastavi geslo",
+ "Reset password?": "Ponastavim geslo?",
+ "Reset": "Ponastavi",
+ "Scan QR Code": "Skeniraj QR kodo",
+ "Secret": "Skrivnost",
+ "Security Key - WebAuthN": "Varnostni ključ - WebAuthN",
+ "Select a Device": "Izberite napravo",
+ "Sign in": "Prijavite se",
+ "Sign out": "Odjavite se",
+ "The above application is requesting the following permissions": "Zgornja aplikacija zahteva naslednja dovoljenja",
+ "The password does not meet the password policy": "Geslo ni v skladu s politiko gesel",
+ "The resource you're attempting to access requires two-factor authentication": "Vir, do katerega poskušate dostopati, zahteva dvostopenjsko avtentikacijo.",
+ "There was a problem initiating the registration process": "Pri začetku postopka registracije je prišlo do težave",
+ "There was an issue completing the process. The verification token might have expired": "Pri dokončanju postopka je prišlo do težave. Verifikacijski žeton je morda potekel.",
+ "There was an issue initiating the password reset process": "Pri sprožitvi postopka ponastavitve gesla je prišlo do težave.",
+ "There was an issue resetting the password": "Pri ponastavitvi gesla je prišlo do težave",
+ "There was an issue signing out": "Pri odjavi je prišlo do težave",
+ "This saves this consent as a pre-configured consent for future use": "S tem se to soglasje shrani kot vnaprej konfigurirano soglasje za prihodnjo uporabo",
+ "Time-based One-Time Password": "Časovno zasnovano enkratno geslo",
+ "Use OpenID to verify your identity": "Uporabite OpenID za preverjanje vaše identitete",
+ "Username": "Uporabniško ime",
+ "You must open the link from the same device and browser that initiated the registration process": "Povezavo morate odpreti iz iste naprave in brskalnika, ki je sprožil postopek registracije",
+ "You must view and accept the Privacy Policy before using": "Pred uporabo si morate ogledati in sprejeti <0>Politiko zasebnosti0>",
+ "You're being signed out and redirected": "Odjavljeni boste in preusmerjeni",
+ "Your supplied password does not meet the password policy requirements": "Vaše posredovano geslo ne izpolnjuje zahtev pravilnika o geslu."
+}
diff --git a/internal/server/locales/zh-TW/portal.json b/internal/server/locales/zh-TW/portal.json
index eaaa6eeb6..7153a5952 100644
--- a/internal/server/locales/zh-TW/portal.json
+++ b/internal/server/locales/zh-TW/portal.json
@@ -5,8 +5,9 @@
"Access your profile information": "訪問您的個人資料",
"An email has been sent to your address to complete the process": "驗證信已寄至您的信箱,請至信箱收取驗證信",
"Authenticated": "已認證",
+ "Automatically refresh these permissions without user interaction": "無需用戶操作將自動刷新這些權限",
"Cancel": "取消",
- "Client ID": "Client ID: {{client_id}}",
+ "Client ID": "客戶編號:{{client_id}}",
"Consent Request": "同意請求",
"Contact your administrator to register a device": "請聯絡您的管理員來註冊裝置",
"Could not obtain user settings": "無法取得使用者設定",
@@ -18,6 +19,7 @@
"Hi": "嗨",
"Incorrect username or password": "帳號或密碼錯誤",
"Loading": "讀取中",
+ "Login": "登入",
"Logout": "登出",
"Lost your device?": "遺失裝置?",
"Methods": "方法",
@@ -36,6 +38,8 @@
"Password has been reset": "密碼已重設",
"Password": "密碼",
"Passwords do not match": "密碼不一致",
+ "Powered by": "提供技術支持",
+ "Privacy Policy": "隱私政策",
"Push Notification": "推播通知",
"Register device": "註冊裝置",
"Register your first device by clicking on the link below": "點選以下連結來註冊您的第一台裝置",
@@ -47,7 +51,7 @@
"Reset": "重設",
"Scan QR Code": "掃描 QR Code",
"Secret": "密錀",
- "Security Key - WebAuthn": "Security Key - WebAuthn",
+ "Security Key - WebAuthn": "安全密鑰 - WebAuthn",
"Select a Device": "選擇裝置",
"Sign in": "登入",
"Sign out": "登出",
@@ -64,6 +68,7 @@
"Use OpenID to verify your identity": "使用 OpenID 驗證您的身份",
"Username": "帳號",
"You must open the link from the same device and browser that initiated the registration process": "註冊時請用同一個瀏覽器開啟此連結",
+ "You must view and accept the Privacy Policy before using": "您必須在使用前查看並接受<0>隱私政策0>",
"You're being signed out and redirected": "您即將登出並重新導向",
"Your supplied password does not meet the password policy requirements": "密碼不符合規範"
}
diff --git a/internal/suites/example/compose/authelia/Dockerfile.backend b/internal/suites/example/compose/authelia/Dockerfile.backend
index ff3e4c755..26ce59b3a 100644
--- a/internal/suites/example/compose/authelia/Dockerfile.backend
+++ b/internal/suites/example/compose/authelia/Dockerfile.backend
@@ -1,4 +1,4 @@
-FROM golang:1.20.3-alpine
+FROM golang:1.20.4-alpine
ARG USER_ID
ARG GROUP_ID
diff --git a/internal/suites/example/compose/authelia/Dockerfile.frontend b/internal/suites/example/compose/authelia/Dockerfile.frontend
index 184f4a398..55586ea49 100644
--- a/internal/suites/example/compose/authelia/Dockerfile.frontend
+++ b/internal/suites/example/compose/authelia/Dockerfile.frontend
@@ -1,4 +1,4 @@
-FROM node:19-alpine
+FROM node:20-alpine
ARG USER_ID
ARG GROUP_ID
diff --git a/internal/suites/example/compose/duo-api/Dockerfile b/internal/suites/example/compose/duo-api/Dockerfile
index c46a28a78..fdd495b03 100644
--- a/internal/suites/example/compose/duo-api/Dockerfile
+++ b/internal/suites/example/compose/duo-api/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:19-alpine
+FROM node:20-alpine
WORKDIR /usr/app/src
diff --git a/internal/suites/example/compose/envoy/docker-compose.yml b/internal/suites/example/compose/envoy/docker-compose.yml
index 9f43154fb..15e0ad9a2 100644
--- a/internal/suites/example/compose/envoy/docker-compose.yml
+++ b/internal/suites/example/compose/envoy/docker-compose.yml
@@ -2,7 +2,7 @@
version: '3'
services:
envoy:
- image: envoyproxy/envoy:v1.26.0
+ image: envoyproxy/envoy:v1.26.1
volumes:
- ./example/compose/envoy/envoy.yaml:/etc/envoy/envoy.yaml
- ./common/pki:/pki
diff --git a/internal/suites/example/compose/haproxy/Dockerfile b/internal/suites/example/compose/haproxy/Dockerfile
index 912a87c27..4b54f37ef 100644
--- a/internal/suites/example/compose/haproxy/Dockerfile
+++ b/internal/suites/example/compose/haproxy/Dockerfile
@@ -1,4 +1,4 @@
-FROM haproxy:2.7.6-alpine
+FROM haproxy:2.7.8-alpine
USER root
RUN \
diff --git a/internal/suites/example/compose/traefik2/docker-compose.yml b/internal/suites/example/compose/traefik2/docker-compose.yml
index cfaff9ffe..5f2828e3b 100644
--- a/internal/suites/example/compose/traefik2/docker-compose.yml
+++ b/internal/suites/example/compose/traefik2/docker-compose.yml
@@ -2,7 +2,7 @@
version: '3'
services:
traefik:
- image: traefik:v2.9.10
+ image: traefik:v2.10.1
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
labels:
diff --git a/web/.commitlintrc.js b/web/.commitlintrc.js
index 085351239..3ac5277ad 100644
--- a/web/.commitlintrc.js
+++ b/web/.commitlintrc.js
@@ -53,6 +53,8 @@ module.exports = {
"web",
],
],
+ "signed-off-by": [2, "always", "Signed-off-by:"],
+ "trailer-exists": [2, "always", "Signed-off-by:"],
},
defaultIgnores: true,
helpUrl: "https://www.authelia.com/contributing/guidelines/commit-message/",
diff --git a/web/package.json b/web/package.json
index cae8d05d0..4c370f794 100644
--- a/web/package.json
+++ b/web/package.json
@@ -15,20 +15,20 @@
}
},
"dependencies": {
- "@emotion/cache": "11.10.7",
- "@emotion/react": "11.10.6",
- "@emotion/styled": "11.10.6",
+ "@emotion/cache": "11.10.8",
+ "@emotion/react": "11.10.8",
+ "@emotion/styled": "11.10.8",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/icons-material": "5.11.16",
- "@mui/material": "5.12.1",
- "@mui/styles": "5.12.0",
+ "@mui/material": "5.12.3",
+ "@mui/styles": "5.12.3",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/typescript-types": "7.0.0",
- "axios": "1.3.6",
- "broadcast-channel": "5.0.3",
+ "axios": "1.4.0",
+ "broadcast-channel": "5.1.0",
"classnames": "2.3.2",
"i18next": "22.4.15",
"i18next-browser-languagedetector": "7.0.1",
@@ -36,9 +36,9 @@
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
- "react-i18next": "12.2.0",
+ "react-i18next": "12.2.2",
"react-loading": "2.0.3",
- "react-router-dom": "6.10.0",
+ "react-router-dom": "6.11.1",
"react18-input-otp": "1.1.3",
"zxcvbn": "4.4.2"
},
@@ -77,17 +77,17 @@
"@limegrass/eslint-plugin-import-alias": "1.0.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
- "@types/node": "18.15.13",
- "@types/react": "18.0.37",
- "@types/react-dom": "18.0.11",
+ "@types/node": "18.16.3",
+ "@types/react": "18.2.3",
+ "@types/react-dom": "18.2.3",
"@types/testing-library__jest-dom": "5.14.5",
"@types/zxcvbn": "4.4.1",
- "@typescript-eslint/eslint-plugin": "5.59.0",
- "@typescript-eslint/parser": "5.59.0",
+ "@typescript-eslint/eslint-plugin": "5.59.2",
+ "@typescript-eslint/parser": "5.59.2",
"@vitejs/plugin-react": "4.0.0",
- "@vitest/coverage-istanbul": "0.30.1",
- "esbuild": "0.17.17",
- "eslint": "8.38.0",
+ "@vitest/coverage-istanbul": "0.31.0",
+ "esbuild": "0.17.18",
+ "eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-formatter-rdjson": "1.0.5",
@@ -97,17 +97,17 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
- "happy-dom": "9.8.4",
+ "happy-dom": "9.10.8",
"husky": "8.0.3",
- "prettier": "2.8.7",
+ "prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4",
- "vite": "4.3.1",
+ "vite": "4.3.4",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-istanbul": "4.0.1",
"vite-plugin-svgr": "2.4.0",
"vite-tsconfig-paths": "4.2.0",
- "vitest": "0.30.1",
+ "vitest": "0.31.0",
"vitest-preview": "0.0.1"
}
}
diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml
index d82caa4f5..4973135af 100644
--- a/web/pnpm-lock.yaml
+++ b/web/pnpm-lock.yaml
@@ -2,14 +2,14 @@ lockfileVersion: '6.0'
dependencies:
'@emotion/cache':
- specifier: 11.10.7
- version: 11.10.7
+ specifier: 11.10.8
+ version: 11.10.8
'@emotion/react':
- specifier: 11.10.6
- version: 11.10.6(@types/react@18.0.37)(react@18.2.0)
+ specifier: 11.10.8
+ version: 11.10.8(@types/react@18.2.3)(react@18.2.0)
'@emotion/styled':
- specifier: 11.10.6
- version: 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.37)(react@18.2.0)
+ specifier: 11.10.8
+ version: 11.10.8(@emotion/react@11.10.8)(@types/react@18.2.3)(react@18.2.0)
'@fortawesome/fontawesome-svg-core':
specifier: 6.4.0
version: 6.4.0
@@ -24,13 +24,13 @@ dependencies:
version: 0.2.0(@fortawesome/fontawesome-svg-core@6.4.0)(react@18.2.0)
'@mui/icons-material':
specifier: 5.11.16
- version: 5.11.16(@mui/material@5.12.1)(@types/react@18.0.37)(react@18.2.0)
+ version: 5.11.16(@mui/material@5.12.3)(@types/react@18.2.3)(react@18.2.0)
'@mui/material':
- specifier: 5.12.1
- version: 5.12.1(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.37)(react-dom@18.2.0)(react@18.2.0)
+ specifier: 5.12.3
+ version: 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(@types/react@18.2.3)(react-dom@18.2.0)(react@18.2.0)
'@mui/styles':
- specifier: 5.12.0
- version: 5.12.0(@types/react@18.0.37)(react@18.2.0)
+ specifier: 5.12.3
+ version: 5.12.3(@types/react@18.2.3)(react@18.2.0)
'@simplewebauthn/browser':
specifier: 7.2.0
version: 7.2.0
@@ -38,11 +38,11 @@ dependencies:
specifier: 7.0.0
version: 7.0.0
axios:
- specifier: 1.3.6
- version: 1.3.6
+ specifier: 1.4.0
+ version: 1.4.0
broadcast-channel:
- specifier: 5.0.3
- version: 5.0.3
+ specifier: 5.1.0
+ version: 5.1.0
classnames:
specifier: 2.3.2
version: 2.3.2
@@ -65,14 +65,14 @@ dependencies:
specifier: 18.2.0
version: 18.2.0(react@18.2.0)
react-i18next:
- specifier: 12.2.0
- version: 12.2.0(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0)
+ specifier: 12.2.2
+ version: 12.2.2(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0)
react-loading:
specifier: 2.0.3
version: 2.0.3(prop-types@15.8.1)(react@18.2.0)
react-router-dom:
- specifier: 6.10.0
- version: 6.10.0(react-dom@18.2.0)(react@18.2.0)
+ specifier: 6.11.1
+ version: 6.11.1(react-dom@18.2.0)(react@18.2.0)
react18-input-otp:
specifier: 1.1.3
version: 1.1.3(react-dom@18.2.0)(react@18.2.0)
@@ -89,7 +89,7 @@ devDependencies:
version: 17.6.1
'@limegrass/eslint-plugin-import-alias':
specifier: 1.0.6
- version: 1.0.6(eslint@8.38.0)
+ version: 1.0.6(eslint@8.39.0)
'@testing-library/jest-dom':
specifier: 5.16.5
version: 5.16.5
@@ -97,14 +97,14 @@ devDependencies:
specifier: 14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
'@types/node':
- specifier: 18.15.13
- version: 18.15.13
+ specifier: 18.16.3
+ version: 18.16.3
'@types/react':
- specifier: 18.0.37
- version: 18.0.37
+ specifier: 18.2.3
+ version: 18.2.3
'@types/react-dom':
- specifier: 18.0.11
- version: 18.0.11
+ specifier: 18.2.3
+ version: 18.2.3
'@types/testing-library__jest-dom':
specifier: 5.14.5
version: 5.14.5
@@ -112,59 +112,59 @@ devDependencies:
specifier: 4.4.1
version: 4.4.1
'@typescript-eslint/eslint-plugin':
- specifier: 5.59.0
- version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
+ specifier: 5.59.2
+ version: 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.39.0)(typescript@5.0.4)
'@typescript-eslint/parser':
- specifier: 5.59.0
- version: 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ specifier: 5.59.2
+ version: 5.59.2(eslint@8.39.0)(typescript@5.0.4)
'@vitejs/plugin-react':
specifier: 4.0.0
- version: 4.0.0(vite@4.3.1)
+ version: 4.0.0(vite@4.3.4)
'@vitest/coverage-istanbul':
- specifier: 0.30.1
- version: 0.30.1(vitest@0.30.1)
+ specifier: 0.31.0
+ version: 0.31.0(vitest@0.31.0)
esbuild:
- specifier: 0.17.17
- version: 0.17.17
+ specifier: 0.17.18
+ version: 0.17.18
eslint:
- specifier: 8.38.0
- version: 8.38.0
+ specifier: 8.39.0
+ version: 8.39.0
eslint-config-prettier:
specifier: 8.8.0
- version: 8.8.0(eslint@8.38.0)
+ version: 8.8.0(eslint@8.39.0)
eslint-config-react-app:
specifier: 7.0.1
- version: 7.0.1(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)(typescript@5.0.4)
+ version: 7.0.1(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)(typescript@5.0.4)
eslint-formatter-rdjson:
specifier: 1.0.5
version: 1.0.5
eslint-import-resolver-typescript:
specifier: 3.5.5
- version: 3.5.5(@typescript-eslint/parser@5.59.0)(eslint-plugin-import@2.27.5)(eslint@8.38.0)
+ version: 3.5.5(@typescript-eslint/parser@5.59.2)(eslint-plugin-import@2.27.5)(eslint@8.39.0)
eslint-plugin-import:
specifier: 2.27.5
- version: 2.27.5(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)
+ version: 2.27.5(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)
eslint-plugin-jsx-a11y:
specifier: 6.7.1
- version: 6.7.1(eslint@8.38.0)
+ version: 6.7.1(eslint@8.39.0)
eslint-plugin-prettier:
specifier: 4.2.1
- version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7)
+ version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.8)
eslint-plugin-react:
specifier: 7.32.2
- version: 7.32.2(eslint@8.38.0)
+ version: 7.32.2(eslint@8.39.0)
eslint-plugin-react-hooks:
specifier: 4.6.0
- version: 4.6.0(eslint@8.38.0)
+ version: 4.6.0(eslint@8.39.0)
happy-dom:
- specifier: 9.8.4
- version: 9.8.4
+ specifier: 9.10.8
+ version: 9.10.8
husky:
specifier: 8.0.3
version: 8.0.3
prettier:
- specifier: 2.8.7
- version: 2.8.7
+ specifier: 2.8.8
+ version: 2.8.8
react-test-renderer:
specifier: 18.2.0
version: 18.2.0(react@18.2.0)
@@ -172,23 +172,23 @@ devDependencies:
specifier: 5.0.4
version: 5.0.4
vite:
- specifier: 4.3.1
- version: 4.3.1(@types/node@18.15.13)
+ specifier: 4.3.4
+ version: 4.3.4(@types/node@18.16.3)
vite-plugin-eslint:
specifier: 1.8.1
- version: 1.8.1(eslint@8.38.0)(vite@4.3.1)
+ version: 1.8.1(eslint@8.39.0)(vite@4.3.4)
vite-plugin-istanbul:
specifier: 4.0.1
- version: 4.0.1(vite@4.3.1)
+ version: 4.0.1(vite@4.3.4)
vite-plugin-svgr:
specifier: 2.4.0
- version: 2.4.0(vite@4.3.1)
+ version: 2.4.0(vite@4.3.4)
vite-tsconfig-paths:
specifier: 4.2.0
- version: 4.2.0(typescript@5.0.4)(vite@4.3.1)
+ version: 4.2.0(typescript@5.0.4)(vite@4.3.4)
vitest:
- specifier: 0.30.1
- version: 0.30.1(happy-dom@9.8.4)
+ specifier: 0.31.0
+ version: 0.31.0(happy-dom@9.10.8)
vitest-preview:
specifier: 0.0.1
version: 0.0.1
@@ -241,7 +241,7 @@ packages:
- supports-color
dev: true
- /@babel/eslint-parser@7.21.3(@babel/core@7.21.4)(eslint@8.38.0):
+ /@babel/eslint-parser@7.21.3(@babel/core@7.21.4)(eslint@8.39.0):
resolution: {integrity: sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==}
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
peerDependencies:
@@ -250,7 +250,7 @@ packages:
dependencies:
'@babel/core': 7.21.4
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-visitor-keys: 2.1.0
semver: 6.3.0
dev: true
@@ -1639,15 +1639,15 @@ packages:
'@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
chalk: 4.1.2
cosmiconfig: 8.1.3
- cosmiconfig-typescript-loader: 4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
+ cosmiconfig-typescript-loader: 4.3.0(@types/node@18.16.3)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
- ts-node: 10.9.1(@types/node@18.15.13)(typescript@5.0.4)
+ ts-node: 10.9.1(@types/node@18.16.3)(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
- '@swc/core'
@@ -1728,8 +1728,8 @@ packages:
'@jridgewell/trace-mapping': 0.3.9
dev: true
- /@emotion/babel-plugin@11.10.6:
- resolution: {integrity: sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==}
+ /@emotion/babel-plugin@11.10.8:
+ resolution: {integrity: sha512-gxNky50AJL3AlkbjvTARiwAqei6/tNUxDZPSKd+3jqWVM3AmdVTTdpjHorR/an/M0VJqdsuq5oGcFH+rjtyujQ==}
dependencies:
'@babel/helper-module-imports': 7.21.4
'@babel/runtime': 7.21.0
@@ -1741,17 +1741,17 @@ packages:
escape-string-regexp: 4.0.0
find-root: 1.1.0
source-map: 0.5.7
- stylis: 4.1.3
+ stylis: 4.1.4
dev: false
- /@emotion/cache@11.10.7:
- resolution: {integrity: sha512-VLl1/2D6LOjH57Y8Vem1RoZ9haWF4jesHDGiHtKozDQuBIkJm2gimVo0I02sWCuzZtVACeixTVB4jeE8qvCBoQ==}
+ /@emotion/cache@11.10.8:
+ resolution: {integrity: sha512-5fyqGHi51LU95o7qQ/vD1jyvC4uCY5GcBT+UgP4LHdpO9jPDlXqhrRr9/wCKmfoAvh5G/F7aOh4MwQa+8uEqhA==}
dependencies:
'@emotion/memoize': 0.8.0
'@emotion/sheet': 1.2.1
'@emotion/utils': 1.2.0
'@emotion/weak-memoize': 0.3.0
- stylis: 4.1.3
+ stylis: 4.1.4
dev: false
/@emotion/hash@0.9.0:
@@ -1768,8 +1768,8 @@ packages:
resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==}
dev: false
- /@emotion/react@11.10.6(@types/react@18.0.37)(react@18.2.0):
- resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==}
+ /@emotion/react@11.10.8(@types/react@18.2.3)(react@18.2.0):
+ resolution: {integrity: sha512-ZfGfiABtJ1P1OXqOBsW08EgCDp5fK6C5I8hUJauc/VcJBGSzqAirMnFslhFWnZJ/w5HxPI36XbvMV0l4KZHl+w==}
peerDependencies:
'@types/react': '*'
react: '>=16.8.0 || 18'
@@ -1778,13 +1778,13 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@emotion/babel-plugin': 11.10.6
- '@emotion/cache': 11.10.7
+ '@emotion/babel-plugin': 11.10.8
+ '@emotion/cache': 11.10.8
'@emotion/serialize': 1.1.1
'@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0)
'@emotion/utils': 1.2.0
'@emotion/weak-memoize': 0.3.0
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
hoist-non-react-statics: 3.3.2
react: 18.2.0
dev: false
@@ -1803,8 +1803,8 @@ packages:
resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==}
dev: false
- /@emotion/styled@11.10.6(@emotion/react@11.10.6)(@types/react@18.0.37)(react@18.2.0):
- resolution: {integrity: sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==}
+ /@emotion/styled@11.10.8(@emotion/react@11.10.8)(@types/react@18.2.3)(react@18.2.0):
+ resolution: {integrity: sha512-gow0lF4Uw/QEdX2REMhI8v6wLOabPKJ+4HKNF0xdJ2DJdznN6fxaXpQOx6sNkyBhSUL558Rmcu1Lq/MYlVo4vw==}
peerDependencies:
'@emotion/react': ^11.0.0-rc.0
'@types/react': '*'
@@ -1814,13 +1814,13 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@emotion/babel-plugin': 11.10.6
+ '@emotion/babel-plugin': 11.10.8
'@emotion/is-prop-valid': 1.2.0
- '@emotion/react': 11.10.6(@types/react@18.0.37)(react@18.2.0)
+ '@emotion/react': 11.10.8(@types/react@18.2.3)(react@18.2.0)
'@emotion/serialize': 1.1.1
'@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0)
'@emotion/utils': 1.2.0
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
react: 18.2.0
dev: false
@@ -1844,8 +1844,8 @@ packages:
resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==}
dev: false
- /@esbuild/android-arm64@0.17.17:
- resolution: {integrity: sha512-jaJ5IlmaDLFPNttv0ofcwy/cfeY4bh/n705Tgh+eLObbGtQBK3EPAu+CzL95JVE4nFAliyrnEu0d32Q5foavqg==}
+ /@esbuild/android-arm64@0.17.18:
+ resolution: {integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
@@ -1862,8 +1862,8 @@ packages:
dev: true
optional: true
- /@esbuild/android-arm@0.17.17:
- resolution: {integrity: sha512-E6VAZwN7diCa3labs0GYvhEPL2M94WLF8A+czO8hfjREXxba8Ng7nM5VxV+9ihNXIY1iQO1XxUU4P7hbqbICxg==}
+ /@esbuild/android-arm@0.17.18:
+ resolution: {integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
@@ -1871,8 +1871,8 @@ packages:
dev: true
optional: true
- /@esbuild/android-x64@0.17.17:
- resolution: {integrity: sha512-446zpfJ3nioMC7ASvJB1pszHVskkw4u/9Eu8s5yvvsSDTzYh4p4ZIRj0DznSl3FBF0Z/mZfrKXTtt0QCoFmoHA==}
+ /@esbuild/android-x64@0.17.18:
+ resolution: {integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
@@ -1880,8 +1880,8 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-arm64@0.17.17:
- resolution: {integrity: sha512-m/gwyiBwH3jqfUabtq3GH31otL/0sE0l34XKpSIqR7NjQ/XHQ3lpmQHLHbG8AHTGCw8Ao059GvV08MS0bhFIJQ==}
+ /@esbuild/darwin-arm64@0.17.18:
+ resolution: {integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
@@ -1889,8 +1889,8 @@ packages:
dev: true
optional: true
- /@esbuild/darwin-x64@0.17.17:
- resolution: {integrity: sha512-4utIrsX9IykrqYaXR8ob9Ha2hAY2qLc6ohJ8c0CN1DR8yWeMrTgYFjgdeQ9LIoTOfLetXjuCu5TRPHT9yKYJVg==}
+ /@esbuild/darwin-x64@0.17.18:
+ resolution: {integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
@@ -1898,8 +1898,8 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-arm64@0.17.17:
- resolution: {integrity: sha512-4PxjQII/9ppOrpEwzQ1b0pXCsFLqy77i0GaHodrmzH9zq2/NEhHMAMJkJ635Ns4fyJPFOlHMz4AsklIyRqFZWA==}
+ /@esbuild/freebsd-arm64@0.17.18:
+ resolution: {integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
@@ -1907,8 +1907,8 @@ packages:
dev: true
optional: true
- /@esbuild/freebsd-x64@0.17.17:
- resolution: {integrity: sha512-lQRS+4sW5S3P1sv0z2Ym807qMDfkmdhUYX30GRBURtLTrJOPDpoU0kI6pVz1hz3U0+YQ0tXGS9YWveQjUewAJw==}
+ /@esbuild/freebsd-x64@0.17.18:
+ resolution: {integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
@@ -1916,8 +1916,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm64@0.17.17:
- resolution: {integrity: sha512-2+pwLx0whKY1/Vqt8lyzStyda1v0qjJ5INWIe+d8+1onqQxHLLi3yr5bAa4gvbzhZqBztifYEu8hh1La5+7sUw==}
+ /@esbuild/linux-arm64@0.17.18:
+ resolution: {integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
@@ -1925,8 +1925,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-arm@0.17.17:
- resolution: {integrity: sha512-biDs7bjGdOdcmIk6xU426VgdRUpGg39Yz6sT9Xp23aq+IEHDb/u5cbmu/pAANpDB4rZpY/2USPhCA+w9t3roQg==}
+ /@esbuild/linux-arm@0.17.18:
+ resolution: {integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
@@ -1934,8 +1934,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ia32@0.17.17:
- resolution: {integrity: sha512-IBTTv8X60dYo6P2t23sSUYym8fGfMAiuv7PzJ+0LcdAndZRzvke+wTVxJeCq4WgjppkOpndL04gMZIFvwoU34Q==}
+ /@esbuild/linux-ia32@0.17.18:
+ resolution: {integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
@@ -1952,8 +1952,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-loong64@0.17.17:
- resolution: {integrity: sha512-WVMBtcDpATjaGfWfp6u9dANIqmU9r37SY8wgAivuKmgKHE+bWSuv0qXEFt/p3qXQYxJIGXQQv6hHcm7iWhWjiw==}
+ /@esbuild/linux-loong64@0.17.18:
+ resolution: {integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
@@ -1961,8 +1961,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-mips64el@0.17.17:
- resolution: {integrity: sha512-2kYCGh8589ZYnY031FgMLy0kmE4VoGdvfJkxLdxP4HJvWNXpyLhjOvxVsYjYZ6awqY4bgLR9tpdYyStgZZhi2A==}
+ /@esbuild/linux-mips64el@0.17.18:
+ resolution: {integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
@@ -1970,8 +1970,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-ppc64@0.17.17:
- resolution: {integrity: sha512-KIdG5jdAEeAKogfyMTcszRxy3OPbZhq0PPsW4iKKcdlbk3YE4miKznxV2YOSmiK/hfOZ+lqHri3v8eecT2ATwQ==}
+ /@esbuild/linux-ppc64@0.17.18:
+ resolution: {integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
@@ -1979,8 +1979,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-riscv64@0.17.17:
- resolution: {integrity: sha512-Cj6uWLBR5LWhcD/2Lkfg2NrkVsNb2sFM5aVEfumKB2vYetkA/9Uyc1jVoxLZ0a38sUhFk4JOVKH0aVdPbjZQeA==}
+ /@esbuild/linux-riscv64@0.17.18:
+ resolution: {integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
@@ -1988,8 +1988,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-s390x@0.17.17:
- resolution: {integrity: sha512-lK+SffWIr0XsFf7E0srBjhpkdFVJf3HEgXCwzkm69kNbRar8MhezFpkIwpk0qo2IOQL4JE4mJPJI8AbRPLbuOQ==}
+ /@esbuild/linux-s390x@0.17.18:
+ resolution: {integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
@@ -1997,8 +1997,8 @@ packages:
dev: true
optional: true
- /@esbuild/linux-x64@0.17.17:
- resolution: {integrity: sha512-XcSGTQcWFQS2jx3lZtQi7cQmDYLrpLRyz1Ns1DzZCtn898cWfm5Icx/DEWNcTU+T+tyPV89RQtDnI7qL2PObPg==}
+ /@esbuild/linux-x64@0.17.18:
+ resolution: {integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
@@ -2006,8 +2006,8 @@ packages:
dev: true
optional: true
- /@esbuild/netbsd-x64@0.17.17:
- resolution: {integrity: sha512-RNLCDmLP5kCWAJR+ItLM3cHxzXRTe4N00TQyQiimq+lyqVqZWGPAvcyfUBM0isE79eEZhIuGN09rAz8EL5KdLA==}
+ /@esbuild/netbsd-x64@0.17.18:
+ resolution: {integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
@@ -2015,8 +2015,8 @@ packages:
dev: true
optional: true
- /@esbuild/openbsd-x64@0.17.17:
- resolution: {integrity: sha512-PAXswI5+cQq3Pann7FNdcpSUrhrql3wKjj3gVkmuz6OHhqqYxKvi6GgRBoaHjaG22HV/ZZEgF9TlS+9ftHVigA==}
+ /@esbuild/openbsd-x64@0.17.18:
+ resolution: {integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
@@ -2024,8 +2024,8 @@ packages:
dev: true
optional: true
- /@esbuild/sunos-x64@0.17.17:
- resolution: {integrity: sha512-V63egsWKnx/4V0FMYkr9NXWrKTB5qFftKGKuZKFIrAkO/7EWLFnbBZNM1CvJ6Sis+XBdPws2YQSHF1Gqf1oj/Q==}
+ /@esbuild/sunos-x64@0.17.18:
+ resolution: {integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
@@ -2033,8 +2033,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-arm64@0.17.17:
- resolution: {integrity: sha512-YtUXLdVnd6YBSYlZODjWzH+KzbaubV0YVd6UxSfoFfa5PtNJNaW+1i+Hcmjpg2nEe0YXUCNF5bkKy1NnBv1y7Q==}
+ /@esbuild/win32-arm64@0.17.18:
+ resolution: {integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
@@ -2042,8 +2042,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-ia32@0.17.17:
- resolution: {integrity: sha512-yczSLRbDdReCO74Yfc5tKG0izzm+lPMYyO1fFTcn0QNwnKmc3K+HdxZWLGKg4pZVte7XVgcFku7TIZNbWEJdeQ==}
+ /@esbuild/win32-ia32@0.17.18:
+ resolution: {integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
@@ -2051,8 +2051,8 @@ packages:
dev: true
optional: true
- /@esbuild/win32-x64@0.17.17:
- resolution: {integrity: sha512-FNZw7H3aqhF9OyRQbDDnzUApDXfC1N6fgBhkqEO2jvYCJ+DxMTfZVqg3AX0R1khg1wHTBRD5SdcibSJ+XF6bFg==}
+ /@esbuild/win32-x64@0.17.18:
+ resolution: {integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
@@ -2060,13 +2060,13 @@ packages:
dev: true
optional: true
- /@eslint-community/eslint-utils@4.4.0(eslint@8.38.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.39.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-visitor-keys: 3.4.0
dev: true
@@ -2092,8 +2092,8 @@ packages:
- supports-color
dev: true
- /@eslint/js@8.38.0:
- resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==}
+ /@eslint/js@8.39.0:
+ resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -2195,7 +2195,7 @@ packages:
'@jest/schemas': 29.4.3
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
'@types/yargs': 17.0.24
chalk: 4.1.2
dev: true
@@ -2246,12 +2246,12 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.15
dev: true
- /@limegrass/eslint-plugin-import-alias@1.0.6(eslint@8.38.0):
+ /@limegrass/eslint-plugin-import-alias@1.0.6(eslint@8.39.0):
resolution: {integrity: sha512-BtPmdHbL4NmkVh2wMnOboyOCrdLOpBqwwtBIsB0/giTiALw/UTHD9TyH4vVnbDOuWPZQgE6kKloJ9G77FApt7w==}
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
dependencies:
- eslint: 8.38.0
+ eslint: 8.39.0
find-up: 5.0.0
fs-extra: 10.1.0
micromatch: 4.0.5
@@ -2259,8 +2259,8 @@ packages:
tsconfig-paths: 3.14.2
dev: true
- /@mui/base@5.0.0-alpha.126(@types/react@18.0.37)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-I5e52A0Muv9Gaoy2GcqbYrQ6dpRyC2UXeA00brT3HuW0nF0E4fiTOIqdNTN+N5gyaYK0z3O6jtLt/97CCrIxVA==}
+ /@mui/base@5.0.0-alpha.128(@types/react@18.2.3)(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-wub3wxNN+hUp8hzilMlXX3sZrPo75vsy1cXEQpqdTfIFlE9HprP1jlulFiPg5tfPst2OKmygXr2hhmgvAKRrzQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 || 18
@@ -2272,10 +2272,10 @@ packages:
dependencies:
'@babel/runtime': 7.21.0
'@emotion/is-prop-valid': 1.2.0
- '@mui/types': 7.2.4(@types/react@18.0.37)
- '@mui/utils': 5.12.0(react@18.2.0)
+ '@mui/types': 7.2.4(@types/react@18.2.3)
+ '@mui/utils': 5.12.3(react@18.2.0)
'@popperjs/core': 2.11.7
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
clsx: 1.2.1
prop-types: 15.8.1
react: 18.2.0
@@ -2283,11 +2283,11 @@ packages:
react-is: 18.2.0
dev: false
- /@mui/core-downloads-tracker@5.12.1:
- resolution: {integrity: sha512-rNiQYHtkXljcvCEnhWrJzie1ifff5O98j3uW7ZlchFgD8HWxEcz/QoxZvo+sCKC9aayAgxi9RsVn2VjCyp5CrA==}
+ /@mui/core-downloads-tracker@5.12.3:
+ resolution: {integrity: sha512-yiJZ+knaknPHuRKhRk4L6XiwppwkAahVal3LuYpvBH7GkA2g+D9WLEXOEnNYtVFUggyKf6fWGLGnx0iqzkU5YA==}
dev: false
- /@mui/icons-material@5.11.16(@mui/material@5.12.1)(@types/react@18.0.37)(react@18.2.0):
+ /@mui/icons-material@5.11.16(@mui/material@5.12.3)(@types/react@18.2.3)(react@18.2.0):
resolution: {integrity: sha512-oKkx9z9Kwg40NtcIajF9uOXhxiyTZrrm9nmIJ4UjkU2IdHpd4QVLbCc/5hZN/y0C6qzi2Zlxyr9TGddQx2vx2A==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -2299,13 +2299,13 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@mui/material': 5.12.1(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.37)(react-dom@18.2.0)(react@18.2.0)
- '@types/react': 18.0.37
+ '@mui/material': 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(@types/react@18.2.3)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.3
react: 18.2.0
dev: false
- /@mui/material@5.12.1(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.37)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-m+G9J6+FzIMhRqKV2y30yONH97wX107z9EWgiNCeS1/+y1CnytFZNG1ENdOuaJo1NimCRnmB/iXPvoOaSo6dOg==}
+ /@mui/material@5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(@types/react@18.2.3)(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-xNmKlrEN4HsTaKFNLZfc7ie7CXx2YqEeO//hsXZx2p3MGtDdeMr2sV3jC4hsFs57RhQlF79weY7uVvC8xSuVbg==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@emotion/react': ^11.5.0
@@ -2322,14 +2322,14 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@emotion/react': 11.10.6(@types/react@18.0.37)(react@18.2.0)
- '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.37)(react@18.2.0)
- '@mui/base': 5.0.0-alpha.126(@types/react@18.0.37)(react-dom@18.2.0)(react@18.2.0)
- '@mui/core-downloads-tracker': 5.12.1
- '@mui/system': 5.12.1(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.37)(react@18.2.0)
- '@mui/types': 7.2.4(@types/react@18.0.37)
- '@mui/utils': 5.12.0(react@18.2.0)
- '@types/react': 18.0.37
+ '@emotion/react': 11.10.8(@types/react@18.2.3)(react@18.2.0)
+ '@emotion/styled': 11.10.8(@emotion/react@11.10.8)(@types/react@18.2.3)(react@18.2.0)
+ '@mui/base': 5.0.0-alpha.128(@types/react@18.2.3)(react-dom@18.2.0)(react@18.2.0)
+ '@mui/core-downloads-tracker': 5.12.3
+ '@mui/system': 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(@types/react@18.2.3)(react@18.2.0)
+ '@mui/types': 7.2.4(@types/react@18.2.3)
+ '@mui/utils': 5.12.3(react@18.2.0)
+ '@types/react': 18.2.3
'@types/react-transition-group': 4.4.5
clsx: 1.2.1
csstype: 3.1.2
@@ -2340,8 +2340,8 @@ packages:
react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0)
dev: false
- /@mui/private-theming@5.12.0(@types/react@18.0.37)(react@18.2.0):
- resolution: {integrity: sha512-w5dwMen1CUm1puAtubqxY9BIzrBxbOThsg2iWMvRJmWyJAPdf3Z583fPXpqeA2lhTW79uH2jajk5Ka4FuGlTPg==}
+ /@mui/private-theming@5.12.3(@types/react@18.2.3)(react@18.2.0):
+ resolution: {integrity: sha512-o1e7Z1Bp27n4x2iUHhegV4/Jp6H3T6iBKHJdLivS5GbwsuAE/5l4SnZ+7+K+e5u9TuhwcAKZLkjvqzkDe8zqfA==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 || 18
@@ -2351,14 +2351,14 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@mui/utils': 5.12.0(react@18.2.0)
- '@types/react': 18.0.37
+ '@mui/utils': 5.12.3(react@18.2.0)
+ '@types/react': 18.2.3
prop-types: 15.8.1
react: 18.2.0
dev: false
- /@mui/styled-engine@5.12.0(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0):
- resolution: {integrity: sha512-frh8L7CRnvD0RDmIqEv6jFeKQUIXqW90BaZ6OrxJ2j4kIsiVLu29Gss4SbBvvrWwwatR72sBmC3w1aG4fjp9mQ==}
+ /@mui/styled-engine@5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(react@18.2.0):
+ resolution: {integrity: sha512-AhZtiRyT8Bjr7fufxE/mLS+QJ3LxwX1kghIcM2B2dvJzSSg9rnIuXDXM959QfUVIM3C8U4x3mgVoPFMQJvc4/g==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@emotion/react': ^11.4.1
@@ -2371,16 +2371,16 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@emotion/cache': 11.10.7
- '@emotion/react': 11.10.6(@types/react@18.0.37)(react@18.2.0)
- '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.37)(react@18.2.0)
+ '@emotion/cache': 11.10.8
+ '@emotion/react': 11.10.8(@types/react@18.2.3)(react@18.2.0)
+ '@emotion/styled': 11.10.8(@emotion/react@11.10.8)(@types/react@18.2.3)(react@18.2.0)
csstype: 3.1.2
prop-types: 15.8.1
react: 18.2.0
dev: false
- /@mui/styles@5.12.0(@types/react@18.0.37)(react@18.2.0):
- resolution: {integrity: sha512-X7obkgZTd9X+7igqwKKe8pEncyXYdUCNmyJfHruV9TSc6LThoI29OYs6hkN6n+7ueNli+YDKdZ+TCoC1GpJuOw==}
+ /@mui/styles@5.12.3(@types/react@18.2.3)(react@18.2.0):
+ resolution: {integrity: sha512-y0GN1kTYO2FF/0LH8a0PpVxwLotlcunFqdJpCL5gza0w5Fqz9wxlwauPZW0bDt0+sF79CrohzdzWkh+fxB+oww==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/react': ^17.0.0 || 18
@@ -2391,10 +2391,10 @@ packages:
dependencies:
'@babel/runtime': 7.21.0
'@emotion/hash': 0.9.0
- '@mui/private-theming': 5.12.0(@types/react@18.0.37)(react@18.2.0)
- '@mui/types': 7.2.4(@types/react@18.0.37)
- '@mui/utils': 5.12.0(react@18.2.0)
- '@types/react': 18.0.37
+ '@mui/private-theming': 5.12.3(@types/react@18.2.3)(react@18.2.0)
+ '@mui/types': 7.2.4(@types/react@18.2.3)
+ '@mui/utils': 5.12.3(react@18.2.0)
+ '@types/react': 18.2.3
clsx: 1.2.1
csstype: 3.1.2
hoist-non-react-statics: 3.3.2
@@ -2410,8 +2410,8 @@ packages:
react: 18.2.0
dev: false
- /@mui/system@5.12.1(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.37)(react@18.2.0):
- resolution: {integrity: sha512-Po+sicdV3bbRYXdU29XZaHPZrW7HUYUqU1qCu77GCCEMbahC756YpeyefdIYuPMUg0OdO3gKIUfDISBrkjJL+w==}
+ /@mui/system@5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(@types/react@18.2.3)(react@18.2.0):
+ resolution: {integrity: sha512-JB/6sypHqeJCqwldWeQ1MKkijH829EcZAKKizxbU2MJdxGG5KSwZvTBa5D9qiJUA1hJFYYupjiuy9ZdJt6rV6w==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@emotion/react': ^11.5.0
@@ -2427,20 +2427,20 @@ packages:
optional: true
dependencies:
'@babel/runtime': 7.21.0
- '@emotion/react': 11.10.6(@types/react@18.0.37)(react@18.2.0)
- '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.37)(react@18.2.0)
- '@mui/private-theming': 5.12.0(@types/react@18.0.37)(react@18.2.0)
- '@mui/styled-engine': 5.12.0(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0)
- '@mui/types': 7.2.4(@types/react@18.0.37)
- '@mui/utils': 5.12.0(react@18.2.0)
- '@types/react': 18.0.37
+ '@emotion/react': 11.10.8(@types/react@18.2.3)(react@18.2.0)
+ '@emotion/styled': 11.10.8(@emotion/react@11.10.8)(@types/react@18.2.3)(react@18.2.0)
+ '@mui/private-theming': 5.12.3(@types/react@18.2.3)(react@18.2.0)
+ '@mui/styled-engine': 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.10.8)(react@18.2.0)
+ '@mui/types': 7.2.4(@types/react@18.2.3)
+ '@mui/utils': 5.12.3(react@18.2.0)
+ '@types/react': 18.2.3
clsx: 1.2.1
csstype: 3.1.2
prop-types: 15.8.1
react: 18.2.0
dev: false
- /@mui/types@7.2.4(@types/react@18.0.37):
+ /@mui/types@7.2.4(@types/react@18.2.3):
resolution: {integrity: sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==}
peerDependencies:
'@types/react': '*'
@@ -2448,11 +2448,11 @@ packages:
'@types/react':
optional: true
dependencies:
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
dev: false
- /@mui/utils@5.12.0(react@18.2.0):
- resolution: {integrity: sha512-RmQwgzF72p7Yr4+AAUO6j1v2uzt6wr7SWXn68KBsnfVpdOHyclCzH2lr/Xu6YOw9su4JRtdAIYfJFXsS6Cjkmw==}
+ /@mui/utils@5.12.3(react@18.2.0):
+ resolution: {integrity: sha512-D/Z4Ub3MRl7HiUccid7sQYclTr24TqUAQFFlxHQF8FR177BrCTQ0JJZom7EqYjZCdXhwnSkOj2ph685MSKNtIA==}
engines: {node: '>=12.0.0'}
peerDependencies:
react: ^17.0.0 || ^18.0.0 || 18
@@ -2508,8 +2508,8 @@ packages:
resolution: {integrity: sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==}
dev: false
- /@remix-run/router@1.5.0:
- resolution: {integrity: sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==}
+ /@remix-run/router@1.6.1:
+ resolution: {integrity: sha512-YUkWj+xs0oOzBe74OgErsuR3wVn+efrFhXBWrit50kOiED+pvQe2r6MWY0iJMQU/mSVKxvNzL4ZaYvjdX+G7ZA==}
engines: {node: '>=14'}
dev: false
@@ -2716,7 +2716,7 @@ packages:
dependencies:
'@babel/runtime': 7.21.0
'@testing-library/dom': 9.2.0
- '@types/react-dom': 18.0.11
+ '@types/react-dom': 18.2.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
@@ -2745,7 +2745,7 @@ packages:
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
'@types/connect': 3.4.35
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
dev: true
/@types/chai-subset@1.3.3:
@@ -2761,7 +2761,7 @@ packages:
/@types/connect@3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
dev: true
/@types/eslint@8.37.0:
@@ -2778,7 +2778,7 @@ packages:
/@types/express-serve-static-core@4.17.33:
resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==}
dependencies:
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
dev: true
@@ -2831,8 +2831,8 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true
- /@types/node@18.15.13:
- resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==}
+ /@types/node@18.16.3:
+ resolution: {integrity: sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==}
dev: true
/@types/normalize-package-data@2.4.1:
@@ -2853,26 +2853,26 @@ packages:
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
dev: true
- /@types/react-dom@18.0.11:
- resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==}
+ /@types/react-dom@18.2.3:
+ resolution: {integrity: sha512-hxXEXWxFJXbY0LMj/T69mznqOZJXNtQMqVxIiirVAZnnpeYiD4zt+lPsgcr/cfWg2VLsxZ1y26vigG03prYB+Q==}
dependencies:
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
dev: true
/@types/react-is@17.0.3:
resolution: {integrity: sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==}
dependencies:
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
dev: false
/@types/react-transition-group@4.4.5:
resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==}
dependencies:
- '@types/react': 18.0.37
+ '@types/react': 18.2.3
dev: false
- /@types/react@18.0.37:
- resolution: {integrity: sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw==}
+ /@types/react@18.2.3:
+ resolution: {integrity: sha512-myU58XyFvSCcF9stRlhYnPbHZu9md7VZNsLukY6D68JHzIHLvqxvutD5luAJLnrUKMswvAgGwdSlEUKKSD+9Fw==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.3
@@ -2889,7 +2889,7 @@ packages:
resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==}
dependencies:
'@types/mime': 3.0.1
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
dev: true
/@types/stack-utils@2.0.1:
@@ -2916,8 +2916,8 @@ packages:
resolution: {integrity: sha512-3NoqvZC2W5gAC5DZbTpCeJ251vGQmgcWIHQJGq2J240HY6ErQ9aWKkwfoKJlHLx+A83WPNTZ9+3cd2ILxbvr1w==}
dev: true
- /@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4):
- resolution: {integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==}
+ /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.39.0)(typescript@5.0.4):
+ resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -2928,12 +2928,12 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.5.0
- '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
- '@typescript-eslint/scope-manager': 5.59.0
- '@typescript-eslint/type-utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
+ '@typescript-eslint/scope-manager': 5.59.2
+ '@typescript-eslint/type-utils': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
+ '@typescript-eslint/utils': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
debug: 4.3.4
- eslint: 8.38.0
+ eslint: 8.39.0
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
@@ -2944,21 +2944,21 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/experimental-utils@5.58.0(eslint@8.38.0)(typescript@5.0.4):
+ /@typescript-eslint/experimental-utils@5.58.0(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-LA/sRPaynZlrlYxdefrZbMx8dqs/1Kc0yNG+XOk5CwwZx7tTv263ix3AJNioF0YBVt7hADpAUR20owl6pv4MIQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
- eslint: 8.38.0
+ '@typescript-eslint/utils': 5.58.0(eslint@8.39.0)(typescript@5.0.4)
+ eslint: 8.39.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.0.4):
- resolution: {integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==}
+ /@typescript-eslint/parser@5.59.2(eslint@8.39.0)(typescript@5.0.4):
+ resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -2967,11 +2967,11 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.59.0
- '@typescript-eslint/types': 5.59.0
- '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
+ '@typescript-eslint/scope-manager': 5.59.2
+ '@typescript-eslint/types': 5.59.2
+ '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4)
debug: 4.3.4
- eslint: 8.38.0
+ eslint: 8.39.0
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
@@ -2985,16 +2985,16 @@ packages:
'@typescript-eslint/visitor-keys': 5.58.0
dev: true
- /@typescript-eslint/scope-manager@5.59.0:
- resolution: {integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==}
+ /@typescript-eslint/scope-manager@5.59.2:
+ resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.0
- '@typescript-eslint/visitor-keys': 5.59.0
+ '@typescript-eslint/types': 5.59.2
+ '@typescript-eslint/visitor-keys': 5.59.2
dev: true
- /@typescript-eslint/type-utils@5.59.0(eslint@8.38.0)(typescript@5.0.4):
- resolution: {integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==}
+ /@typescript-eslint/type-utils@5.59.2(eslint@8.39.0)(typescript@5.0.4):
+ resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -3003,10 +3003,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
- '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4)
+ '@typescript-eslint/utils': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
debug: 4.3.4
- eslint: 8.38.0
+ eslint: 8.39.0
tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
@@ -3018,8 +3018,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/types@5.59.0:
- resolution: {integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==}
+ /@typescript-eslint/types@5.59.2:
+ resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -3044,8 +3044,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree@5.59.0(typescript@5.0.4):
- resolution: {integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==}
+ /@typescript-eslint/typescript-estree@5.59.2(typescript@5.0.4):
+ resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -3053,8 +3053,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.59.0
- '@typescript-eslint/visitor-keys': 5.59.0
+ '@typescript-eslint/types': 5.59.2
+ '@typescript-eslint/visitor-keys': 5.59.2
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -3065,19 +3065,19 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils@5.58.0(eslint@8.38.0)(typescript@5.0.4):
+ /@typescript-eslint/utils@5.58.0(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@types/json-schema': 7.0.11
'@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.58.0
'@typescript-eslint/types': 5.58.0
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.4)
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-scope: 5.1.1
semver: 7.4.0
transitivePeerDependencies:
@@ -3085,19 +3085,19 @@ packages:
- typescript
dev: true
- /@typescript-eslint/utils@5.59.0(eslint@8.38.0)(typescript@5.0.4):
- resolution: {integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==}
+ /@typescript-eslint/utils@5.59.2(eslint@8.39.0)(typescript@5.0.4):
+ resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@types/json-schema': 7.0.11
'@types/semver': 7.3.13
- '@typescript-eslint/scope-manager': 5.59.0
- '@typescript-eslint/types': 5.59.0
- '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
- eslint: 8.38.0
+ '@typescript-eslint/scope-manager': 5.59.2
+ '@typescript-eslint/types': 5.59.2
+ '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4)
+ eslint: 8.39.0
eslint-scope: 5.1.1
semver: 7.4.0
transitivePeerDependencies:
@@ -3113,15 +3113,15 @@ packages:
eslint-visitor-keys: 3.4.0
dev: true
- /@typescript-eslint/visitor-keys@5.59.0:
- resolution: {integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==}
+ /@typescript-eslint/visitor-keys@5.59.2:
+ resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.59.0
+ '@typescript-eslint/types': 5.59.2
eslint-visitor-keys: 3.4.0
dev: true
- /@vitejs/plugin-react@4.0.0(vite@4.3.1):
+ /@vitejs/plugin-react@4.0.0(vite@4.3.4):
resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -3131,7 +3131,7 @@ packages:
'@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.4)
'@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.4)
react-refresh: 0.14.0
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
transitivePeerDependencies:
- supports-color
dev: true
@@ -3142,8 +3142,8 @@ packages:
open: 8.4.2
dev: true
- /@vitest/coverage-istanbul@0.30.1(vitest@0.30.1):
- resolution: {integrity: sha512-DGlvErzx3zzrqtKlwTq/vxOPBRmUU/qDdlxTZgPhIuyoQIUCiQBrQod9wlX5uhppyYZ1mgxf2XtStZmzZxcSug==}
+ /@vitest/coverage-istanbul@0.31.0(vitest@0.31.0):
+ resolution: {integrity: sha512-SaTI1PSpCRtBhJ5ihBx7Z+jgrFAQlDjuI4MFmKQ/HjyYWzEoaU+I062SquRrOLjJtVOHnwJdjVJXKi0dgFiR9Q==}
peerDependencies:
vitest: '>=0.30.0 <1'
dependencies:
@@ -3153,44 +3153,44 @@ packages:
istanbul-lib-source-maps: 4.0.1
istanbul-reports: 3.1.5
test-exclude: 6.0.0
- vitest: 0.30.1(happy-dom@9.8.4)
+ vitest: 0.31.0(happy-dom@9.10.8)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitest/expect@0.30.1:
- resolution: {integrity: sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==}
+ /@vitest/expect@0.31.0:
+ resolution: {integrity: sha512-Jlm8ZTyp6vMY9iz9Ny9a0BHnCG4fqBa8neCF6Pk/c/6vkUk49Ls6UBlgGAU82QnzzoaUs9E/mUhq/eq9uMOv/g==}
dependencies:
- '@vitest/spy': 0.30.1
- '@vitest/utils': 0.30.1
+ '@vitest/spy': 0.31.0
+ '@vitest/utils': 0.31.0
chai: 4.3.7
dev: true
- /@vitest/runner@0.30.1:
- resolution: {integrity: sha512-W62kT/8i0TF1UBCNMRtRMOBWJKRnNyv9RrjIgdUryEe0wNpGZvvwPDLuzYdxvgSckzjp54DSpv1xUbv4BQ0qVA==}
+ /@vitest/runner@0.31.0:
+ resolution: {integrity: sha512-H1OE+Ly7JFeBwnpHTrKyCNm/oZgr+16N4qIlzzqSG/YRQDATBYmJb/KUn3GrZaiQQyL7GwpNHVZxSQd6juLCgw==}
dependencies:
- '@vitest/utils': 0.30.1
+ '@vitest/utils': 0.31.0
concordance: 5.0.4
p-limit: 4.0.0
pathe: 1.1.0
dev: true
- /@vitest/snapshot@0.30.1:
- resolution: {integrity: sha512-fJZqKrE99zo27uoZA/azgWyWbFvM1rw2APS05yB0JaLwUIg9aUtvvnBf4q7JWhEcAHmSwbrxKFgyBUga6tq9Tw==}
+ /@vitest/snapshot@0.31.0:
+ resolution: {integrity: sha512-5dTXhbHnyUMTMOujZPB0wjFjQ6q5x9c8TvAsSPUNKjp1tVU7i9pbqcKPqntyu2oXtmVxKbuHCqrOd+Ft60r4tg==}
dependencies:
magic-string: 0.30.0
pathe: 1.1.0
pretty-format: 27.5.1
dev: true
- /@vitest/spy@0.30.1:
- resolution: {integrity: sha512-YfJeIf37GvTZe04ZKxzJfnNNuNSmTEGnla2OdL60C8od16f3zOfv9q9K0nNii0NfjDJRt/CVN/POuY5/zTS+BA==}
+ /@vitest/spy@0.31.0:
+ resolution: {integrity: sha512-IzCEQ85RN26GqjQNkYahgVLLkULOxOm5H/t364LG0JYb3Apg0PsYCHLBYGA006+SVRMWhQvHlBBCyuByAMFmkg==}
dependencies:
tinyspy: 2.1.0
dev: true
- /@vitest/utils@0.30.1:
- resolution: {integrity: sha512-/c8Xv2zUVc+rnNt84QF0Y0zkfxnaGhp87K2dYJMLtLOIckPzuxLVzAtFCicGFdB4NeBHNzTRr1tNn7rCtQcWFA==}
+ /@vitest/utils@0.31.0:
+ resolution: {integrity: sha512-kahaRyLX7GS1urekRXN2752X4gIgOGVX4Wo8eDUGUkTWlGpXzf5ZS6N9RUUS+Re3XEE8nVGqNyxkSxF5HXlGhQ==}
dependencies:
concordance: 5.0.4
loupe: 2.3.6
@@ -3379,8 +3379,8 @@ packages:
engines: {node: '>=4'}
dev: true
- /axios@1.3.6:
- resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==}
+ /axios@1.4.0:
+ resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==}
dependencies:
follow-redirects: 1.15.2
form-data: 4.0.0
@@ -3507,8 +3507,8 @@ packages:
fill-range: 7.0.1
dev: true
- /broadcast-channel@5.0.3:
- resolution: {integrity: sha512-d8rD0sXjc2/MMBJCFuQW/dpY7ckucd3pBDMU3ue98uqMb5NAVR75so4X1XJUe1vGv9cOeQmzIPxNhsGRp2JAxw==}
+ /broadcast-channel@5.1.0:
+ resolution: {integrity: sha512-wAbP+mtQ28N+iX3scX6Q97UN39ER5jRWOtM3r1BNPLWFOMt3AGmwN9kS3fqwgaUW0tbWHRSfTpsT+pAvrzQz0Q==}
dependencies:
'@babel/runtime': 7.21.0
oblivious-set: 1.1.1
@@ -3748,7 +3748,7 @@ packages:
browserslist: 4.21.5
dev: true
- /cosmiconfig-typescript-loader@4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
+ /cosmiconfig-typescript-loader@4.3.0(@types/node@18.16.3)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
@@ -3757,9 +3757,9 @@ packages:
ts-node: '>=10'
typescript: '>=3'
dependencies:
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
cosmiconfig: 8.1.3
- ts-node: 10.9.1(@types/node@18.15.13)(typescript@5.0.4)
+ ts-node: 10.9.1(@types/node@18.16.3)(typescript@5.0.4)
typescript: 5.0.4
dev: true
@@ -4317,33 +4317,33 @@ packages:
esbuild-windows-arm64: 0.15.18
dev: true
- /esbuild@0.17.17:
- resolution: {integrity: sha512-/jUywtAymR8jR4qsa2RujlAF7Krpt5VWi72Q2yuLD4e/hvtNcFQ0I1j8m/bxq238pf3/0KO5yuXNpuLx8BE1KA==}
+ /esbuild@0.17.18:
+ resolution: {integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==}
engines: {node: '>=12'}
requiresBuild: true
optionalDependencies:
- '@esbuild/android-arm': 0.17.17
- '@esbuild/android-arm64': 0.17.17
- '@esbuild/android-x64': 0.17.17
- '@esbuild/darwin-arm64': 0.17.17
- '@esbuild/darwin-x64': 0.17.17
- '@esbuild/freebsd-arm64': 0.17.17
- '@esbuild/freebsd-x64': 0.17.17
- '@esbuild/linux-arm': 0.17.17
- '@esbuild/linux-arm64': 0.17.17
- '@esbuild/linux-ia32': 0.17.17
- '@esbuild/linux-loong64': 0.17.17
- '@esbuild/linux-mips64el': 0.17.17
- '@esbuild/linux-ppc64': 0.17.17
- '@esbuild/linux-riscv64': 0.17.17
- '@esbuild/linux-s390x': 0.17.17
- '@esbuild/linux-x64': 0.17.17
- '@esbuild/netbsd-x64': 0.17.17
- '@esbuild/openbsd-x64': 0.17.17
- '@esbuild/sunos-x64': 0.17.17
- '@esbuild/win32-arm64': 0.17.17
- '@esbuild/win32-ia32': 0.17.17
- '@esbuild/win32-x64': 0.17.17
+ '@esbuild/android-arm': 0.17.18
+ '@esbuild/android-arm64': 0.17.18
+ '@esbuild/android-x64': 0.17.18
+ '@esbuild/darwin-arm64': 0.17.18
+ '@esbuild/darwin-x64': 0.17.18
+ '@esbuild/freebsd-arm64': 0.17.18
+ '@esbuild/freebsd-x64': 0.17.18
+ '@esbuild/linux-arm': 0.17.18
+ '@esbuild/linux-arm64': 0.17.18
+ '@esbuild/linux-ia32': 0.17.18
+ '@esbuild/linux-loong64': 0.17.18
+ '@esbuild/linux-mips64el': 0.17.18
+ '@esbuild/linux-ppc64': 0.17.18
+ '@esbuild/linux-riscv64': 0.17.18
+ '@esbuild/linux-s390x': 0.17.18
+ '@esbuild/linux-x64': 0.17.18
+ '@esbuild/netbsd-x64': 0.17.18
+ '@esbuild/openbsd-x64': 0.17.18
+ '@esbuild/sunos-x64': 0.17.18
+ '@esbuild/win32-arm64': 0.17.18
+ '@esbuild/win32-ia32': 0.17.18
+ '@esbuild/win32-x64': 0.17.18
dev: true
/escalade@3.1.1:
@@ -4368,15 +4368,15 @@ packages:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
- /eslint-config-prettier@8.8.0(eslint@8.38.0):
+ /eslint-config-prettier@8.8.0(eslint@8.39.0):
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.38.0
+ eslint: 8.39.0
dev: true
- /eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)(typescript@5.0.4):
+ /eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4387,20 +4387,20 @@ packages:
optional: true
dependencies:
'@babel/core': 7.21.4
- '@babel/eslint-parser': 7.21.3(@babel/core@7.21.4)(eslint@8.38.0)
+ '@babel/eslint-parser': 7.21.3(@babel/core@7.21.4)(eslint@8.39.0)
'@rushstack/eslint-patch': 1.2.0
- '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
- '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.39.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
babel-preset-react-app: 10.0.1
confusing-browser-globals: 1.0.11
- eslint: 8.38.0
- eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint@8.38.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)
- eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
- eslint-plugin-jsx-a11y: 6.7.1(eslint@8.38.0)
- eslint-plugin-react: 7.32.2(eslint@8.38.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.38.0)
- eslint-plugin-testing-library: 5.10.2(eslint@8.38.0)(typescript@5.0.4)
+ eslint: 8.39.0
+ eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint@8.39.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)
+ eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@8.39.0)(typescript@5.0.4)
+ eslint-plugin-jsx-a11y: 6.7.1(eslint@8.39.0)
+ eslint-plugin-react: 7.32.2(eslint@8.39.0)
+ eslint-plugin-react-hooks: 4.6.0(eslint@8.39.0)
+ eslint-plugin-testing-library: 5.10.2(eslint@8.39.0)(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
- '@babel/plugin-syntax-flow'
@@ -4425,7 +4425,7 @@ packages:
- supports-color
dev: true
- /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.0)(eslint-plugin-import@2.27.5)(eslint@8.38.0):
+ /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.2)(eslint-plugin-import@2.27.5)(eslint@8.39.0):
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -4434,9 +4434,9 @@ packages:
dependencies:
debug: 4.3.4
enhanced-resolve: 5.12.0
- eslint: 8.38.0
- eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)
- eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)
+ eslint: 8.39.0
+ eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)
+ eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)
get-tsconfig: 4.5.0
globby: 13.1.3
is-core-module: 2.12.0
@@ -4449,7 +4449,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0):
+ /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0):
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
engines: {node: '>=4'}
peerDependencies:
@@ -4470,16 +4470,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
debug: 3.2.7
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.0)(eslint-plugin-import@2.27.5)(eslint@8.38.0)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.2)(eslint-plugin-import@2.27.5)(eslint@8.39.0)
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint@8.38.0):
+ /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint@8.39.0):
resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -4489,12 +4489,12 @@ packages:
dependencies:
'@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.4)
'@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4)
- eslint: 8.38.0
+ eslint: 8.39.0
lodash: 4.17.21
string-natural-compare: 3.0.1
dev: true
- /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0):
+ /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0):
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@@ -4504,15 +4504,15 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
+ '@typescript-eslint/parser': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.38.0
+ eslint: 8.39.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.38.0)
+ eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.39.0)
has: 1.0.3
is-core-module: 2.12.0
is-glob: 4.0.3
@@ -4527,7 +4527,7 @@ packages:
- supports-color
dev: true
- /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.59.0)(eslint@8.38.0)(typescript@5.0.4):
+ /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
peerDependencies:
@@ -4540,15 +4540,15 @@ packages:
jest:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.38.0)(typescript@5.0.4)
- '@typescript-eslint/experimental-utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
- eslint: 8.38.0
+ '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.39.0)(typescript@5.0.4)
+ '@typescript-eslint/experimental-utils': 5.58.0(eslint@8.39.0)(typescript@5.0.4)
+ eslint: 8.39.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /eslint-plugin-jsx-a11y@6.7.1(eslint@8.38.0):
+ /eslint-plugin-jsx-a11y@6.7.1(eslint@8.39.0):
resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
engines: {node: '>=4.0'}
peerDependencies:
@@ -4563,7 +4563,7 @@ packages:
axobject-query: 3.1.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 8.38.0
+ eslint: 8.39.0
has: 1.0.3
jsx-ast-utils: 3.3.3
language-tags: 1.0.5
@@ -4573,7 +4573,7 @@ packages:
semver: 6.3.0
dev: true
- /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7):
+ /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.8):
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -4584,22 +4584,22 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.38.0
- eslint-config-prettier: 8.8.0(eslint@8.38.0)
- prettier: 2.8.7
+ eslint: 8.39.0
+ eslint-config-prettier: 8.8.0(eslint@8.39.0)
+ prettier: 2.8.8
prettier-linter-helpers: 1.0.0
dev: true
- /eslint-plugin-react-hooks@4.6.0(eslint@8.38.0):
+ /eslint-plugin-react-hooks@4.6.0(eslint@8.39.0):
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
- eslint: 8.38.0
+ eslint: 8.39.0
dev: true
- /eslint-plugin-react@7.32.2(eslint@8.38.0):
+ /eslint-plugin-react@7.32.2(eslint@8.39.0):
resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
engines: {node: '>=4'}
peerDependencies:
@@ -4609,7 +4609,7 @@ packages:
array.prototype.flatmap: 1.3.1
array.prototype.tosorted: 1.1.1
doctrine: 2.1.0
- eslint: 8.38.0
+ eslint: 8.39.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.3
minimatch: 3.1.2
@@ -4623,14 +4623,14 @@ packages:
string.prototype.matchall: 4.0.8
dev: true
- /eslint-plugin-testing-library@5.10.2(eslint@8.38.0)(typescript@5.0.4):
+ /eslint-plugin-testing-library@5.10.2(eslint@8.39.0)(typescript@5.0.4):
resolution: {integrity: sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'}
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
dependencies:
- '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.0.4)
- eslint: 8.38.0
+ '@typescript-eslint/utils': 5.59.2(eslint@8.39.0)(typescript@5.0.4)
+ eslint: 8.39.0
transitivePeerDependencies:
- supports-color
- typescript
@@ -4644,8 +4644,8 @@ packages:
estraverse: 4.3.0
dev: true
- /eslint-scope@7.1.1:
- resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
+ /eslint-scope@7.2.0:
+ resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
@@ -4662,14 +4662,14 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint@8.38.0:
- resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==}
+ /eslint@8.39.0:
+ resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
'@eslint-community/regexpp': 4.5.0
'@eslint/eslintrc': 2.0.2
- '@eslint/js': 8.38.0
+ '@eslint/js': 8.39.0
'@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
@@ -4679,7 +4679,7 @@ packages:
debug: 4.3.4
doctrine: 3.0.0
escape-string-regexp: 4.0.0
- eslint-scope: 7.1.1
+ eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.0
espree: 9.5.1
esquery: 1.5.0
@@ -5156,8 +5156,8 @@ packages:
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
dev: true
- /happy-dom@9.8.4:
- resolution: {integrity: sha512-IB2glIailsAloOmTfRRQfpA3aW/bbhpdw9wX1CKvDrmj8tMVtdabjM+579YLdHpBXVyOku+p07+aea7TdnGnyw==}
+ /happy-dom@9.10.8:
+ resolution: {integrity: sha512-zcRFDygyTxigkglFyFA/Gim1H36bIdYdWkI28kC1bLG5Kk/Ad8MnVzT+XzaUhMRAhd7SfZrizCQueS8mjf6tDw==}
dependencies:
css.escape: 1.5.1
he: 1.2.0
@@ -5643,7 +5643,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
chalk: 4.1.2
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -6373,6 +6373,15 @@ packages:
source-map-js: 1.0.2
dev: true
+ /postcss@8.4.23:
+ resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
+ engines: {node: ^10 || ^12 || >=14}
+ dependencies:
+ nanoid: 3.3.6
+ picocolors: 1.0.0
+ source-map-js: 1.0.2
+ dev: true
+
/prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
@@ -6385,8 +6394,8 @@ packages:
fast-diff: 1.2.0
dev: true
- /prettier@2.8.7:
- resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==}
+ /prettier@2.8.8:
+ resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
engines: {node: '>=10.13.0'}
dev: true
@@ -6485,8 +6494,8 @@ packages:
react: 18.2.0
scheduler: 0.23.0
- /react-i18next@12.2.0(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==}
+ /react-i18next@12.2.2(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-KBB6buBmVKXUWNxXHdnthp+38gPyBT46hJCAIQ8rX19NFL/m2ahte2KARfIDf2tMnSAL7wwck6eDOd/9zn6aFg==}
peerDependencies:
i18next: '>= 19.0.0'
react: '>= 16.8.0 || 18'
@@ -6530,26 +6539,26 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /react-router-dom@6.10.0(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==}
+ /react-router-dom@6.11.1(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-dPC2MhoPeTQ1YUOt5uIK376SMNWbwUxYRWk2ZmTT4fZfwlOvabF8uduRKKJIyfkCZvMgiF0GSCQckmkGGijIrg==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16.8 || 18'
react-dom: '>=16.8'
dependencies:
- '@remix-run/router': 1.5.0
+ '@remix-run/router': 1.6.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- react-router: 6.10.0(react@18.2.0)
+ react-router: 6.11.1(react@18.2.0)
dev: false
- /react-router@6.10.0(react@18.2.0):
- resolution: {integrity: sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==}
+ /react-router@6.11.1(react@18.2.0):
+ resolution: {integrity: sha512-OZINSdjJ2WgvAi7hgNLazrEV8SGn6xrKA+MkJe9wVDMZ3zQ6fdJocUjpCUCI0cNrelWjcvon0S/QK/j0NzL3KA==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16.8 || 18'
dependencies:
- '@remix-run/router': 1.5.0
+ '@remix-run/router': 1.6.1
react: 18.2.0
dev: false
@@ -6745,8 +6754,8 @@ packages:
fsevents: 2.3.2
dev: true
- /rollup@3.20.2:
- resolution: {integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==}
+ /rollup@3.21.0:
+ resolution: {integrity: sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
optionalDependencies:
fsevents: 2.3.2
@@ -7042,8 +7051,8 @@ packages:
acorn: 8.8.2
dev: true
- /stylis@4.1.3:
- resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==}
+ /stylis@4.1.4:
+ resolution: {integrity: sha512-USf5pszRYwuE6hg9by0OkKChkQYEXfkeTtm0xKw+jqQhwyjCVLdYyMBK7R+n7dhzsblAWJnGxju4vxq5eH20GQ==}
dev: false
/supports-color@5.5.0:
@@ -7128,8 +7137,8 @@ packages:
resolution: {integrity: sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==}
dev: true
- /tinypool@0.4.0:
- resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==}
+ /tinypool@0.5.0:
+ resolution: {integrity: sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==}
engines: {node: '>=14.0.0'}
dev: true
@@ -7163,7 +7172,7 @@ packages:
engines: {node: '>=8'}
dev: true
- /ts-node@10.9.1(@types/node@18.15.13)(typescript@5.0.4):
+ /ts-node@10.9.1(@types/node@18.16.3)(typescript@5.0.4):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
peerDependencies:
'@swc/core': '>=1.2.50'
@@ -7181,7 +7190,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
@@ -7376,8 +7385,8 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /vite-node@0.30.1(@types/node@18.15.13):
- resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==}
+ /vite-node@0.31.0(@types/node@18.16.3):
+ resolution: {integrity: sha512-8x1x1LNuPvE2vIvkSB7c1mApX5oqlgsxzHQesYF7l5n1gKrEmrClIiZuOFbFDQcjLsmcWSwwmrWrcGWm9Fxc/g==}
engines: {node: '>=v14.18.0'}
dependencies:
cac: 6.7.14
@@ -7385,7 +7394,7 @@ packages:
mlly: 1.2.0
pathe: 1.1.0
picocolors: 1.0.0
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
transitivePeerDependencies:
- '@types/node'
- less
@@ -7396,7 +7405,7 @@ packages:
- terser
dev: true
- /vite-plugin-eslint@1.8.1(eslint@8.38.0)(vite@4.3.1):
+ /vite-plugin-eslint@1.8.1(eslint@8.39.0)(vite@4.3.4):
resolution: {integrity: sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==}
peerDependencies:
eslint: '>=7'
@@ -7404,12 +7413,12 @@ packages:
dependencies:
'@rollup/pluginutils': 4.2.1
'@types/eslint': 8.37.0
- eslint: 8.38.0
+ eslint: 8.39.0
rollup: 2.79.1
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
dev: true
- /vite-plugin-istanbul@4.0.1(vite@4.3.1):
+ /vite-plugin-istanbul@4.0.1(vite@4.3.4):
resolution: {integrity: sha512-1fUCJyYvt/vkDQWR/15knwCk+nWmNbVbmZTXf/X4XD0dcdmJsYrZF5JQo7ttYxFyflGH2SVu+XRlpN06CakKPQ==}
peerDependencies:
vite: '>=2.9.1 <= 5'
@@ -7418,25 +7427,25 @@ packages:
istanbul-lib-instrument: 5.2.1
picocolors: 1.0.0
test-exclude: 6.0.0
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
transitivePeerDependencies:
- supports-color
dev: true
- /vite-plugin-svgr@2.4.0(vite@4.3.1):
+ /vite-plugin-svgr@2.4.0(vite@4.3.4):
resolution: {integrity: sha512-q+mJJol6ThvqkkJvvVFEndI4EaKIjSI0I3jNFgSoC9fXAz1M7kYTVUin8fhUsFojFDKZ9VHKtX6NXNaOLpbsHA==}
peerDependencies:
vite: ^2.6.0 || 3 || 4
dependencies:
'@rollup/pluginutils': 5.0.2
'@svgr/core': 6.5.1
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
transitivePeerDependencies:
- rollup
- supports-color
dev: true
- /vite-tsconfig-paths@4.2.0(typescript@5.0.4)(vite@4.3.1):
+ /vite-tsconfig-paths@4.2.0(typescript@5.0.4)(vite@4.3.4):
resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==}
peerDependencies:
vite: '*'
@@ -7447,13 +7456,13 @@ packages:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 2.1.1(typescript@5.0.4)
- vite: 4.3.1(@types/node@18.15.13)
+ vite: 4.3.4(@types/node@18.16.3)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /vite@3.2.5(@types/node@18.15.13):
+ /vite@3.2.5(@types/node@18.16.3):
resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -7477,7 +7486,7 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
esbuild: 0.15.18
postcss: 8.4.21
resolve: 1.22.2
@@ -7486,8 +7495,8 @@ packages:
fsevents: 2.3.2
dev: true
- /vite@4.3.1(@types/node@18.15.13):
- resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==}
+ /vite@4.3.4(@types/node@18.16.3):
+ resolution: {integrity: sha512-f90aqGBoxSFxWph2b39ae2uHAxm5jFBBdnfueNxZAT1FTpM13ccFQExCaKbR2xFW5atowjleRniQ7onjJ22QEg==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
'@types/node': '>= 14'
@@ -7510,10 +7519,10 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.15.13
- esbuild: 0.17.17
- postcss: 8.4.21
- rollup: 3.20.2
+ '@types/node': 18.16.3
+ esbuild: 0.17.18
+ postcss: 8.4.23
+ rollup: 3.21.0
optionalDependencies:
fsevents: 2.3.2
dev: true
@@ -7522,10 +7531,10 @@ packages:
resolution: {integrity: sha512-rKh+rzW54HYfgYjCU/9n8t0V8rnxYiH67uJGYUKKqW5L87Cl8NESDzNe2BbD6WmNvM4ojQdc0VqLXv6QsDt1Jw==}
dependencies:
'@types/express': 4.17.17
- '@types/node': 18.15.13
+ '@types/node': 18.16.3
'@vitest-preview/dev-utils': 0.0.1
express: 4.18.2
- vite: 3.2.5(@types/node@18.15.13)
+ vite: 3.2.5(@types/node@18.16.3)
transitivePeerDependencies:
- less
- sass
@@ -7535,8 +7544,8 @@ packages:
- terser
dev: true
- /vitest@0.30.1(happy-dom@9.8.4):
- resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==}
+ /vitest@0.31.0(happy-dom@9.10.8):
+ resolution: {integrity: sha512-JwWJS9p3GU9GxkG7eBSmr4Q4x4bvVBSswaCFf1PBNHiPx00obfhHRJfgHcnI0ffn+NMlIh9QGvG75FlaIBdKGA==}
engines: {node: '>=v14.18.0'}
peerDependencies:
'@edge-runtime/vm': '*'
@@ -7567,30 +7576,29 @@ packages:
dependencies:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
- '@types/node': 18.15.13
- '@vitest/expect': 0.30.1
- '@vitest/runner': 0.30.1
- '@vitest/snapshot': 0.30.1
- '@vitest/spy': 0.30.1
- '@vitest/utils': 0.30.1
+ '@types/node': 18.16.3
+ '@vitest/expect': 0.31.0
+ '@vitest/runner': 0.31.0
+ '@vitest/snapshot': 0.31.0
+ '@vitest/spy': 0.31.0
+ '@vitest/utils': 0.31.0
acorn: 8.8.2
acorn-walk: 8.2.0
cac: 6.7.14
chai: 4.3.7
concordance: 5.0.4
debug: 4.3.4
- happy-dom: 9.8.4
+ happy-dom: 9.10.8
local-pkg: 0.4.3
magic-string: 0.30.0
pathe: 1.1.0
picocolors: 1.0.0
- source-map: 0.6.1
std-env: 3.3.2
strip-literal: 1.0.1
tinybench: 2.4.0
- tinypool: 0.4.0
- vite: 4.3.1(@types/node@18.15.13)
- vite-node: 0.30.1(@types/node@18.15.13)
+ tinypool: 0.5.0
+ vite: 4.3.4(@types/node@18.16.3)
+ vite-node: 0.31.0(@types/node@18.16.3)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
diff --git a/web/src/i18n/index.ts b/web/src/i18n/index.ts
index 605477c37..2af2a1994 100644
--- a/web/src/i18n/index.ts
+++ b/web/src/i18n/index.ts
@@ -47,6 +47,7 @@ i18n.use(Backend)
es: ["en"],
fi: ["en"],
fr: ["en"],
+ hu: ["en"],
it: ["en"],
ja: ["en"],
"ja-JP": ["ja", "en"],
@@ -59,6 +60,8 @@ i18n.use(Backend)
"pt-BR": ["en"],
ro: ["en"],
ru: ["en"],
+ sl: ["en"],
+ "sl-SI": ["sl", "en"],
sv: ["en"],
"sv-SE": ["sv", "en"],
uk: ["en"],
@@ -81,6 +84,7 @@ i18n.use(Backend)
"es",
"fi",
"fr",
+ "hu",
"it",
"ja",
"ja-JP",
@@ -93,6 +97,8 @@ i18n.use(Backend)
"pt-BR",
"ro",
"ru",
+ "sl",
+ "sl-SI",
"sv",
"sv-SE",
"uk",