From 5e32fe15b9027d40885c65f9977e0cee53337ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:52:25 +0000 Subject: [PATCH] chore(deps): update dependency pino to ^8.15.3 (#2060) 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 | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`^8.15.1` -> `^8.15.3`](https://renovatebot.com/diffs/npm/pino/8.15.1/8.15.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pinojs/pino (pino) ### [`v8.15.3`](https://togithub.com/pinojs/pino/releases/tag/v8.15.3) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.2...v8.15.3) #### What's Changed - Disable FinalizationRegistry if node code coverage is active by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1819](https://togithub.com/pinojs/pino/pull/1819) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.2...v8.15.3 ### [`v8.15.2`](https://togithub.com/pinojs/pino/releases/tag/v8.15.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.1...v8.15.2) #### What's Changed - enable named export in browser.js by [@​tarunrajput](https://togithub.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1803](https://togithub.com/pinojs/pino/pull/1803) - Fix improperly placed quote by [@​Artrix9095](https://togithub.com/Artrix9095) in [https://github.com/pinojs/pino/pull/1810](https://togithub.com/pinojs/pino/pull/1810) - export the LoggerExtras interface by [@​ethanniser](https://togithub.com/ethanniser) in [https://github.com/pinojs/pino/pull/1813](https://togithub.com/pinojs/pino/pull/1813) #### New Contributors - [@​Artrix9095](https://togithub.com/Artrix9095) made their first contribution in [https://github.com/pinojs/pino/pull/1810](https://togithub.com/pinojs/pino/pull/1810) - [@​ethanniser](https://togithub.com/ethanniser) made their first contribution in [https://github.com/pinojs/pino/pull/1813](https://togithub.com/pinojs/pino/pull/1813) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.1...v8.15.2
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates 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/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- analyzer/api/package.json | 2 +- analyzer/react/package.json | 2 +- chromeless/package.json | 2 +- core/package.json | 2 +- framework-plugins/preact/package.json | 2 +- framework-plugins/react/package.json | 2 +- framework-plugins/solid/package.json | 2 +- framework-plugins/svelte/package.json | 2 +- framework-plugins/vue2/package.json | 2 +- framework-plugins/vue3/package.json | 2 +- loader/package.json | 2 +- pnpm-lock.yaml | 136 ++++++++++++++------------ 12 files changed, 82 insertions(+), 76 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index fe952310de6..0ebc5d49688 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -33,7 +33,7 @@ "@previewjs/serializable-values": "^9.0.1", "@previewjs/type-analyzer": "^10.0.1", "@previewjs/vfs": "^2.0.17", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0" }, "devDependencies": { diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 51701818444..f32cf30ed7e 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -36,7 +36,7 @@ "@types/prop-types": "^15.7.8", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.8", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "react": "^18.2.0", "rimraf": "^5.0.5", diff --git a/chromeless/package.json b/chromeless/package.json index cf955e708db..95dcabc0b70 100644 --- a/chromeless/package.json +++ b/chromeless/package.json @@ -27,7 +27,7 @@ "@previewjs/properties": "^5.0.1", "@previewjs/vfs": "^2.0.17", "express": "^4.18.2", - "pino": "^8.15.1", + "pino": "^8.15.3", "playwright": "^1.38.1", "typescript": "^5.2.2" }, diff --git a/core/package.json b/core/package.json index ebaae335b37..bdd9457495e 100644 --- a/core/package.json +++ b/core/package.json @@ -41,7 +41,7 @@ "globby": "^13.2.2", "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "rollup-plugin-friendly-type-imports": "^1.0.3", "ts-node": "^10.9.1", diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index b4464783d3b..977916436c2 100644 --- a/framework-plugins/preact/package.json +++ b/framework-plugins/preact/package.json @@ -38,7 +38,7 @@ "@previewjs/core": "workspace:*", "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "preact": "^10.18.0", "rimraf": "^5.0.5", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index 61e45044342..1caa1963f4c 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -34,7 +34,7 @@ "@previewjs/testing": "workspace:*", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.8", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "react": "^18.2.0", "unbuild": "^2.0.0", diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 69d0e132bf6..bc361bfc49a 100644 --- a/framework-plugins/solid/package.json +++ b/framework-plugins/solid/package.json @@ -40,7 +40,7 @@ "@previewjs/core": "workspace:*", "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "solid-js": "^1.7.12", "unbuild": "^2.0.0", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 11d2ca0a44d..6928c5bf5e3 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -43,7 +43,7 @@ "@previewjs/testing": "workspace:*", "@sveltejs/kit": "^1.25.0", "@types/fs-extra": "^11.0.2", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "unbuild": "^2.0.0", "vitest": "^0.34.6" diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index ab1fd03d762..8ce53f45e7e 100644 --- a/framework-plugins/vue2/package.json +++ b/framework-plugins/vue2/package.json @@ -45,7 +45,7 @@ "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", "@types/fs-extra": "^11.0.2", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 26e6f2fe3b5..fc803dfb336 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -49,7 +49,7 @@ "@vue/runtime-core": "^3.3.4", "@vue/runtime-dom": "^3.3.4", "@vue/shared": "^3.3.4", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/loader/package.json b/loader/package.json index 5020fc7dcf4..f6c4d3ba079 100644 --- a/loader/package.json +++ b/loader/package.json @@ -49,7 +49,7 @@ "exclusive-promises": "^1.0.3", "execa": "^8.0.1", "fs-extra": "^11.1.1", - "pino": "^8.15.1", + "pino": "^8.15.3", "pino-pretty": "^10.2.0", "pnpm": "^8.8.0", "proper-lockfile": "^4.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 810587d9f14..e5cfaf4d03a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: ^2.0.17 version: link:../../vfs pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -118,8 +118,8 @@ importers: specifier: ^18.2.8 version: 18.2.8 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -243,8 +243,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 playwright: specifier: ^1.38.1 version: 1.38.1 @@ -358,8 +358,8 @@ importers: specifier: ^3.2.0 version: 3.2.0 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -507,8 +507,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -698,8 +698,8 @@ importers: specifier: ^18.2.8 version: 18.2.8 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2195,8 +2195,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2347,8 +2347,8 @@ importers: specifier: ^11.0.2 version: 11.0.2 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2651,8 +2651,8 @@ importers: specifier: ^11.0.2 version: 11.0.2 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2833,8 +2833,8 @@ importers: specifier: ^3.3.4 version: 3.3.4 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -3121,8 +3121,8 @@ importers: specifier: ^11.1.1 version: 11.1.1 pino: - specifier: ^8.15.1 - version: 8.15.1 + specifier: ^8.15.3 + version: 8.15.3 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -3860,6 +3860,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: false /@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} @@ -4606,11 +4607,9 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.21.4) + '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) - transitivePeerDependencies: - - supports-color dev: true /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): @@ -4633,11 +4632,9 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.22.10 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.10) + '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.10) - transitivePeerDependencies: - - supports-color /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.22.20): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} @@ -4646,11 +4643,9 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20) - transitivePeerDependencies: - - supports-color /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.21.4): resolution: {integrity: sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A==} @@ -5732,7 +5727,6 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -6257,16 +6251,14 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - transitivePeerDependencies: - - supports-color dev: true /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8): @@ -6296,16 +6288,14 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - transitivePeerDependencies: - - supports-color /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.20): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} @@ -6315,16 +6305,14 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - transitivePeerDependencies: - - supports-color /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} @@ -6617,7 +6605,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -6640,7 +6628,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.10 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 @@ -6651,7 +6639,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 @@ -6736,7 +6724,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -6757,7 +6745,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.10) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.20): @@ -6767,7 +6755,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.20) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): @@ -12983,7 +12971,7 @@ packages: '@previewjs/serializable-values': 9.0.1 '@previewjs/type-analyzer': 10.0.1 '@previewjs/vfs': 2.0.17 - pino: 8.15.1 + pino: 8.15.3 pino-pretty: 10.2.0 dev: false @@ -13023,7 +13011,7 @@ packages: globby: 13.2.2 html-escaper: 3.0.3 http-terminator: 3.2.0 - pino: 8.15.1 + pino: 8.15.3 pino-pretty: 10.2.0 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.1(@types/node@20.7.1)(typescript@5.2.2) @@ -19760,9 +19748,9 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.22.10 - '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.10) + '@babel/core': 7.22.20 + '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.20) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.20) vite: 4.0.4(@types/node@20.7.1) vue: 3.3.4 transitivePeerDependencies: @@ -19776,9 +19764,9 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.22.10 - '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.10) + '@babel/core': 7.22.20 + '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.20) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.20) vite: 4.3.9(@types/node@20.7.1) vue: 3.3.4 transitivePeerDependencies: @@ -20076,6 +20064,26 @@ packages: svg-tags: 1.0.0 transitivePeerDependencies: - supports-color + dev: false + + /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.22.20): + resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20) + '@babel/template': 7.22.15 + '@babel/traverse': 7.22.20 + '@babel/types': 7.22.19 + '@vue/babel-helper-vue-transform-on': 1.1.5 + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.22.10): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} @@ -22429,8 +22437,6 @@ packages: '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.20) '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.20) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 - transitivePeerDependencies: - - supports-color dev: false /babel-preset-jest@27.5.1(@babel/core@7.21.8): @@ -35338,8 +35344,8 @@ packages: /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} - /pino@8.15.1: - resolution: {integrity: sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==} + /pino@8.15.3: + resolution: {integrity: sha512-wDds1+DH8VaREe4fpLEKttGnDoLiX3KR3AP5bHsrRwEZ93y+Z/HFC03zkGSxpIGWKDHg24sloVqGcIWoLCkTLQ==} hasBin: true dependencies: atomic-sleep: 1.0.0