diff --git a/Gemfile.lock b/Gemfile.lock index f57e62be..551d14b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GIT remote: https://github.com/html2rss/html2rss-configs.git - revision: d7c60ffee7747afe425240bae539cdf71ad356f5 + revision: c8799e7f19b12913986b1cf7e534b6d0c145c62a specs: html2rss-configs (0.2.0) html2rss GIT remote: https://github.com/html2rss/html2rss.git - revision: 3071d18755e3f546aa35bccfdaa83694c61a475c + revision: 252289759287d5f0d7251a958d12a72ceebc27d6 specs: html2rss (0.17.0) addressable (~> 2.7) @@ -90,13 +90,13 @@ GEM ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.32.0-aarch64-linux-gnu) + google-protobuf (4.32.1-aarch64-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.32.0-arm64-darwin) + google-protobuf (4.32.1-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.32.0-x86_64-linux-gnu) + google-protobuf (4.32.1-x86_64-linux-gnu) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -163,11 +163,11 @@ GEM mime-types-data (3.2025.0909) net-http (0.6.0) uri - nokogiri (1.18.9-aarch64-linux-gnu) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) parser (3.3.9.0) @@ -175,7 +175,7 @@ GEM racc pathutil (0.16.2) forwardable-extended (~> 2.6) - prism (1.4.0) + prism (1.5.1) public_suffix (6.0.2) puppeteer-ruby (0.45.6) concurrent-ruby (>= 1.1, < 1.4) diff --git a/package.json b/package.json index b28593db..dee10170 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "stylelint": "16.24.0", "stylelint-config-recess-order": "7.3.0", "stylelint-order": "7.0.0", - "stylelint-config-recommended-scss": "16.0.0", + "stylelint-config-recommended-scss": "16.0.1", "stylelint-scss": "6.12.1" }, "packageManager": "yarn@1.22.22" diff --git a/yarn.lock b/yarn.lock index 37b480f1..c7521124 100644 --- a/yarn.lock +++ b/yarn.lock @@ -692,10 +692,10 @@ stylelint-config-recess-order@7.3.0: resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-7.3.0.tgz#0f29306e4ab667cc80a6e6490f9b010a3a14b16a" integrity sha512-1LZhQi/D6OljSLRKejMEzbZA8h0AKkJH7p2y+eValc9ltWRGVznjnZsNLVCOwYpKk7GlYMLNVYTc9WpA0W3TYQ== -stylelint-config-recommended-scss@16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-16.0.0.tgz#475573f2fa3a806ce02f62655d56b2a56673ce78" - integrity sha512-Vh09MlGgKUwgHwuTQXPI6CbwMgXEUpjv+6EpVhZtHkGUJY7yFIoJby3Wcjd12rvdp6xOMdMIKU48Qu6KwZK+mw== +stylelint-config-recommended-scss@16.0.1: + version "16.0.1" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-16.0.1.tgz#10ac6dab288832695a4f96f4cdc77a68aa7eca9f" + integrity sha512-wfpU6kmTUwPEHMACYdpt5wLM/aS44+sqE8yk82LkOkA7yVpAuTZDwd3m9762d0mRnNCn0JMUx4XfDVDmbb8hTA== dependencies: postcss-scss "^4.0.9" stylelint-config-recommended "^17.0.0"