diff --git a/package.json b/package.json index c5a2a60..79470de 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.9.2", "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..8e96193 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.9.2 + version: 20.9.2 commitizen: specifier: ^4.2.4 version: 4.3.0 @@ -1330,6 +1330,12 @@ packages: dev: true optional: true + /@types/node@20.9.2: + resolution: {integrity: sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==} + 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'}