Skip to content

Commit f4ed900

Browse files
build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /website (OpenAPITools#24035)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0adc8c commit f4ed900

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/preset-classic": "^2.3.1",
1818
"@docusaurus/utils": "^2.3.1",
1919
"classnames": "^2.2.6",
20-
"js-yaml": "^4.1.1",
20+
"js-yaml": "^4.2.0",
2121
"lodash.merge": "^4.6.2",
2222
"lodash.template": "^4.18.1",
2323
"prism-react-renderer": "^1.0.2",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5112,10 +5112,10 @@ js-yaml@^3.13.1:
51125112
argparse "^1.0.7"
51135113
esprima "^4.0.0"
51145114

5115-
js-yaml@^4.1.0, js-yaml@^4.1.1:
5116-
version "4.1.1"
5117-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
5118-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
5115+
js-yaml@^4.1.0, js-yaml@^4.2.0:
5116+
version "4.2.0"
5117+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524"
5118+
integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==
51195119
dependencies:
51205120
argparse "^2.0.1"
51215121

0 commit comments

Comments
 (0)