diff --git a/CHANGELOG.md b/CHANGELOG.md index 2504169..0f999ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 4.1.4 + + - Pin all dependencies to explicit version + ### 4.1.3 - Update axios dependency (fixes GHSA-43fc-jf86-j433) (#55) @hlovdal diff --git a/package-lock.json b/package-lock.json index e72fc06..cc8f8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,32 +1,32 @@ { "name": "node-red-admin", - "version": "4.1.3", + "version": "4.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-red-admin", - "version": "4.1.3", + "version": "4.1.4", "license": "Apache-2.0", "dependencies": { - "ansi-colors": "^4.1.3", - "axios": "^1.13.5", - "bcryptjs": "3.0.2", - "cli-table": "^0.3.11", - "enquirer": "^2.3.6", - "minimist": "^1.2.8", - "mustache": "^4.2.0", - "read": "^3.0.1" + "ansi-colors": "4.1.3", + "axios": "1.14.0", + "bcryptjs": "3.0.3", + "cli-table": "0.3.11", + "enquirer": "2.4.1", + "minimist": "1.2.8", + "mustache": "4.2.0", + "read": "3.0.1" }, "bin": { "node-red-admin": "node-red-admin.js" }, "devDependencies": { - "mocha": "^11.1.0", - "nyc": "^17.1.0", - "should": "^13.2.3", - "sinon": "^20.0.0", - "sinon-test": "^3.1.6" + "mocha": "11.7.5", + "nyc": "17.1.0", + "should": "13.2.3", + "sinon": "20.0.0", + "sinon-test": "3.1.6" }, "engines": { "node": ">=18" @@ -955,14 +955,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", + "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/balanced-match": { @@ -973,9 +973,9 @@ "license": "MIT" }, "node_modules/bcryptjs": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.2.tgz", - "integrity": "sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.3.tgz", + "integrity": "sha512-GlF5wPWnSa/X5LKM1o0wz0suXIINz1iHRLvTS+sLyi7XPbe5ycmYI3DlZqVGZZtDgl4DmasFg7gOB3JYbphV5g==", "license": "BSD-3-Clause", "bin": { "bcrypt": "bin/bcrypt" @@ -1874,6 +1874,16 @@ "node": ">=8" } }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", @@ -2277,9 +2287,9 @@ } }, "node_modules/mocha": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz", - "integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==", + "version": "11.7.5", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", + "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", "dev": true, "license": "MIT", "dependencies": { @@ -2291,6 +2301,7 @@ "find-up": "^5.0.0", "glob": "^10.4.5", "he": "^1.2.0", + "is-path-inside": "^3.0.3", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", "minimatch": "^9.0.5", @@ -2833,10 +2844,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 3aec25e..b6c9ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-admin", - "version": "4.1.3", + "version": "4.1.4", "description": "The Node-RED admin command line interface", "homepage": "https://nodered.org", "bugs": { @@ -28,21 +28,21 @@ "coverage": "nyc report --reporter=lcov" }, "dependencies": { - "ansi-colors": "^4.1.3", - "axios": "^1.13.5", - "bcryptjs": "3.0.2", - "cli-table": "^0.3.11", - "enquirer": "^2.3.6", - "minimist": "^1.2.8", - "mustache": "^4.2.0", - "read": "^3.0.1" + "ansi-colors": "4.1.3", + "axios": "1.14.0", + "bcryptjs": "3.0.3", + "cli-table": "0.3.11", + "enquirer": "2.4.1", + "minimist": "1.2.8", + "mustache": "4.2.0", + "read": "3.0.1" }, "devDependencies": { - "mocha": "^11.1.0", - "nyc": "^17.1.0", - "should": "^13.2.3", - "sinon": "^20.0.0", - "sinon-test": "^3.1.6" + "mocha": "11.7.5", + "nyc": "17.1.0", + "should": "13.2.3", + "sinon": "20.0.0", + "sinon-test": "3.1.6" }, "optionalDependencies": { "@node-rs/bcrypt": "1.10.7"