diff --git a/package.json b/package.json index 1322817..0262ca7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "source-map-js": "^1.2.0" }, "devDependencies": { - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@vitest/coverage-v8": "^1.4.0", "@vitest/ui": "^1.4.0", "ast-types": "^0.16.1", @@ -58,7 +58,7 @@ "magicast": "workspace:*", "prettier": "^3.2.5", "recast": "^0.23.6", - "simple-git-hooks": "^2.11.0", + "simple-git-hooks": "^2.11.1", "source-map": "npm:source-map-js@latest", "typescript": "^5.4.3", "unbuild": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51dbb6c..2a7eba0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: version: 1.2.0 devDependencies: '@types/node': - specifier: ^20.11.30 - version: 20.11.30 + specifier: ^20.12.2 + version: 20.12.2 '@vitest/coverage-v8': specifier: ^1.4.0 version: 1.4.0(vitest@1.4.0) @@ -76,8 +76,8 @@ importers: specifier: ^0.23.6 version: 0.23.6 simple-git-hooks: - specifier: ^2.11.0 - version: 2.11.0 + specifier: ^2.11.1 + version: 2.11.1 source-map: specifier: npm:source-map-js@latest version: /source-map-js@1.0.2 @@ -89,7 +89,7 @@ importers: version: 2.0.0(typescript@5.4.3) vitest: specifier: ^1.4.0 - version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + version: 1.4.0(@types/node@20.12.2)(@vitest/ui@1.4.0) packages: @@ -1327,8 +1327,8 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/node@20.11.30: - resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} + /@types/node@20.12.2: + resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} dependencies: undici-types: 5.26.5 dev: true @@ -1498,7 +1498,7 @@ packages: strip-literal: 2.0.0 test-exclude: 6.0.0 v8-to-istanbul: 9.2.0 - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + vitest: 1.4.0(@types/node@20.12.2)(@vitest/ui@1.4.0) transitivePeerDependencies: - supports-color dev: true @@ -1545,7 +1545,7 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + vitest: 1.4.0(@types/node@20.12.2)(@vitest/ui@1.4.0) dev: true /@vitest/utils@1.4.0: @@ -4281,8 +4281,8 @@ packages: engines: {node: '>=14'} dev: true - /simple-git-hooks@2.11.0: - resolution: {integrity: sha512-Wab2uzjGJEL8Kx+2UY8waUSfkiolt2RbaAJWvPCjaAEXrrKoS7JqPk4STiIVl/yt3asZRUzFoK2ryhwvgh5rYw==} + /simple-git-hooks@2.11.1: + resolution: {integrity: sha512-tgqwPUMDcNDhuf1Xf6KTUsyeqGdgKMhzaH4PAZZuzguOgTl5uuyeYe/8mWgAr6IBxB5V06uqEf6Dy37gIWDtDg==} hasBin: true requiresBuild: true dev: true @@ -4772,7 +4772,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node@1.4.0(@types/node@20.11.30): + /vite-node@1.4.0(@types/node@20.12.2): resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4781,7 +4781,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.11(@types/node@20.11.30) + vite: 5.0.11(@types/node@20.12.2) transitivePeerDependencies: - '@types/node' - less @@ -4793,7 +4793,7 @@ packages: - terser dev: true - /vite@5.0.11(@types/node@20.11.30): + /vite@5.0.11(@types/node@20.12.2): resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4821,7 +4821,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 esbuild: 0.19.11 postcss: 8.4.33 rollup: 4.9.5 @@ -4829,7 +4829,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0): + /vitest@1.4.0(@types/node@20.12.2)(@vitest/ui@1.4.0): resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4854,7 +4854,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 '@vitest/expect': 1.4.0 '@vitest/runner': 1.4.0 '@vitest/snapshot': 1.4.0 @@ -4873,8 +4873,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.5.1 tinypool: 0.8.2 - vite: 5.0.11(@types/node@20.11.30) - vite-node: 1.4.0(@types/node@20.11.30) + vite: 5.0.11(@types/node@20.12.2) + vite-node: 1.4.0(@types/node@20.12.2) why-is-node-running: 2.2.2 transitivePeerDependencies: - less