diff --git a/package.json b/package.json index 05d1af4..128091d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hazmi35/eslint-config": "^11.0.0", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.92", - "@types/node": "^18.18.3", + "@types/node": "^18.18.4", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.51.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46dc32f..f10be90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ dependencies: devDependencies: '@hazmi35/eslint-config': specifier: ^11.0.0 - version: 11.0.0(@eslint/js@8.50.0)(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) + version: 11.0.0(@eslint/js@8.51.0)(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) '@swc/cli': specifier: ^0.1.62 version: 0.1.62(@swc/core@1.3.92) @@ -20,8 +20,8 @@ devDependencies: specifier: ^1.3.92 version: 1.3.92 '@types/node': - specifier: ^18.18.3 - version: 18.18.3 + specifier: ^18.18.4 + version: 18.18.4 '@typescript-eslint/eslint-plugin': specifier: ^6.7.4 version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) @@ -82,17 +82,12 @@ packages: - supports-color dev: true - /@eslint/js@8.50.0: - resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@eslint/js@8.51.0: resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@hazmi35/eslint-config@11.0.0(@eslint/js@8.50.0)(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2): + /@hazmi35/eslint-config@11.0.0(@eslint/js@8.51.0)(@typescript-eslint/eslint-plugin@6.7.4)(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2): resolution: {integrity: sha512-haZj5Y227wWPupoPZmo28LupYeCfGhT4bmcw0a4xV3T1BpxjlgkAgMBCj5r//GNt/SeGV0O7nWvJfWCM4Ffuxw==} peerDependencies: '@eslint/js': '>=8.42.0' @@ -108,7 +103,7 @@ packages: typescript: optional: true dependencies: - '@eslint/js': 8.50.0 + '@eslint/js': 8.51.0 '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.7.4(eslint@8.51.0)(typescript@5.2.2) eslint: 8.51.0 @@ -367,7 +362,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.18.3 + '@types/node': 18.18.4 '@types/responselike': 1.0.0 dev: true @@ -382,17 +377,17 @@ packages: /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.18.3 + '@types/node': 18.18.4 dev: true - /@types/node@18.18.3: - resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} + /@types/node@18.18.4: + resolution: {integrity: sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==} dev: true /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.18.3 + '@types/node': 18.18.4 dev: true /@types/semver@7.5.0: