diff --git a/package-lock.json b/package-lock.json index 61e05fcb7..c2be60759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-select": "^5.8.1", "react-slick": "^0.30.2", "react-toastify": "^10.0.5", - "ryze": "^0.1.2", + "ryze": "^0.1.4", "slick-carousel": "^1.8.1" }, "devDependencies": { @@ -2958,73 +2958,6 @@ "node": ">=18" } }, - "node_modules/@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-tokenizer": "^2.4.1" - } - }, - "node_modules/@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" - } - }, "node_modules/@csstools/postcss-cascade-layers": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.0.tgz", @@ -5040,28 +4973,6 @@ "postcss-selector-parser": "^6.1.0" } }, - "node_modules/@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^6.0.13" - } - }, "node_modules/@csstools/utilities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz", @@ -29718,9 +29629,10 @@ } }, "node_modules/ryze": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ryze/-/ryze-0.1.2.tgz", - "integrity": "sha512-R/lOvKIak3YP4XaBkVvBFtJIvrgG/RG0sp41evS9MMzwWZENwUpoIhK4lCdIh0i6O6x0JAsh6IhubZSSD9sSqQ==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/ryze/-/ryze-0.1.5.tgz", + "integrity": "sha512-Eoinz4z3vmd7jAywgEfnowjaPMUaPfiWOBRerw49CXCq//7xt4YyvJdeVJ9eTTm55NJek9v8OwMQEv2eabjpqw==", + "license": "MIT", "dependencies": { "memoize-one": "^6.0.0" }, diff --git a/package.json b/package.json index ffca9ecd5..f18851d59 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "react-select": "^5.8.1", "react-slick": "^0.30.2", "react-toastify": "^10.0.5", - "ryze": "^0.1.2", + "ryze": "^0.1.4", "slick-carousel": "^1.8.1" }, "peerDependencies": {