diff --git a/package-lock.json b/package-lock.json index 9c96036..909b5db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactjs-media", - "version": "3.1.5", + "version": "3.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reactjs-media", - "version": "3.1.5", + "version": "3.1.8", "license": "MIT", "dependencies": { "react-icons": "^5.1.0" @@ -38,8 +38,8 @@ "vite": "^5.2.10" }, "peerDependencies": { - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": ">=18.3.1 <=19.0.0", + "react-dom": ">=18.3.1 <=19.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -5120,10 +5120,21 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "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.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", "dependencies": { "argparse": "^2.0.1" },