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) 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"