diff --git a/package-lock.json b/package-lock.json index 6a82394..a391e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@silvermine/typescript-config": "git+https://github.com/silvermine/typescript-config#23213e33077089e723629dead5342abe6f3b3c8c", "@types/chai": "4.3.19", "@types/mocha": "5.2.7", - "@types/node": "12.20.45", + "@types/node": "20.17.1", "@types/sinon": "5.0.7", "chai": "4.5.0", "check-node-version": "4.2.1", @@ -2111,10 +2111,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "12.20.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz", - "integrity": "sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w==", - "dev": true + "version": "20.17.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz", + "integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==", + "dev": true, + "dependencies": { + "undici-types": "~6.19.2" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -12153,6 +12156,12 @@ "node": "*" } }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true + }, "node_modules/unified": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", @@ -14247,10 +14256,13 @@ "dev": true }, "@types/node": { - "version": "12.20.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz", - "integrity": "sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w==", - "dev": true + "version": "20.17.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz", + "integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==", + "dev": true, + "requires": { + "undici-types": "~6.19.2" + } }, "@types/normalize-package-data": { "version": "2.4.1", @@ -21932,6 +21944,12 @@ "util-deprecate": "^1.0.2" } }, + "undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true + }, "unified": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", diff --git a/package.json b/package.json index 50acdd0..2d4c283 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@silvermine/typescript-config": "git+https://github.com/silvermine/typescript-config#23213e33077089e723629dead5342abe6f3b3c8c", "@types/chai": "4.3.19", "@types/mocha": "5.2.7", - "@types/node": "12.20.45", + "@types/node": "20.17.1", "@types/sinon": "5.0.7", "chai": "4.5.0", "check-node-version": "4.2.1",