From d95ae54c9a0f2c9ea4a802e984c6591958ee37aa Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Fri, 25 Oct 2024 17:32:41 -0500 Subject: [PATCH] drop @types/node version --- .github/dependabot.yml | 3 +++ package.json | 2 +- pnpm-lock.yaml | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1286697c..d8f055d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,6 @@ updates: versioning-strategy: "increase" labels: - "dependencies" + ignore: + - dependency-name: "@types/node" + update-types: ["version-update:semver-major"] diff --git a/package.json b/package.json index e38fa428..03e14264 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@favware/npm-deprecate": "^1.0.7", "@mxssfd/typedoc-theme": "^1.1.7", - "@types/node": "^20.17.1", + "@types/node": "^18.19.59", "@types/pako": "^2.0.3", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d489d1a..997ecfc9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: ^1.1.7 version: 1.1.7(typedoc@0.26.6(typescript@5.4.5)) '@types/node': - specifier: ^20.17.1 - version: 20.17.1 + specifier: ^18.19.59 + version: 18.19.59 '@types/pako': specifier: ^2.0.3 version: 2.0.3 @@ -230,6 +230,9 @@ packages: '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + '@types/node@18.19.59': + resolution: {integrity: sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==} + '@types/node@20.17.1': resolution: {integrity: sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==} @@ -1753,6 +1756,9 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} @@ -2046,6 +2052,10 @@ snapshots: dependencies: '@types/unist': 3.0.3 + '@types/node@18.19.59': + dependencies: + undici-types: 5.26.5 + '@types/node@20.17.1': dependencies: undici-types: 6.19.8 @@ -3775,6 +3785,8 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + undici-types@5.26.5: {} + undici-types@6.19.8: {} undici-types@6.20.0: {}