diff --git a/package-lock.json b/package-lock.json index 8685d64..0d5a810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,51 +10,51 @@ "license": "MIT", "dependencies": { "@guanghechen/helper-string": "4.7.1", - "@inquirer/prompts": "^7.0.1", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", - "adm-zip": "^0.5.16", - "axios": "^1.8.3", + "@inquirer/prompts": "7.0.1", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "adm-zip": "0.5.16", + "axios": "1.8.3", "chalk": "4.1.2", - "comment-json": "^4.2.3", - "dotenv": "^16.0.3", - "eslint": "^8.56.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^4.0.0", + "comment-json": "4.2.3", + "dotenv": "16.0.3", + "eslint": "8.57.1", + "eslint-config-prettier": "9.1.0", + "eslint-plugin-prettier": "4.2.1", "handlebars": "4.7.7", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.0", - "json-schema-to-typescript": "^15.0.4", - "jsonpath": "^1.1.1", + "http-proxy-agent": "7.0.0", + "https-proxy-agent": "7.0.0", + "json-schema-to-typescript": "15.0.4", + "jsonpath": "1.1.1", "lodash": "4.17.21", - "prettier": "^3.0.0", - "semver": "^7.5.4", + "prettier": "3.0.0", + "semver": "7.5.4", "shelljs": "0.8.5", - "slugify": "^1.6.6", - "socket.io-client": "^4.7.5", - "typescript": "~5.1.6", - "typescript-json-schema": "^0.63.0", + "slugify": "1.6.6", + "socket.io-client": "4.7.5", + "typescript": "5.1.6", + "typescript-json-schema": "0.63.0", "uuid": "9.0.0", - "validator": "^13.11.0", + "validator": "13.11.0", "yargs": "17.7.1" }, "bin": { "poly": "build/cli.js" }, "devDependencies": { - "@types/adm-zip": "^0.5.5", + "@types/adm-zip": "0.5.5", "@types/jest": "29.2.4", - "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.14.192", + "@types/jsonpath": "0.2.4", + "@types/lodash": "4.17.9", "@types/node": "18.11.18", - "@types/validator": "^13.11.1", - "copyfiles": "^2.4.1", + "@types/validator": "13.11.9", + "copyfiles": "2.4.1", "jest": "29.3.1", - "jest-summary-reporter": "^0.0.2", - "rimraf": "^4.4.1", - "tsc-alias": "^1.8.6", - "tslint": "^6.1.3", - "tslint-config-prettier": "^1.18.0" + "jest-summary-reporter": "0.0.2", + "rimraf": "4.4.1", + "tsc-alias": "1.8.6", + "tslint": "6.1.3", + "tslint-config-prettier": "1.18.0" }, "engines": { "node": ">=18.20.5" diff --git a/package.json b/package.json index b47c567..924d594 100644 --- a/package.json +++ b/package.json @@ -31,48 +31,48 @@ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "devDependencies": { - "@types/adm-zip": "^0.5.5", + "@types/adm-zip": "0.5.5", "@types/jest": "29.2.4", - "@types/jsonpath": "^0.2.4", - "@types/lodash": "^4.14.192", - "@types/validator": "^13.11.1", + "@types/jsonpath": "0.2.4", + "@types/lodash": "4.17.9", + "@types/validator": "13.11.9", "@types/node": "18.11.18", - "copyfiles": "^2.4.1", + "copyfiles": "2.4.1", "jest": "29.3.1", - "jest-summary-reporter": "^0.0.2", - "rimraf": "^4.4.1", - "tsc-alias": "^1.8.6", - "tslint": "^6.1.3", - "tslint-config-prettier": "^1.18.0" + "jest-summary-reporter": "0.0.2", + "rimraf": "4.4.1", + "tsc-alias": "1.8.6", + "tslint": "6.1.3", + "tslint-config-prettier": "1.18.0" }, "dependencies": { "@guanghechen/helper-string": "4.7.1", - "@inquirer/prompts": "^7.0.1", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", - "adm-zip": "^0.5.16", - "axios": "^1.8.3", + "@inquirer/prompts": "7.0.1", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "adm-zip": "0.5.16", + "axios": "1.8.3", "chalk": "4.1.2", - "comment-json": "^4.2.3", - "dotenv": "^16.0.3", - "eslint": "^8.56.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^4.0.0", + "comment-json": "4.2.3", + "dotenv": "16.0.3", + "eslint": "8.57.1", + "eslint-config-prettier": "9.1.0", + "eslint-plugin-prettier": "4.2.1", "handlebars": "4.7.7", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.0", - "json-schema-to-typescript": "^15.0.4", - "jsonpath": "^1.1.1", + "http-proxy-agent": "7.0.0", + "https-proxy-agent": "7.0.0", + "json-schema-to-typescript": "15.0.4", + "jsonpath": "1.1.1", "lodash": "4.17.21", - "prettier": "^3.0.0", - "semver": "^7.5.4", + "prettier": "3.0.0", + "semver": "7.5.4", "shelljs": "0.8.5", - "slugify": "^1.6.6", - "socket.io-client": "^4.7.5", - "typescript": "~5.1.6", - "typescript-json-schema": "^0.63.0", + "slugify": "1.6.6", + "socket.io-client": "4.7.5", + "typescript": "5.1.6", + "typescript-json-schema": "0.63.0", "uuid": "9.0.0", - "validator": "^13.11.0", + "validator": "13.11.0", "yargs": "17.7.1" }, "engines": {