diff --git a/package.json b/package.json index 602a5b201..603bb081d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "js-yaml": "4.1.0", "json-stringify-safe": "5.0.1", "jsonata": "2.0.5", - "lodash.clonedeep": "^4.5.0", + "lodash.clonedeep": "4.5.0", "media-typer": "1.1.0", "memorystore": "1.6.7", "mime": "3.0.0", @@ -73,7 +73,7 @@ "passport-http-bearer": "1.0.1", "passport-oauth2-client-password": "0.1.2", "raw-body": "2.5.2", - "rfdc": "^1.3.1", + "rfdc": "1.4.1", "semver": "7.5.4", "tar": "7.2.0", "tough-cookie": "4.1.4", @@ -88,8 +88,8 @@ "devDependencies": { "dompurify": "2.4.1", "grunt": "1.6.1", - "grunt-chmod": "~1.1.1", - "grunt-cli": "~1.4.3", + "grunt-chmod": "1.1.1", + "grunt-cli": "1.4.3", "grunt-concurrent": "3.0.0", "grunt-contrib-clean": "2.0.1", "grunt-contrib-compress": "2.0.0", @@ -101,25 +101,25 @@ "grunt-jsdoc": "2.4.1", "grunt-jsdoc-to-markdown": "6.0.0", "grunt-jsonlint": "2.1.3", - "grunt-mkdir": "~1.1.0", - "grunt-npm-command": "~0.1.2", - "grunt-sass": "~3.1.0", - "grunt-simple-mocha": "~0.4.1", - "grunt-simple-nyc": "^3.0.1", + "grunt-mkdir": "1.1.0", + "grunt-npm-command": "0.1.2", + "grunt-sass": "3.1.0", + "grunt-simple-mocha": "0.4.1", + "grunt-simple-nyc": "3.0.1", "i18next-http-backend": "1.4.1", "jquery-i18next": "1.2.1", "jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "marked": "4.3.0", - "mermaid": "^10.4.0", + "mermaid": "10.9.1", "minami": "1.2.3", "mocha": "9.2.2", - "node-red-node-test-helper": "^0.3.3", + "node-red-node-test-helper": "^0.3.4", "nodemon": "2.0.20", - "proxy": "^1.0.2", + "proxy": "1.0.2", "sass": "1.62.1", "should": "13.2.3", "sinon": "11.1.2", - "stoppable": "^1.1.0", + "stoppable": "1.1.0", "supertest": "6.3.3" }, "engines": { diff --git a/packages/node_modules/@node-red/runtime/package.json b/packages/node_modules/@node-red/runtime/package.json index b7c0699d1..25c502f0e 100644 --- a/packages/node_modules/@node-red/runtime/package.json +++ b/packages/node_modules/@node-red/runtime/package.json @@ -23,6 +23,6 @@ "express": "4.19.2", "fs-extra": "11.2.0", "json-stringify-safe": "5.0.1", - "rfdc": "^1.3.1" + "rfdc": "1.4.1" } } diff --git a/packages/node_modules/@node-red/util/package.json b/packages/node_modules/@node-red/util/package.json index f47a54976..4d60e2f7b 100644 --- a/packages/node_modules/@node-red/util/package.json +++ b/packages/node_modules/@node-red/util/package.json @@ -19,7 +19,7 @@ "i18next": "21.10.0", "json-stringify-safe": "5.0.1", "jsonata": "2.0.5", - "lodash.clonedeep": "^4.5.0", + "lodash.clonedeep": "4.5.0", "moment": "2.30.1", "moment-timezone": "0.5.45" }