diff --git a/package.json b/package.json index c5a2a60..cd933c7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@japa/runner": "^2.0.8", "@japa/spec-reporter": "^1.1.12", "@poppinss/dev-utils": "^2.0.3", - "@types/node": "^17.0.38", + "@types/node": "^20.8.9", "commitizen": "^4.2.4", "copyfiles": "^2.4.1", "cz-conventional-changelog": "^3.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2785c09..d402a0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ devDependencies: specifier: ^2.0.3 version: 2.0.3 '@types/node': - specifier: ^17.0.38 - version: 17.0.45 + specifier: ^20.8.9 + version: 20.8.9 commitizen: specifier: ^4.2.4 version: 4.3.0 @@ -1330,6 +1330,12 @@ packages: dev: true optional: true + /@types/node@20.8.9: + resolution: {integrity: sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==} + dependencies: + undici-types: 5.26.5 + dev: true + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true @@ -8605,6 +8611,10 @@ packages: random-bytes: 1.0.0 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'}