From e9c8997f1c44cb5aea147f541bbc9ad96c992325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 02:12:18 +0000 Subject: [PATCH 1/2] Bump js-yaml in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9473a75..7cabb7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1937,10 +1937,11 @@ } }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -4664,10 +4665,11 @@ } }, "node_modules/eslint/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -6901,10 +6903,11 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" From 178758d3403c70ab95fff409684dc66f177ed181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 02:12:38 +0000 Subject: [PATCH 2/2] Update docs based on TypeDocs --- docs/modules.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/modules.md b/docs/modules.md index ee39aba..d439238 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -25,7 +25,7 @@ #### Defined in -[components/poster.tsx:8](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/components/poster.tsx#L8) +[components/poster.tsx:8](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/components/poster.tsx#L8) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[components/poster.tsx:4](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/components/poster.tsx#L4) +[components/poster.tsx:4](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/components/poster.tsx#L4) ___ @@ -56,7 +56,7 @@ The prop type to the Responsive Video React Component #### Defined in -[components/responsiveVideo.tsx:18](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/components/responsiveVideo.tsx#L18) +[components/responsiveVideo.tsx:18](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/components/responsiveVideo.tsx#L18) ___ @@ -78,7 +78,7 @@ The elements of the array of sizes that are passed to the Responsive Video React #### Defined in -[types/size.ts:12](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/types/size.ts#L12) +[types/size.ts:12](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/types/size.ts#L12) ___ @@ -97,7 +97,7 @@ The elements of the array of sizes that are passed to the Responsive Video React #### Defined in -[types/source.ts:7](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/types/source.ts#L7) +[types/source.ts:7](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/types/source.ts#L7) ___ @@ -109,7 +109,7 @@ The prop type to the Video element that is created on the client. All the props #### Defined in -[components/video.tsx:14](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/components/video.tsx#L14) +[components/video.tsx:14](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/components/video.tsx#L14) ## Functions @@ -242,4 +242,4 @@ A React Component that produces: 1-> On SSR, a element with all the po #### Defined in -[components/responsiveVideo.tsx:137](https://github.com/damiarita/react-responsive-video/blob/d1c0925/src/components/responsiveVideo.tsx#L137) +[components/responsiveVideo.tsx:137](https://github.com/damiarita/react-responsive-video/blob/e9c8997/src/components/responsiveVideo.tsx#L137)