From 8519ab7b568ffa3154a1b2615212274c972db3ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:19:48 +0000 Subject: [PATCH] chore(deps): update dependency pino to ^8.19.0 (#2482) 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.18.0` -> `^8.19.0`](https://renovatebot.com/diffs/npm/pino/8.18.0/8.19.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.18.0/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.18.0/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pinojs/pino (pino) ### [`v8.19.0`](https://togithub.com/pinojs/pino/releases/tag/v8.19.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.18.0...v8.19.0) #### What's Changed - api.md: Fix link declaration by [@​homersimpsons](https://togithub.com/homersimpsons) in [/~https://github.com/pinojs/pino/pull/1900](https://togithub.com/pinojs/pino/pull/1900) - Update transports.md by [@​huijiewei](https://togithub.com/huijiewei) in [/~https://github.com/pinojs/pino/pull/1897](https://togithub.com/pinojs/pino/pull/1897) - Add a basic `formatters` option to the browser pino by [@​KatelynKim](https://togithub.com/KatelynKim) in [/~https://github.com/pinojs/pino/pull/1898](https://togithub.com/pinojs/pino/pull/1898) - `setLevel` should respect level comparison option by [@​obrus-corcentric](https://togithub.com/obrus-corcentric) in [/~https://github.com/pinojs/pino/pull/1901](https://togithub.com/pinojs/pino/pull/1901) - Add formatters log option by [@​KatelynKim](https://togithub.com/KatelynKim) in [/~https://github.com/pinojs/pino/pull/1905](https://togithub.com/pinojs/pino/pull/1905) #### New Contributors - [@​homersimpsons](https://togithub.com/homersimpsons) made their first contribution in [/~https://github.com/pinojs/pino/pull/1900](https://togithub.com/pinojs/pino/pull/1900) - [@​huijiewei](https://togithub.com/huijiewei) made their first contribution in [/~https://github.com/pinojs/pino/pull/1897](https://togithub.com/pinojs/pino/pull/1897) - [@​KatelynKim](https://togithub.com/KatelynKim) made their first contribution in [/~https://github.com/pinojs/pino/pull/1898](https://togithub.com/pinojs/pino/pull/1898) **Full Changelog**: /~https://github.com/pinojs/pino/compare/v8.18.0...v8.19.0
--- ### 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 | 171 +++++++++++--------------- 12 files changed, 80 insertions(+), 113 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index 45a41ec86b8..8984df9ee37 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -33,7 +33,7 @@ "@previewjs/serializable-values": "^9.0.4", "@previewjs/type-analyzer": "^10.1.3", "@previewjs/vfs": "^2.1.2", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1" }, "devDependencies": { diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 6fc0a41802e..b58dbf94448 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -36,7 +36,7 @@ "@types/prop-types": "^15.7.11", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "react": "^18.2.0", "rimraf": "^5.0.5", diff --git a/chromeless/package.json b/chromeless/package.json index 9e0008d39c9..d875f46a37e 100644 --- a/chromeless/package.json +++ b/chromeless/package.json @@ -27,7 +27,7 @@ "@previewjs/properties": "^5.0.4", "@previewjs/vfs": "^2.1.2", "express": "^4.18.2", - "pino": "^8.18.0", + "pino": "^8.19.0", "playwright": "^1.41.2", "typescript": "^5.3.3" }, diff --git a/core/package.json b/core/package.json index df9ccd79ad1..7e421fb606f 100644 --- a/core/package.json +++ b/core/package.json @@ -39,7 +39,7 @@ "globby": "^14.0.1", "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "rollup-plugin-friendly-type-imports": "^1.0.3", "ts-node": "^10.9.2", diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index 5c0e9fdb18b..7529be53797 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.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "preact": "^10.19.5", "rimraf": "^5.0.5", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index 021b8e46183..c207343b7ad 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -34,7 +34,7 @@ "@previewjs/testing": "workspace:*", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "react": "^18.2.0", "unbuild": "^2.0.0", diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 72a3326810d..02f9a23d8a9 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.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "solid-js": "^1.8.15", "unbuild": "^2.0.0", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 2ed6920a5c1..cedd6467162 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -43,7 +43,7 @@ "@previewjs/testing": "workspace:*", "@sveltejs/kit": "^2.5.0", "@types/fs-extra": "^11.0.4", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "unbuild": "^2.0.0", "vitest": "^1.3.0" diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 72ea876e704..b89d63ab609 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.4", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index ffddf9873e5..8aefa4e18c7 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -49,7 +49,7 @@ "@vue/runtime-core": "^3.4.19", "@vue/runtime-dom": "^3.4.19", "@vue/shared": "^3.4.19", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/loader/package.json b/loader/package.json index 2875d6fde0b..f22cce941e9 100644 --- a/loader/package.json +++ b/loader/package.json @@ -55,7 +55,7 @@ "exclusive-promises": "^1.0.3", "execa": "^8.0.1", "fs-extra": "^11.2.0", - "pino": "^8.18.0", + "pino": "^8.19.0", "pino-pretty": "^10.3.1", "pnpm": "^8.15.3", "rimraf": "^5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9066e2b58ab..38d6698d44f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: ^2.1.2 version: link:../../vfs pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -118,8 +118,8 @@ importers: specifier: ^18.2.19 version: 18.2.19 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -243,8 +243,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 playwright: specifier: ^1.41.2 version: 1.41.2 @@ -353,8 +353,8 @@ importers: specifier: ^3.2.0 version: 3.2.0 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -499,8 +499,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -690,8 +690,8 @@ importers: specifier: ^18.2.19 version: 18.2.19 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -2187,8 +2187,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -2339,8 +2339,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -2643,8 +2643,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -2825,8 +2825,8 @@ importers: specifier: ^3.4.19 version: 3.4.19 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -3122,8 +3122,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 pino: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.19.0 + version: 8.19.0 pino-pretty: specifier: ^10.3.1 version: 10.3.1 @@ -3603,6 +3603,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: false /@babel/core@7.23.5: resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} @@ -3825,6 +3826,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + dev: false /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.7): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} @@ -3843,60 +3845,6 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.21.4): - resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: true - - /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.21.8): - resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: false - - /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.20): - resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.22.20 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: true - /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.23.7): resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} @@ -4169,6 +4117,7 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: false /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -4324,6 +4273,7 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + dev: false /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.7): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} @@ -4704,13 +4654,11 @@ packages: '@babel/core': ^7.0.0-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.15(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) + '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.21.4) - transitivePeerDependencies: - - supports-color dev: true /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.21.8): @@ -4720,13 +4668,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.21.8) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8) + '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color dev: false /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.22.20): @@ -4736,13 +4682,11 @@ packages: '@babel/core': ^7.0.0-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.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20) + '@babel/helper-split-export-declaration': 7.22.6 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.20) - transitivePeerDependencies: - - supports-color dev: true /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.23.7): @@ -5738,6 +5682,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: false /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -6066,6 +6011,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 + dev: false /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} @@ -7702,6 +7648,7 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) + dev: false /@babel/plugin-transform-typescript@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==} @@ -13414,7 +13361,7 @@ packages: '@previewjs/serializable-values': 9.0.4 '@previewjs/type-analyzer': 10.1.3 '@previewjs/vfs': 2.1.2 - pino: 8.18.0 + pino: 8.19.0 pino-pretty: 10.3.1 dev: false @@ -13476,7 +13423,7 @@ packages: globby: 13.2.2 html-escaper: 3.0.3 http-terminator: 3.2.0 - pino: 8.18.0 + pino: 8.19.0 pino-pretty: 10.3.1 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.2(@types/node@20.10.6)(typescript@5.3.3) @@ -13519,7 +13466,7 @@ packages: globby: 14.0.1 html-escaper: 3.0.3 http-terminator: 3.2.0 - pino: 8.18.0 + pino: 8.19.0 pino-pretty: 10.3.1 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.2(@types/node@20.10.6)(typescript@5.3.3) @@ -20283,9 +20230,9 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) + '@babel/core': 7.23.7 + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) vite: 4.0.4(@types/node@20.10.6) vue: 3.4.19(typescript@5.3.3) transitivePeerDependencies: @@ -20299,9 +20246,9 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) + '@babel/core': 7.23.7 + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) vite: 4.3.9(@types/node@20.10.6) vue: 3.4.19(typescript@5.3.3) transitivePeerDependencies: @@ -20600,6 +20547,26 @@ packages: svg-tags: 1.0.0 transitivePeerDependencies: - supports-color + dev: false + + /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.7): + resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-module-imports': 7.22.15 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.7 + '@babel/types': 7.23.6 + '@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.20): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} @@ -36378,8 +36345,8 @@ packages: /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} - /pino@8.18.0: - resolution: {integrity: sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==} + /pino@8.19.0: + resolution: {integrity: sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==} hasBin: true dependencies: atomic-sleep: 1.0.0