Skip to content

Commit

Permalink
chore(deps): pin dependencies (nuxt-modules#1117)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 23, 2021
1 parent c5b9f91 commit 67eccfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@
"@nuxtjs/module-test-utils": "1.6.3",
"@release-it/conventional-changelog": "2.0.1",
"@types/argparse": "2.0.5",
"@types/cookie": "^0.4.0",
"@types/cookie": "0.4.0",
"@types/finalhandler": "1.1.0",
"@types/jest": "26.0.20",
"@types/jest-dev-server": "4.2.0",
"@types/js-cookie": "^2.2.6",
"@types/js-cookie": "2.2.6",
"@types/jsdom": "16.2.6",
"@types/lodash.merge": "^4.6.6",
"@types/lodash.merge": "4.6.6",
"@types/request-promise-native": "1.0.17",
"@types/serve-static": "1.13.9",
"argparse": "2.0.1",
Expand All @@ -126,7 +126,7 @@
"jest": "26.6.3",
"jest-dev-server": "4.4.0",
"jsdom": "16.4.0",
"lodash.merge": "^4.6.2",
"lodash.merge": "4.6.2",
"messageformat": "2.3.0",
"nuxt": "2.15.2",
"playwright-chromium": "1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@
dependencies:
"@types/node" "*"

"@types/cookie@^0.4.0":
"@types/cookie@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.0.tgz#14f854c0f93d326e39da6e3b6f34f7d37513d108"
integrity sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==
Expand Down Expand Up @@ -2059,7 +2059,7 @@
jest-diff "^26.0.0"
pretty-format "^26.0.0"

"@types/js-cookie@^2.2.6":
"@types/js-cookie@2.2.6":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f"
integrity sha512-+oY0FDTO2GYKEV0YPvSshGq9t7YozVkgvXLty7zogQNuCxBhT9/3INX9Q7H1aRZ4SUDRXAKlJuA4EA5nTt7SNw==
Expand Down Expand Up @@ -2095,7 +2095,7 @@
resolved "https://registry.yarnpkg.com/@types/less/-/less-3.0.2.tgz#2761d477678c8374cb9897666871662eb1d1115e"
integrity sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==

"@types/lodash.merge@^4.6.6":
"@types/lodash.merge@4.6.6":
version "4.6.6"
resolved "https://registry.yarnpkg.com/@types/lodash.merge/-/lodash.merge-4.6.6.tgz#b84b403c1d31bc42d51772d1cd5557fa008cd3d6"
integrity sha512-IB90krzMf7YpfgP3u/EvZEdXVvm4e3gJbUvh5ieuI+o+XqiNEt6fCzqNRaiLlPVScLI59RxIGZMQ3+Ko/DJ8vQ==
Expand Down Expand Up @@ -8017,7 +8017,7 @@ lodash.memoize@^4.1.2:
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=

lodash.merge@^4.6.2:
lodash.merge@4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
Expand Down

0 comments on commit 67eccfe

Please sign in to comment.