From 0e08b67a2eb4be8905a6abbe29230eeff0654ef7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:16:24 +0800 Subject: [PATCH] chore(deps): update dependency @types/node to v20 (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5ba227a..7d48e76 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "homepage": "https://github.com/sellerartifact/accesscontrol#readme", "devDependencies": { "@types/jest": "^22.1.3", - "@types/node": "^9.4.6", + "@types/node": "^20.0.0", "coveralls": "^3.0.0", "docma": "^1.5.3", "jest-cli": "^22.4.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22e1ad6..91cc83a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,8 +16,8 @@ importers: specifier: ^22.1.3 version: 22.2.3 '@types/node': - specifier: ^9.4.6 - version: 9.6.61 + specifier: ^20.0.0 + version: 20.14.6 coveralls: specifier: ^3.0.0 version: 3.1.1 @@ -109,8 +109,8 @@ packages: '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} - '@types/node@9.6.61': - resolution: {integrity: sha512-/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ==} + '@types/node@20.14.6': + resolution: {integrity: sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==} abab@1.0.4: resolution: {integrity: sha512-I+Wi+qiE2kUXyrRhNsWv6XsjUTBJjSoVSctKNBfLG5zG/Xe7Rjbxf13+vqYHNTwHaFU+FtSlVxOCTiMEVtPv0A==} @@ -2533,6 +2533,9 @@ packages: underscore@1.13.6: resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} @@ -2770,7 +2773,9 @@ snapshots: '@types/mdurl@2.0.0': {} - '@types/node@9.6.61': {} + '@types/node@20.14.6': + dependencies: + undici-types: 5.26.5 abab@1.0.4: {} @@ -5957,6 +5962,8 @@ snapshots: underscore@1.13.6: {} + undici-types@5.26.5: {} + union-value@1.0.1: dependencies: arr-union: 3.1.0