From 6a10036a43277695649075e3a66f33e22583b7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:56:08 +0000 Subject: [PATCH] chore(deps): update dependency @book000/node-utils to v1.12.16 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b9543941..da82db44 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lint": "run-z lint:prettier,lint:eslint,lint:tsc" }, "devDependencies": { - "@book000/node-utils": "1.12.15", + "@book000/node-utils": "1.12.16", "@types/jest": "29.5.11", "@types/node": "20.10.6", "@typescript-eslint/eslint-plugin": "6.17.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66db1b2e..2229981f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@book000/node-utils': - specifier: 1.12.15 - version: 1.12.15 + specifier: 1.12.16 + version: 1.12.16 '@types/jest': specifier: 29.5.11 version: 29.5.11 @@ -413,10 +413,10 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@book000/node-utils@1.12.15: - resolution: {integrity: sha512-b3vQu/01MzF0YcXQqg9X3cLreFhIJb8F37GsbSYAx+BrGEb4HFXHVUfCErWlf/WlPLXTfW5BBMrCcL2jsNEUXA==} + /@book000/node-utils@1.12.16: + resolution: {integrity: sha512-tRzUvUOfd7T5SKINzTTjslT2cowkm+QrJ+ytTOi5UZY2yOFj/Cqk8KRBre8eWfxOAIAQ3apPxZIA6e8s6Yy5vA==} dependencies: - axios: 1.6.4 + axios: 1.6.5 cycle: 1.0.3 form-data: 4.0.0 jsonc-parser: 3.2.0 @@ -1415,6 +1415,16 @@ packages: - debug dev: true + /axios@1.6.5: + resolution: {integrity: sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==} + dependencies: + follow-redirects: 1.15.4 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true + /babel-jest@29.7.0(@babel/core@7.23.3): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}