Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2020
1 parent cb24d87 commit 60f070a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"serialize-to-js": ">=2.0.0",
"serialize-to-js": "3.1.1",
"typescript": "4.1.3"
},
"scripts": {
Expand All @@ -39,10 +39,10 @@
"lint-fix": "npm-run-all --parallel lint-fix:*"
},
"resolutions": {
"serialize-to-js": ">=2.0.0",
"serialize-to-js": "3.1.1",
"node-forge": ">=0.10.0"
},
"devDependencies": {
"vercel": "^21.0.1"
"vercel": "21.0.1"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5507,7 +5507,7 @@ send@0.17.1:
range-parser "~1.2.1"
statuses "~1.5.0"

serialize-to-js@>=2.0.0, serialize-to-js@^3.0.0:
serialize-to-js@3.1.1, serialize-to-js@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/serialize-to-js/-/serialize-to-js-3.1.1.tgz#b3e77d0568ee4a60bfe66287f991e104d3a1a4ac"
integrity sha512-F+NGU0UHMBO4Q965tjw7rvieNVjlH6Lqi2emq/Lc9LUURYJbiCzmpi4Cy1OOjjVPtxu0c+NE85LU6968Wko5ZA==
Expand Down Expand Up @@ -6386,7 +6386,7 @@ vendors@^1.0.0:
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==

vercel@^21.0.1:
vercel@21.0.1:
version "21.0.1"
resolved "https://registry.yarnpkg.com/vercel/-/vercel-21.0.1.tgz#85d8052dcdf93f9fc62b6404d3a8cd8b8a1b2874"
integrity sha512-N3xS1ydENdtC/i4RrJXg7Z9C0XSA8c0PQSM58WG+TkYY7BvSihv5kLqQHjzj9AXHkaY76bTfEpSLi1kmp0PjnQ==
Expand Down

0 comments on commit 60f070a

Please sign in to comment.