Merge remote-tracking branch 'origin/renovate/pin-dependencies'

This commit is contained in:
Jake Howard 2022-09-09 16:54:03 +01:00
commit d2f4612ab5
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 16 additions and 16 deletions

16
package-lock.json generated
View File

@ -9,14 +9,14 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"gatsby": "^3.14.6",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sri": "^1.1.0",
"gatsby-theme-code-notes": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"gatsby": "3.14.6",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-plugin-sri": "1.1.0",
"gatsby-theme-code-notes": "2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
},
"node_modules/@alexcarpenter/slugify": {

View File

@ -9,14 +9,14 @@
"start": "gatsby develop"
},
"dependencies": {
"gatsby": "^3.14.6",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sri": "^1.1.0",
"gatsby-theme-code-notes": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"gatsby": "3.14.6",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-plugin-sri": "1.1.0",
"gatsby-theme-code-notes": "2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"repository": {
"type": "git",