From 9b12798a0a35defd8c7573c668c3c57360a2092f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:37:07 +1100 Subject: [PATCH] Bump skuba from 7.4.1 to 7.5.0 (#94) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 42 +++++++++++++++++++++++++++++++----------- 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index b445e8d..dd063a7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/node": "20.11.19", "eslint-plugin-zod-openapi": "^0.1.0", "fastify": "4.26.1", - "skuba": "7.4.1", + "skuba": "7.5.0", "zod": "3.22.4", "zod-openapi": "2.13.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f8270c..d1e1934 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,8 +26,8 @@ devDependencies: specifier: 4.26.1 version: 4.26.1 skuba: - specifier: 7.4.1 - version: 7.4.1(@babel/core@7.23.9) + specifier: 7.5.0 + version: 7.5.0(@babel/core@7.23.9) zod: specifier: 3.22.4 version: 3.22.4 @@ -3466,7 +3466,7 @@ packages: bser: 2.1.1 dev: true - /fdir@6.0.1(picomatch@3.0.1): + /fdir@6.0.1(picomatch@4.0.1): resolution: {integrity: sha512-bdrUUb0eYQrPRlaAtlSRoLs7sp6yKEwbMQuUgwvi/14TnaqhM/deSZUrC5ic+yjm5nEPPWE61oWpTTxQFQMmLA==} peerDependencies: picomatch: 2.x @@ -3474,7 +3474,7 @@ packages: picomatch: optional: true dependencies: - picomatch: 3.0.1 + picomatch: 4.0.1 dev: true /figures@2.0.0: @@ -5884,9 +5884,9 @@ packages: engines: {node: '>=8.6'} dev: true - /picomatch@3.0.1: - resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} - engines: {node: '>=10'} + /picomatch@4.0.1: + resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==} + engines: {node: '>=12'} dev: true /pify@3.0.0: @@ -6451,6 +6451,10 @@ packages: object-inspect: 1.12.3 dev: true + /siginfo@2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + dev: true + /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: true @@ -6495,8 +6499,8 @@ packages: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true - /skuba@7.4.1(@babel/core@7.23.9): - resolution: {integrity: sha512-+Flhf18ZBiLdylnt35zNi1Bc4pTXOTRUvp7SAY4u/53Sq6wSz20pz/r1KeVxo9pDPGKVIZeaSnNk73sf2Ld1Pw==} + /skuba@7.5.0(@babel/core@7.23.9): + resolution: {integrity: sha512-RCHmGnYlsbo9NhvT4FgKNCSTQpUClmFJD4t7ITyaIiDU9Nm+bZLCSgofOSnPa9dMxbxWgYTUFiT/VAHKogS9qA==} engines: {node: '>=18.12'} hasBin: true peerDependencies: @@ -6523,7 +6527,8 @@ packages: eslint: 8.36.0 eslint-config-skuba: 3.1.0(eslint@8.36.0)(jest@29.5.0)(typescript@5.3.3) execa: 5.1.1 - fdir: 6.0.1(picomatch@3.0.1) + fast-glob: 3.3.2 + fdir: 6.0.1(picomatch@4.0.1) fs-extra: 11.1.1 function-arguments: 1.0.9 get-port: 5.1.1 @@ -6539,7 +6544,7 @@ packages: normalize-package-data: 6.0.0 npm-run-path: 4.0.1 npm-which: 3.0.1 - picomatch: 3.0.1 + picomatch: 4.0.1 prettier: 3.2.5 prettier-plugin-packagejson: 2.4.11(prettier@3.2.5) read-pkg-up: 7.0.1 @@ -6555,6 +6560,7 @@ packages: tsconfig-seek: 2.0.0 typescript: 5.3.3 validate-npm-package-name: 5.0.0 + why-is-node-running: 2.2.2 zod: 3.22.4 transitivePeerDependencies: - '@babel/core' @@ -6601,6 +6607,7 @@ packages: /socks@2.7.3: resolution: {integrity: sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + deprecated: please use 2.7.4 or 2.8.1 to fix package-lock issue dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 @@ -6717,6 +6724,10 @@ packages: escape-string-regexp: 2.0.0 dev: true + /stackback@0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + dev: true + /statuses@2.0.1: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} @@ -7402,6 +7413,15 @@ packages: isexe: 2.0.0 dev: true + /why-is-node-running@2.2.2: + resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + engines: {node: '>=8'} + hasBin: true + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + dev: true + /word-wrap@1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'}