diff --git a/Gemfile.lock b/Gemfile.lock index 632f6a9..c895dda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,10 +179,10 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.17.0) multipart-post (2.1.1) - nokogiri (1.14.1) + nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.14.1-x86_64-linux) + nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) octokit (4.22.0) faraday (>= 0.9) @@ -214,10 +214,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.6.2) + regexp_parser (2.7.0) rexml (3.2.5) - rouge (4.0.1) - rubocop (1.44.1) + rouge (4.1.0) + rubocop (1.45.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) diff --git a/package.json b/package.json index eee06aa..79c304f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "braces": "^3.0.2", "browser-sync": "^2.27.11", "child_process": "^1.0.2", - "core-js": "^3.27.2", + "core-js": "^3.28.0", "del": "^6.1.1", "fancy-log": "^2.0.0", "fstream": "^1.0.12", diff --git a/yarn.lock b/yarn.lock index c4c5927..0b303d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2312,10 +2312,10 @@ core-js-compat@^3.25.1: dependencies: browserslist "^4.21.3" -core-js@^3.27.2: - version "3.27.2" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7" - integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w== +core-js@^3.28.0: + version "3.28.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a" + integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"