diff --git a/.husky/pre-commit b/.husky/pre-commit index 20d0d06e..3867a0fe 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint diff --git a/Dockerfile b/Dockerfile index 4aa204a4..cf29ef78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20.3.1-alpine AS node -FROM alpine:3.19.0 +FROM alpine:3.19.1 COPY --from=node /usr/lib /usr/lib COPY --from=node /usr/local/lib /usr/local/lib diff --git a/package-lock.json b/package-lock.json index 1f15525f..f57dcfc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,19 +21,19 @@ "e2ed-init": "bin/init.js" }, "devDependencies": { - "@types/node": "20.11.6", + "@types/node": "20.11.8", "@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/parser": "6.19.1", "assert-modules-support-case-insensitive-fs": "1.0.1", "assert-package-lock-is-consistent": "1.0.0", - "devtools-protocol": "0.0.1250650", + "devtools-protocol": "0.0.1253004", "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-typescript-sort-keys": "3.1.0", - "husky": "8.0.3", + "husky": "9.0.6", "prettier": "3.2.4", "testcafe": "3.5.0", "typescript": "5.3.3" @@ -2202,9 +2202,9 @@ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" }, "node_modules/@types/node": { - "version": "20.11.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", - "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", + "version": "20.11.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.8.tgz", + "integrity": "sha512-i7omyekpPTNdv4Jb/Rgqg0RU8YqLcNsI12quKSDkRXNfx7Wxdm6HhK1awT3xTgEkgxPn3bvnSpiEAc7a7Lpyow==", "dependencies": { "undici-types": "~5.26.4" } @@ -3409,9 +3409,9 @@ "integrity": "sha512-fYXbFSeilT7bnKWFi4OERSPHdtaEoDGn4aUhV5Nly6/I+Tp6JZ/6Icmd7LVIF5euyodGpxz2e/bfUmDnIdSIDw==" }, "node_modules/devtools-protocol": { - "version": "0.0.1250650", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1250650.tgz", - "integrity": "sha512-id0NbDRM8vk2raKI+L1zs3W3R63lq+NBvpFcxXZRmeUFa/eF7q6Zo631T5SG4yBGH0J6F6uFLk8PmCiBmFmSHg==", + "version": "0.0.1253004", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1253004.tgz", + "integrity": "sha512-7lCOZyXLdAErSuZdL7QxlJAY2FHUTeqWHIZ/Z5qsYdS0TWrqABnIwbUkWImamdFjabD27A2058KI45hL2kHYNg==", "dev": true }, "node_modules/diff": { @@ -4812,15 +4812,15 @@ "integrity": "sha512-qLo/08cNc3Tb0uD7jK0jAcU5cnqCM0n568918E7R2XhMr/+7F37p4EY062W/stg7tmzvknNn9b/1+UhVRzsYrQ==" }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", + "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index d2c9b81a..9f039c49 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,19 @@ "testcafe-without-typecheck": "3.5.0-rc.1" }, "devDependencies": { - "@types/node": "20.11.6", + "@types/node": "20.11.8", "@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/parser": "6.19.1", "assert-modules-support-case-insensitive-fs": "1.0.1", "assert-package-lock-is-consistent": "1.0.0", - "devtools-protocol": "0.0.1250650", + "devtools-protocol": "0.0.1253004", "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-typescript-sort-keys": "3.1.0", - "husky": "8.0.3", + "husky": "9.0.6", "prettier": "3.2.4", "testcafe": "3.5.0", "typescript": "5.3.3"