From 3d71173e74ae1db919702d4708bc2d2721f121bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:41:38 +0300 Subject: [PATCH] chore: bump yup from 1.2.0 to 1.3.2 in /site (#9968) Bumps [yup](https://github.com/jquense/yup) from 1.2.0 to 1.3.2.
Changelog

Sourced from yup's changelog.

1.3.2 (2023-09-29)

Bug Fixes

1.3.1 (2023-09-26)

Bug Fixes

1.3.0 (2023-09-23)

Bug Fixes

Features

Reverts

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yup&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- site/package.json | 2 +- site/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index a612952fd0..be68194370 100644 --- a/site/package.json +++ b/site/package.json @@ -99,7 +99,7 @@ "xterm-addon-unicode11": "0.6.0", "xterm-addon-web-links": "0.9.0", "xterm-addon-webgl": "0.16.0", - "yup": "1.2.0" + "yup": "1.3.2" }, "devDependencies": { "@octokit/types": "11.1.0", diff --git a/site/pnpm-lock.yaml b/site/pnpm-lock.yaml index f4c109fbd0..01ae168bd3 100644 --- a/site/pnpm-lock.yaml +++ b/site/pnpm-lock.yaml @@ -214,8 +214,8 @@ dependencies: specifier: 0.16.0 version: 0.16.0(xterm@5.2.0) yup: - specifier: 1.2.0 - version: 1.2.0 + specifier: 1.3.2 + version: 1.3.2 devDependencies: '@octokit/types': @@ -14335,8 +14335,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /yup@1.2.0: - resolution: {integrity: sha512-PPqYKSAXjpRCgLgLKVGPA33v5c/WgEx3wi6NFjIiegz90zSwyMpvTFp/uGcVnnbx6to28pgnzp/q8ih3QRjLMQ==} + /yup@1.3.2: + resolution: {integrity: sha512-6KCM971iQtJ+/KUaHdrhVr2LDkfhBtFPRnsG1P8F4q3uUVQ2RfEM9xekpha9aA4GXWJevjM10eDcPQ1FfWlmaQ==} dependencies: property-expr: 2.0.5 tiny-case: 1.0.3