diff --git a/analyzer/api/package.json b/analyzer/api/package.json index 4efb4aa44281..b6fd393decb4 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0" }, "devDependencies": { diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 69785a3752f8..e8ac6a87bfed 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -36,7 +36,7 @@ "@types/prop-types": "^15.7.12", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", - "pino": "^8.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "react": "^18.3.1", "rimraf": "^5.0.7", diff --git a/chromeless/package.json b/chromeless/package.json index 576153b12dd1..96cbfd88dc5e 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.19.2", - "pino": "^8.21.0", + "pino": "^9.1.0", "playwright": "^1.43.1", "typescript": "^5.4.5" }, diff --git a/core/package.json b/core/package.json index 18603c446c2c..ae386cc52545 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "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 116e24786a4f..28f1c27bdcca 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "preact": "^10.22.0", "rimraf": "^5.0.7", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index 52f92e35e63e..a7fb1d2fedff 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -34,7 +34,7 @@ "@previewjs/testing": "workspace:*", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", - "pino": "^8.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "react": "^18.3.1", "unbuild": "^2.0.0", diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 41442ba90532..e530d54da773 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "solid-js": "^1.8.17", "unbuild": "^2.0.0", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 4d5bca39fe5a..e41387eeb6a4 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -43,7 +43,7 @@ "@previewjs/testing": "workspace:*", "@sveltejs/kit": "^2.5.10", "@types/fs-extra": "^11.0.4", - "pino": "^8.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "unbuild": "^2.0.0", "vitest": "^1.6.0" diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 0f76dc42f566..e7b51ccdc1c1 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "rimraf": "^5.0.7", "shx": "^0.3.4", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 4b4f6f45fe9d..99dbdafbf426 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -49,7 +49,7 @@ "@vue/runtime-core": "^3.4.27", "@vue/runtime-dom": "^3.4.27", "@vue/shared": "^3.4.27", - "pino": "^8.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "rimraf": "^5.0.7", "shx": "^0.3.4", diff --git a/loader/package.json b/loader/package.json index 59d8e1a58170..465bebddcc9e 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.21.0", + "pino": "^9.1.0", "pino-pretty": "^11.1.0", "pnpm": "^8.15.8", "rimraf": "^5.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 42d6110017c2..0012b10739c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: ^2.1.2 version: link:../../vfs pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -118,8 +118,8 @@ importers: specifier: ^18.3.0 version: 18.3.0 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -243,8 +243,8 @@ importers: specifier: ^4.19.2 version: 4.19.2 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 playwright: specifier: ^1.43.1 version: 1.43.1 @@ -353,8 +353,8 @@ importers: specifier: ^3.2.0 version: 3.2.0 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -499,8 +499,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -690,8 +690,8 @@ importers: specifier: ^18.3.0 version: 18.3.0 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -2187,8 +2187,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -2339,8 +2339,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -2643,8 +2643,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -2825,8 +2825,8 @@ importers: specifier: ^3.4.27 version: 3.4.27 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -3122,8 +3122,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 pino: - specifier: ^8.21.0 - version: 8.21.0 + specifier: ^9.1.0 + version: 9.1.0 pino-pretty: specifier: ^11.1.0 version: 11.1.0 @@ -3878,6 +3878,77 @@ packages: '@babel/helper-split-export-declaration': 7.24.5 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'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.7 + '@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.23.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.24.5): resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} @@ -4326,7 +4397,6 @@ packages: '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color - dev: false /@babel/helper-replace-supers@7.22.9(@babel/core@7.21.4): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} @@ -4419,7 +4489,6 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.23.6 - dev: false /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} @@ -4825,11 +4894,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@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/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): @@ -4839,11 +4910,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.24.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8) - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@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/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): @@ -4853,11 +4926,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) - '@babel/helper-plugin-utils': 7.24.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20) - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@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/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): @@ -4867,11 +4942,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.24.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.7) - '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.23.7) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.23.7) + transitivePeerDependencies: + - supports-color /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.24.5): resolution: {integrity: sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A==} @@ -6984,7 +7061,7 @@ packages: '@babel/core': 7.21.4 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8): @@ -7007,7 +7084,7 @@ packages: '@babel/core': 7.22.20 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.23.7): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} @@ -7018,7 +7095,7 @@ packages: '@babel/core': 7.23.7 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.24.5): @@ -7030,7 +7107,7 @@ packages: '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} @@ -7123,8 +7200,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8): @@ -7144,8 +7221,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.22.20) - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.22.20) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.24.5): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} @@ -7154,8 +7231,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} @@ -37867,6 +37944,10 @@ packages: /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} + dev: false + + /pino-std-serializers@7.0.0: + resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==} /pino@8.21.0: resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} @@ -37883,6 +37964,23 @@ packages: safe-stable-stringify: 2.4.2 sonic-boom: 3.7.0 thread-stream: 2.7.0 + dev: false + + /pino@9.1.0: + resolution: {integrity: sha512-qUcgfrlyOtjwhNLdbhoL7NR4NkHjzykAPw0V2QLFbvu/zss29h4NkRnibyFzBrNCbzCOY3WZ9hhKSwfOkNggYA==} + hasBin: true + dependencies: + atomic-sleep: 1.0.0 + fast-redact: 3.2.0 + on-exit-leak-free: 2.1.0 + pino-abstract-transport: 1.2.0 + pino-std-serializers: 7.0.0 + process-warning: 3.0.0 + quick-format-unescaped: 4.0.4 + real-require: 0.2.0 + safe-stable-stringify: 2.4.2 + sonic-boom: 4.0.1 + thread-stream: 3.0.1 /pirates@4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} @@ -43409,6 +43507,7 @@ packages: resolution: {integrity: sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==} dependencies: atomic-sleep: 1.0.0 + dev: false /sonic-boom@4.0.1: resolution: {integrity: sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==} @@ -45078,6 +45177,12 @@ packages: resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==} dependencies: real-require: 0.2.0 + dev: false + + /thread-stream@3.0.1: + resolution: {integrity: sha512-O5O/RbdV3CjhtwFa4slXvrb/26lzsf4/NMts3QFIRniIsi+584QSneJXaHXasqcZO+B7pWZkr+4h9knhnAQevg==} + dependencies: + real-require: 0.2.0 /throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==}