Skip to content

Commit

Permalink
Bump callsites from 3.1.0 to 4.0.0 in /packages/core
Browse files Browse the repository at this point in the history
Bumps [callsites](https://github.com/sindresorhus/callsites) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/callsites/releases)
- [Commits](sindresorhus/callsites@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: callsites
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2021
1 parent a5bd131 commit 38928eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@oclif/plugin-autocomplete": "^0.3.0",
"@types/node": "^16.7.3",
"callsites": "^3.1.0",
"callsites": "^4.0.0",
"dotenv": "^10.0.0",
"download-package-tarball": "^1.0.7",
"escape-string-regexp": "^5.0.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1628,11 +1628,16 @@ call-me-maybe@^1.0.1:
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=

callsites@^3.0.0, callsites@^3.1.0:
callsites@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

callsites@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.0.0.tgz#8014cea4fedfe681a30e2f7d2d557dd95808a92a"
integrity sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ==

camelcase-keys@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
Expand Down

0 comments on commit 38928eb

Please sign in to comment.