Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Bump path-to-regexp and express in /package - #132

Open
HirenMandaviya704 wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/package/multi-6bc014718a
Open

Bump path-to-regexp and express in /package#132
HirenMandaviya704 wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/package/multi-6bc014718a

Conversation

@HirenMandaviya704

Copy link
Copy Markdown
Contributor

Bumps path-to-regexp and express. These dependencies needed to be updated together.

Updates path-to-regexp from 0.1.7 to 0.1.12

Updates express from 4.18.2 to 4.21.2


updated-dependencies:

  • dependency-name: path-to-regexp dependency-type: indirect
  • dependency-name: express dependency-type: indirect ...

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12)
Updates `express` from 4.18.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.18.2...4.21.2)
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Summary for `package`

StatusCategoryPercentageCovered / Total
🔵Lines69.37%3337 / 4810
🔵Statements69.37%3337 / 4810
🔵Functions51.38%93 / 181
🔵Branches54%135 / 250
File Coverage
FileStmts% Branch% Funcs% LinesUncovered Lines
package/src/components/AlternativeButton.jsx69.23%100%0%69.23%8-11
package/src/components/BackButton.jsx39.47%100%0%39.47%14-36
package/src/components/ContinueButton.jsx47.36%100%0%47.36%8-17
package/src/components/Divider.jsx54.16%100%0%54.16%12-22
package/src/components/ErrorMessage.jsx92.59%33.33%100%92.59%16-17
package/src/components/IconButton.jsx28.57%100%0%28.57%15-16, 19-28, 47-136, 147-159
package/src/components/InfoMessage.jsx45.83%100%0%45.83%10-22
package/src/components/PhoneNumberInput.jsx69.44%0%0%69.44%24-34
package/src/components/RetryButton.jsx61.11%100%0%61.11%10-16
package/src/components/SecuredByUserfront.jsx100%100%100%100%
package/src/components/SubmitButton.jsx100%100%100%100%
package/src/components/TestModeNotice.jsx66.66%50%50%66.66%16-18, 20-21, 28-34
package/src/components/Input/BackupCodeInput.jsx100%100%100%100%
package/src/components/Input/BaseInput.jsx95.83%50%0%95.83%44-45
package/src/components/Input/EmailInput.jsx100%100%100%100%
package/src/components/Input/EmailOrUsernameInput.jsx100%100%100%100%
package/src/components/Input/PasswordInput.jsx100%100%100%100%
package/src/components/Input/TotpCodeInput.jsx100%100%100%100%
package/src/components/Input/VerificationCodeInput.jsx100%100%100%100%
package/src/components/Input/index.jsx88%100%50%88%23-25
package/src/forms/UniversalForm.jsx52.41%4.7%100%52.41%173-175, 193-211, 213-215, 218-224, 226-236, 238-250, 256-266, 268-280, 284-291, 303-309, 311-317, 319-325, 329-333, 335-341, 343-347, 349-355, 357-361, 365-369, 371-377, 379-383, 385-391, 393-397, 401-405, 407-413, 415-418, 422-435, 437-450, 452-456, 460-466, 468-474, 476-482, 484-490, 492-496, 499-503, 510-514, 518-522, 537-546, 549-552, 558-561, 565-569, 606-607, 609-610, 612-617, 620-621, 623-626, 628-630, 632-635, 637-639, 641-646, 658-663
package/src/models/config/actions.ts70.73%94.11%89.74%70.73%63-77, 79-94, 98-103, 132-133, 161-171, 176-182, 220-224, 231-237, 267-268, 292-301, 329-342, 354-355, 367-371, 391-392, 395-410
package/src/models/config/guards.ts82.83%88.88%61.11%82.83%44, 48, 55-60, 68, 73, 78, 85-91, 96, 101, 117, 129, 133
package/src/models/config/utils.ts91.71%100%78.57%91.71%108-118, 123-124, 134
package/src/models/forms/universal.ts91.05%100%4.54%91.05%95-97, 99-101, 126-131, 136-137, 167-172, 176-177, 179-180, 182-183, 185-186, 188-189, 191-192, 243, 329-338, 672-681, 695-707, 818-825
package/src/models/views/emailCode.ts96.8%50%100%96.8%37-38, 40-41
package/src/models/views/emailLink.ts88.33%28.57%100%88.33%37-42, 49-50, 52-53, 95-96, 98-99
package/src/models/views/password.ts75.26%100%0%75.26%42-64
package/src/models/views/selectFactor.ts100%100%100%100%
package/src/models/views/setNewPassword.ts78.94%100%0%78.94%35-50
package/src/models/views/setUpTotp.ts93.98%66.66%100%93.98%66-73
package/src/models/views/smsCode.ts96.87%50%100%96.87%40-41, 43-44
package/src/models/views/totpCode.ts66.66%100%0%66.66%37-61, 89-109
package/src/services/logging.js38.46%100%0%38.46%5-6, 9-10, 13-15, 18-26
package/src/services/userfront.ts66.66%53.33%60%66.66%53-66, 78-82, 87-89, 105-106, 108-112, 115-117, 132-133, 151-174
package/src/utils/hooks.js80%77.77%100%80%12, 19-20, 22-23
package/src/views/AlreadyLoggedIn.jsx77.77%100%0%77.77%6-7
package/src/views/EmailLinkSent.jsx50%100%0%50%15-30
package/src/views/EnterEmail.jsx71.42%50%50%71.42%20-33
package/src/views/EnterPhone.jsx42.1%100%0%42.1%15-36
package/src/views/EnterTotpCode.jsx18.11%100%0%18.11%22-125
package/src/views/EnterVerificationCode.jsx34.78%100%0%34.78%15-44
package/src/views/GeneralErrorMessage.jsx56.52%100%0%56.52%12-21
package/src/views/LogInWithPassword.jsx31.48%100%0%31.48%16-52
package/src/views/Message.jsx81.81%100%0%81.81%8-9
package/src/views/Placeholder.jsx75%100%0%75%5-6
package/src/views/SelectFactor.jsx26.8%100%0%26.8%25-95
package/src/views/SetNewPassword.jsx62.36%100%50%62.36%19-53
package/src/views/SetNewPasswordSuccess.jsx75%100%0%75%5-6
package/src/views/SetUpTotp.jsx34.61%100%0%34.61%17-50
package/src/views/SetUpTotpSuccess.jsx36.11%100%0%36.11%12-34
package/src/views/SignUpWithPassword.jsx20.4%100%0%20.4%19-96
package/src/views/Success.jsx50%100%0%50%10-20
package/src/views/TotpErrorMessage.jsx48.48%100%0%48.48%15-31

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@HirenMandaviya704