Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump express from 4.17.1 to 4.18.2 #149

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
729fbb2
chore(package): update gatsby-plugin-sitemap to version 4.3.1
depfu[bot] Jun 11, 2021
fb93e21
chore(package): update prettier to version 2.3.2
depfu[bot] Jun 27, 2021
38eb48a
build(deps): bump dns-packet from 1.3.1 to 1.3.4
dependabot[bot] May 28, 2021
437e31f
chore(package): update lint-staged to version 11.0.0
depfu[bot] Jun 27, 2021
de1118a
chore(package): update lint-staged to version 11.0.1
depfu[bot] Jul 14, 2021
1f4824c
chore(package): update lint-staged to version 11.1.0
depfu[bot] Jul 23, 2021
fb83b2d
build(deps): bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Aug 12, 2021
c8de6fd
fix(footer): fixes broken flag-image links
Addono Nov 23, 2021
b8caf57
build(deps): bump node-fetch from 2.6.0 to 2.6.1
dependabot[bot] Jan 22, 2022
0bc0508
build(deps): bump ws from 5.2.2 to 5.2.3
dependabot[bot] Jan 22, 2022
b263711
build(deps): bump nanoid from 3.1.20 to 3.2.0
dependabot[bot] Jan 22, 2022
c3f1407
build(deps): bump devcert from 1.1.3 to 1.2.1
dependabot[bot] Jun 3, 2022
31f205b
build(deps): bump minimist from 1.2.5 to 1.2.6
dependabot[bot] Jun 4, 2022
6555588
build(deps): bump engine.io from 4.1.1 to 4.1.2
dependabot[bot] Jun 4, 2022
f29ab06
build(deps): bump axios from 0.21.1 to 0.21.4
dependabot[bot] Jun 4, 2022
261a6ef
build(deps): bump simple-get from 3.1.0 to 3.1.1
dependabot[bot] Jun 4, 2022
a182fc4
build(deps): bump moment from 2.27.0 to 2.29.4
dependabot[bot] Jul 7, 2022
9312cbb
build(deps): bump jpeg-js from 0.4.1 to 0.4.4
dependabot[bot] Jun 17, 2022
663816a
build(deps): bump express from 4.17.1 to 4.18.2
dependabot[bot] Dec 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gatsby-plugin-robots-txt": "^1.5.6",
"gatsby-plugin-sass": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-sharp": "^3.3.0",
"node-sass": "^4.14.1",
Expand All @@ -39,8 +39,8 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"husky": "^4.3.4",
"lint-staged": "10",
"prettier": "2.3.1"
"lint-staged": "11.1.0",
"prettier": "2.3.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ const Footer = () => (
<li>
Proudly made in{' '}
<img
src="https://lipis.github.io/flag-icon-css/flags/4x3/nl.svg"
src="https://flagicons.lipis.dev/flags/4x3/nl.svg"
width="15px"
alt="Flag Netherlands"
/>{' '}
and{' '}
<img
src="https://lipis.github.io/flag-icon-css/flags/4x3/se.svg"
src="https://flagicons.lipis.dev/flags/4x3/se.svg"
width="15px"
alt="Flag Sweden"
/>
Expand Down
Loading