Merge branch 'master' of github.com:2martens/2martens.de
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-14 09:18:54 +01:00
3 changed files with 10 additions and 10 deletions

View File

@ -179,10 +179,10 @@ GEM
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.17.0) minitest (5.17.0)
multipart-post (2.1.1) multipart-post (2.1.1)
nokogiri (1.14.1) nokogiri (1.14.2)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux) nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.22.0) octokit (4.22.0)
faraday (>= 0.9) faraday (>= 0.9)
@ -214,10 +214,10 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (2.6.2) regexp_parser (2.7.0)
rexml (3.2.5) rexml (3.2.5)
rouge (4.0.1) rouge (4.1.0)
rubocop (1.44.1) rubocop (1.45.1)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.0.0) parser (>= 3.2.0.0)

View File

@ -16,7 +16,7 @@
"braces": "^3.0.2", "braces": "^3.0.2",
"browser-sync": "^2.27.11", "browser-sync": "^2.27.11",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"core-js": "^3.27.2", "core-js": "^3.28.0",
"del": "^6.1.1", "del": "^6.1.1",
"fancy-log": "^2.0.0", "fancy-log": "^2.0.0",
"fstream": "^1.0.12", "fstream": "^1.0.12",

View File

@ -2312,10 +2312,10 @@ core-js-compat@^3.25.1:
dependencies: dependencies:
browserslist "^4.21.3" browserslist "^4.21.3"
core-js@^3.27.2: core-js@^3.28.0:
version "3.27.2" version "3.28.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a"
integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w== integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==
core-util-is@1.0.2, core-util-is@~1.0.0: core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2" version "1.0.2"