diff --git a/package-lock.json b/package-lock.json index 0aecd5c2..6cbd3cb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3487,9 +3487,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==", + "version": "4.17.16", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz", + "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==", "dev": true, "license": "MIT" }, @@ -13181,9 +13181,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -15646,6 +15646,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -16744,7 +16745,7 @@ }, "packages/eslint-config": { "name": "@stanlemon/eslint-config", - "version": "3.0.21", + "version": "3.0.22", "license": "MIT", "dependencies": { "@eslint/js": "^9.21.0", @@ -16760,14 +16761,27 @@ "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "globals": "^16.0.0", - "prettier": "^3.5.2", - "typescript": "^5.7.3", + "prettier": "^3.5.3", + "typescript": "^5.8.2", "typescript-eslint": "^8.25.0" }, "engines": { "node": ">=22.12.0" } }, + "packages/eslint-config/node_modules/typescript": { + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "packages/react-couchdb-authentication": { "name": "@stanlemon/react-couchdb-authentication", "version": "0.10.23", @@ -16831,7 +16845,7 @@ }, "packages/server": { "name": "@stanlemon/server", - "version": "0.3.42", + "version": "0.3.43", "license": "MIT", "dependencies": { "@stanlemon/webdev": "*", @@ -16850,7 +16864,7 @@ }, "devDependencies": { "@stanlemon/eslint-config": "*", - "@types/lodash": "^4.17.15", + "@types/lodash": "^4.17.16", "nodemon": "^3.1.9" }, "engines": { @@ -16893,7 +16907,7 @@ }, "packages/webdev": { "name": "@stanlemon/webdev", - "version": "0.2.28", + "version": "0.2.29", "license": "MIT", "dependencies": { "@babel/cli": "^7.26.4", @@ -16917,7 +16931,7 @@ "less-loader": "^12.2.0", "react-refresh": "^0.16.0", "style-loader": "^4.0.0", - "typescript": "^5.7.3", + "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", @@ -16939,6 +16953,19 @@ "react": ">=18.0.0", "react-dom": ">=18.0.0" } + }, + "packages/webdev/node_modules/typescript": { + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } } } } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 254c7243..e1287cd6 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/eslint-config", - "version": "3.0.21", + "version": "3.0.22", "description": "My typical eslint setup, but without all the copy and paste.", "keywords": [ "eslint" @@ -35,8 +35,8 @@ "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "globals": "^16.0.0", - "prettier": "^3.5.2", - "typescript": "^5.7.3", + "prettier": "^3.5.3", + "typescript": "^5.8.2", "typescript-eslint": "^8.25.0" } } \ No newline at end of file diff --git a/packages/server/package.json b/packages/server/package.json index 1cf2432d..58abd204 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/server", - "version": "0.3.42", + "version": "0.3.43", "description": "A basic express web server setup.", "author": "Stan Lemon ", "license": "MIT", @@ -35,7 +35,7 @@ }, "devDependencies": { "@stanlemon/eslint-config": "*", - "@types/lodash": "^4.17.15", + "@types/lodash": "^4.17.16", "nodemon": "^3.1.9" } } \ No newline at end of file diff --git a/packages/webdev/package.json b/packages/webdev/package.json index 620cda8c..7b34a051 100644 --- a/packages/webdev/package.json +++ b/packages/webdev/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/webdev", - "version": "0.2.28", + "version": "0.2.29", "description": "My typical web development setup, but without all the copy and paste.", "keywords": [ "webpack", @@ -43,7 +43,7 @@ "less-loader": "^12.2.0", "react-refresh": "^0.16.0", "style-loader": "^4.0.0", - "typescript": "^5.7.3", + "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4",