diff --git a/package.json b/package.json index 497f406..c0578fd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "author": "Scaleway", "devDependencies": { "@scaleway/eslint-config-react": "^3.15.8", - "@types/node": "^18.15.11", + "@types/node": "^20.12.6", "@types/shell-quote": "^1.7.1", "@typescript-eslint/parser": "^5.57.1", "@vercel/ncc": "^0.36.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f4b0f7..96706f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@actions/core': specifier: ^1.10.0 @@ -25,8 +29,8 @@ devDependencies: specifier: ^3.15.8 version: 3.15.8(eslint@8.37.0)(typescript@5.0.3) '@types/node': - specifier: ^18.15.11 - version: 18.15.11 + specifier: ^20.12.6 + version: 20.12.6 '@types/shell-quote': specifier: ^1.7.1 version: 1.7.1 @@ -327,8 +331,10 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/node@18.15.11: - resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} + /@types/node@20.12.6: + resolution: {integrity: sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==} + dependencies: + undici-types: 5.26.5 dev: true /@types/semver@7.3.13: @@ -2247,6 +2253,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /universal-user-agent@6.0.0: resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} dev: false