1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Bump overall package to update test libraries

This commit is contained in:
Dave Conway-Jones 2023-03-27 23:23:10 +01:00
parent bd23b5e3d3
commit 3e82a363b8
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643

View File

@ -33,29 +33,29 @@
"devDependencies": {
"exif": "^0.6.0",
"feedparser": "^2.2.10",
"grunt": "^1.4.1",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-jshint": "^2.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^3.4.0",
"markdown-it": "^12.3.0",
"mailparser": "^3.6.4",
"markdown-it": "^12.3.2",
"mocha": "~6.2.3",
"msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.2.0",
"ngeohash": "^0.6.3",
"node-red": "^2.1.4",
"node-red-node-test-helper": "^0.2.7",
"nodemailer": "^6.7.2",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.0",
"nodemailer": "^6.9.1",
"node-pop3": "^0.8.0",
"proxyquire": "^2.1.3",
"pushbullet": "^2.4.0",
"sentiment": "^2.1.0",
"should": "^13.2.3",
"sinon": "~7.5.0",
"smtp-server": "^3.10.0",
"smtp-server": "^3.11.0",
"supertest": "^4.0.2",
"when": "^3.7.8"
},