Merge 04cb3188769ecf6e5419e04a7641d510942d75e0 into bb01f26f068b8e083e35fdf19dc9b36f8cf67068

This commit is contained in:
Rotzbua 2024-12-06 15:23:49 -03:00 committed by GitHub
commit 6efe1debd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View File

@ -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": {

View File

@ -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"
}
}

View File

@ -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"
}