From 6b4d553434a715bb6fbaaed5ec5d79fc90647397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:45:50 +0000 Subject: [PATCH] Update dependency superjson to v2.1.0 (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [superjson](https://togithub.com/blitz-js/superjson) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/superjson/2.0.0/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/superjson/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superjson/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superjson/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
blitz-js/superjson (superjson) ### [`v2.1.0`](https://togithub.com/blitz-js/superjson/releases/tag/v2.1.0) [Compare Source](https://togithub.com/blitz-js/superjson/compare/v2.0.0...v2.1.0) ##### What's Changed - Strip constructor, prototype, and **proto** properties in the serialize step by [@​tmcw](https://togithub.com/tmcw) in [https://github.com/blitz-js/superjson/pull/267](https://togithub.com/blitz-js/superjson/pull/267) - docs: add tmcw as a contributor for bug, and code by [@​allcontributors](https://togithub.com/allcontributors) in [https://github.com/blitz-js/superjson/pull/269](https://togithub.com/blitz-js/superjson/pull/269) - add "main" to package.json by [@​kidqueb](https://togithub.com/kidqueb) in [https://github.com/blitz-js/superjson/pull/264](https://togithub.com/blitz-js/superjson/pull/264) - docs: add kidqueb as a contributor for bug, and code by [@​allcontributors](https://togithub.com/allcontributors) in [https://github.com/blitz-js/superjson/pull/270](https://togithub.com/blitz-js/superjson/pull/270) ##### New Contributors - [@​tmcw](https://togithub.com/tmcw) made their first contribution in [https://github.com/blitz-js/superjson/pull/267](https://togithub.com/blitz-js/superjson/pull/267) - [@​kidqueb](https://togithub.com/kidqueb) made their first contribution in [https://github.com/blitz-js/superjson/pull/264](https://togithub.com/blitz-js/superjson/pull/264) **Full Changelog**: https://github.com/blitz-js/superjson/compare/v2.0.0...v2.1.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3am,before 9am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ettorepuccetti/terrarossa). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0e30f7..d6faf9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "nodemailer": "^6.9.6", "react": "18.2.0", "react-dom": "18.2.0", - "superjson": "2.0.0", + "superjson": "2.1.0", "util": "^0.12.5", "zod": "^3.22.4", "zustand": "^4.4.3" @@ -6856,9 +6856,9 @@ "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" }, "node_modules/superjson": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.0.0.tgz", - "integrity": "sha512-W3n+NJ7TFjaLle8ihIIvsr/bbuKpnxeatsyjmhy7iSkom+/cshaHziCQAWXrHGWJVQSQFDOuES6C3nSEvcbrQg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.1.0.tgz", + "integrity": "sha512-VrMxSzMeE2nLmTvxOl0gEuz45kErw5oNNIzmZJ+eCmtSO89sUzRIIOhATJOdkSOn4eChekU835RtmPqp33S7JQ==", "dependencies": { "copy-anything": "^3.0.2" }, diff --git a/package.json b/package.json index 512a609..ec40d99 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "nodemailer": "^6.9.6", "react": "18.2.0", "react-dom": "18.2.0", - "superjson": "2.0.0", + "superjson": "2.1.0", "util": "^0.12.5", "zod": "^3.22.4", "zustand": "^4.4.3"