diff --git a/package-lock.json b/package-lock.json index 1e7b65c..a817c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,13 @@ "": { "name": "worknest", "version": "1.0.0", + "license": "UNLICENSED", "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@playwright/test": "^1.49.1", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.6", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.8.0" }, @@ -1080,16 +1081,16 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.5.tgz", - "integrity": "sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.6.tgz", + "integrity": "sha512-xTowloQX5tfs9TC6SUHnKuBSx/TUx+9w39zRTbVrB70DxUJZh3OZWnOa0LbejxVX9adYuioGJoP4dpQ04QHehg==", "dev": true, "license": "MIT", "dependencies": { "listr2": "^10.2.1", "picomatch": "^4.0.4", "string-argv": "^0.3.2", - "tinyexec": "^1.1.2" + "tinyexec": "1.2.2" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -1101,7 +1102,7 @@ "url": "https://opencollective.com/lint-staged" }, "optionalDependencies": { - "yaml": "^2.8.4" + "yaml": "^2.9.0" } }, "node_modules/listr2": { @@ -1717,9 +1718,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz", - "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.2.tgz", + "integrity": "sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index eeecd3a..eb49800 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@commitlint/config-conventional": "19.8.1", "@playwright/test": "^1.49.1", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.6", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.8.0" }