diff --git a/package-lock.json b/package-lock.json index a5c4e2c..f6820e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/gulp": "^4.0.17", - "@types/gulp-if": "^0.0.34", + "@types/gulp-if": "^3.0.4", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", "@types/node": "^18.11.9", @@ -2268,13 +2268,23 @@ } }, "node_modules/@types/gulp-if": { - "version": "0.0.34", - "resolved": "https://registry.npmjs.org/@types/gulp-if/-/gulp-if-0.0.34.tgz", - "integrity": "sha512-r2A04hHDC+ZWMRAm+3q6/UeC3ggvl+TZm9P1+2umnp4q9bOlBmUQnR178Io3c0DkZPQAwup8VNtOvmvaWCpP5w==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/gulp-if/-/gulp-if-3.0.4.tgz", + "integrity": "sha512-H4IMVqoiw6sRj9HQzh75+TAft7lAz1iEr9oUcLUNvlj/gMQtQRzFHnJOeWRBdc1+nD1fsMcB8LMGG0trzi/Uvg==", "dev": true, - "license": "MIT", "dependencies": { - "@types/node": "*", + "@types/gulp-match": "*", + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/gulp-match": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@types/gulp-match/-/gulp-match-1.1.5.tgz", + "integrity": "sha512-FF1YFUQduj2i7kzT9j13jK3L0G+eTvRyPYrBET25n+/MfUZqvNeRkmwNweqQqBjzlHWbrPc0J0G8MXxl5hTJDg==", + "dev": true, + "dependencies": { + "@types/minimatch": "*", "@types/vinyl": "*" } }, @@ -2348,6 +2358,12 @@ "@types/node": "*" } }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, "node_modules/@types/node": { "version": "18.19.59", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.59.tgz", diff --git a/package.json b/package.json index a17b6ff..e4f3bee 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/gulp": "^4.0.17", - "@types/gulp-if": "^0.0.34", + "@types/gulp-if": "^3.0.4", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", "@types/node": "^18.11.9",