Pin dependencies (#43)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-15 21:54:39 +02:00 committed by GitHub
parent 0663c3975d
commit 2e828b688d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
"gatsby-plugin-sass": "4.13.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.1",
"mongoose": "^6.0.5",
"mongoose": "6.0.5",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
@ -33,8 +33,8 @@
"sass": "1.39.0"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@vercel/node": "^1.12.1",
"@types/mongoose": "5.11.97",
"@vercel/node": "1.12.1",
"eslint": "7.32.0",
"eslint-plugin-react": "7.25.1"
}

View File

@ -1598,7 +1598,7 @@
dependencies:
"@types/node" "*"
"@types/mongoose@^5.11.97":
"@types/mongoose@5.11.97":
version "5.11.97"
resolved "https://registry.yarnpkg.com/@types/mongoose/-/mongoose-5.11.97.tgz#80b0357f3de6807eb597262f52e49c3e13ee14d8"
integrity sha512-cqwOVYT3qXyLiGw7ueU2kX9noE8DPGRY6z8eUxudhXY8NZ7DMKYAxyZkLSevGfhCX3dO/AoX5/SO9lAzfjon0Q==
@ -1783,7 +1783,7 @@
"@typescript-eslint/types" "4.30.0"
eslint-visitor-keys "^2.0.0"
"@vercel/node@^1.12.1":
"@vercel/node@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.12.1.tgz#15f42f64690f904f8a52a387123ce0958657060f"
integrity sha512-NcawIY05BvVkWlsowaxF2hl/hJg475U8JvT2FnGykFPMx31q1/FtqyTw/awSrKfOSRXR0InrbEIDIelmS9NzPA==
@ -7068,7 +7068,7 @@ mongodb@4.1.1:
optionalDependencies:
saslprep "^1.0.0"
mongoose@*, mongoose@^6.0.5:
mongoose@*, mongoose@6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.0.5.tgz#42648005d13b49261c757607d1f23761b59a610d"
integrity sha512-1MoG52oosjEK8z45DHQVbakP6DJG1sbQI/ZASBW8sZRV+rCaG/pC3L3wWjrsiped/2+uhvanWM9C89F2n6bQ3w==