From 6f996cd911e872a16e8ce00664660c98b7a8e3cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:40:29 +0000 Subject: [PATCH] chore(deps): update dependency pino to ^8.17.1 --- 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 | 182 ++++++++++---------------- 12 files changed, 78 insertions(+), 126 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index 0b5389c93280..79dcce3f0d95 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -33,7 +33,7 @@ "@previewjs/serializable-values": "^9.0.3", "@previewjs/type-analyzer": "^10.1.2", "@previewjs/vfs": "^2.1.1", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3" }, "devDependencies": { diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 9cf813ba3f5d..5bd51492588f 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.45", "@types/react-dom": "^18.2.17", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "react": "^18.2.0", "rimraf": "^5.0.5", diff --git a/chromeless/package.json b/chromeless/package.json index 54372e2edadd..491cbe4744fd 100644 --- a/chromeless/package.json +++ b/chromeless/package.json @@ -27,7 +27,7 @@ "@previewjs/properties": "^5.0.3", "@previewjs/vfs": "^2.1.1", "express": "^4.18.2", - "pino": "^8.16.2", + "pino": "^8.17.1", "playwright": "^1.40.1", "typescript": "^5.3.3" }, diff --git a/core/package.json b/core/package.json index ba7906a0f142..d24c55305384 100644 --- a/core/package.json +++ b/core/package.json @@ -39,7 +39,7 @@ "globby": "^13.2.2", "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "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 0f5808704ac0..c602dd93cb95 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.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "preact": "^10.19.3", "rimraf": "^5.0.5", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index 1b222b70e022..08311baa6ebe 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -34,7 +34,7 @@ "@previewjs/testing": "workspace:*", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.17", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "react": "^18.2.0", "unbuild": "^2.0.0", diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 25bcc9cf5e22..a7873e9ca092 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.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "solid-js": "^1.8.7", "unbuild": "^2.0.0", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 63502a139fee..d4d6a7b62488 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -43,7 +43,7 @@ "@previewjs/testing": "workspace:*", "@sveltejs/kit": "^1.30.3", "@types/fs-extra": "^11.0.4", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "unbuild": "^2.0.0", "vitest": "^0.34.6" diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 3a1527f805c4..c56753f5f9ba 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.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 879cdef9046a..603f857b66c2 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -49,7 +49,7 @@ "@vue/runtime-core": "^3.3.11", "@vue/runtime-dom": "^3.3.11", "@vue/shared": "^3.3.11", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/loader/package.json b/loader/package.json index 79ef15693bc4..a799ed2c54a6 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.16.2", + "pino": "^8.17.1", "pino-pretty": "^10.2.3", "pnpm": "^8.12.1", "rimraf": "^5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ef47ba0bb0e..cde9ec72c469 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: ^2.1.1 version: link:../../vfs pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -118,8 +118,8 @@ importers: specifier: ^18.2.17 version: 18.2.17 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -243,8 +243,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 playwright: specifier: ^1.40.1 version: 1.40.1 @@ -353,8 +353,8 @@ importers: specifier: ^3.2.0 version: 3.2.0 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -499,8 +499,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -690,8 +690,8 @@ importers: specifier: ^18.2.17 version: 18.2.17 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -2187,8 +2187,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -2339,8 +2339,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -2643,8 +2643,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -2825,8 +2825,8 @@ importers: specifier: ^3.3.11 version: 3.3.11 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -3122,8 +3122,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 pino: - specifier: ^8.16.2 - version: 8.16.2 + specifier: ^8.17.1 + version: 8.17.1 pino-pretty: specifier: ^10.2.3 version: 10.2.3 @@ -3849,60 +3849,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.5): resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} @@ -4703,13 +4649,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): @@ -4719,13 +4663,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): @@ -4735,13 +4677,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.5): @@ -5560,6 +5500,15 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.22.20): + resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} @@ -5710,15 +5659,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.21.8): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.20): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -5747,6 +5687,7 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.21.8): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -5756,7 +5697,6 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - dev: false /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.20): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -5766,7 +5706,6 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - dev: true /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -7341,7 +7280,20 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.21.8) + '@babel/types': 7.23.5 + + /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.22.20): + resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.20 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.20) '@babel/types': 7.23.5 /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.23.5): @@ -7354,7 +7306,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5) '@babel/types': 7.23.5 /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): @@ -8017,7 +7969,7 @@ packages: '@babel/compat-data': 7.21.9 '@babel/core': 7.22.20 '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.20) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.21.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.20) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.22.20) @@ -8085,7 +8037,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.20) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.20) '@babel/preset-modules': 0.1.5(@babel/core@7.22.20) - '@babel/types': 7.21.5 + '@babel/types': 7.23.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.20) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.20) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.20) @@ -8103,7 +8055,7 @@ packages: '@babel/compat-data': 7.21.9 '@babel/core': 7.23.5 '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.21.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.23.5) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.23.5) @@ -8171,7 +8123,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.23.5) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.23.5) '@babel/preset-modules': 0.1.5(@babel/core@7.23.5) - '@babel/types': 7.21.5 + '@babel/types': 7.23.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.5) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.5) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.5) @@ -13110,7 +13062,7 @@ packages: '@previewjs/serializable-values': 9.0.3 '@previewjs/type-analyzer': 10.1.2 '@previewjs/vfs': 2.1.1 - pino: 8.16.2 + pino: 8.17.1 pino-pretty: 10.2.3 dev: false @@ -13158,7 +13110,7 @@ packages: globby: 13.2.2 html-escaper: 3.0.3 http-terminator: 3.2.0 - pino: 8.16.2 + pino: 8.17.1 pino-pretty: 10.2.3 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.2(@types/node@20.10.4)(typescript@5.3.3) @@ -13632,7 +13584,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.3(rollup@3.28.1) + '@rollup/pluginutils': 5.0.2(rollup@3.28.1) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 @@ -27506,8 +27458,8 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.22.20) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.22.20) eslint: 8.55.0 lodash: 4.17.21 string-natural-compare: 3.0.1 @@ -35936,8 +35888,8 @@ packages: /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} - /pino@8.16.2: - resolution: {integrity: sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==} + /pino@8.17.1: + resolution: {integrity: sha512-YoN7/NJgnsJ+fkADZqjhRt96iepWBndQHeClmSBH0sQWCb8zGD74t00SK4eOtKFi/f8TUmQnfmgglEhd2kI1RQ==} hasBin: true dependencies: atomic-sleep: 1.0.0