refactor: Consolidate hoisted package versions (#3724)

* 📦 Consolidate hoisted package versions

* 📦 Update `package-lock.json`

* 📦 Update `package-lock.json`

* 📦 Update `package-lock.json`
This commit is contained in:
Iván Ovejero 2022-07-24 17:13:01 +02:00 committed by GitHub
parent 1348349748
commit 8be36c261b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "n8n",
"version": "0.186.1",
"version": "0.187.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "n8n",
"version": "0.186.1",
"version": "0.187.1",
"dependencies": {
"@apidevtools/swagger-cli": "4.0.0",
"@babel/core": "^7.14.6",
@ -211,7 +211,7 @@
"node-html-markdown": "^1.1.3",
"node-notifier": ">=8.0.1",
"node-ssh": "^12.0.0",
"nodemailer": "^6.5.0",
"nodemailer": "^6.7.1",
"nodemon": "^2.0.2",
"normalize-wheel": "^1.0.1",
"oauth-1.0a": "^2.2.6",

View file

@ -84,7 +84,7 @@
"@types/request-promise-native": "~1.0.15",
"@types/superagent": "4.1.13",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.0",
"@types/uuid": "^8.3.2",
"@types/validator": "^13.7.0",
"concurrently": "^5.1.0",
"jest": "^27.4.7",
@ -122,7 +122,7 @@
"connect-history-api-fallback": "^1.6.0",
"convict": "^6.0.1",
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"crypto-js": "~4.1.1",
"csrf": "^3.1.0",
"dotenv": "^8.0.0",
"express": "^4.16.4",
@ -166,7 +166,7 @@
"swagger-ui-express": "^4.3.0",
"tslib": "1.14.1",
"typeorm": "0.2.45",
"uuid": "^8.3.0",
"uuid": "^8.3.2",
"validator": "13.7.0",
"winston": "^3.3.3",
"yamljs": "^0.3.0"

View file

@ -35,7 +35,7 @@
"@types/mime-types": "^2.1.0",
"@types/node": "^16.11.22",
"@types/request-promise-native": "~1.0.15",
"@types/uuid": "^8.3.4",
"@types/uuid": "^8.3.2",
"jest": "^27.4.7",
"source-map-support": "^0.5.9",
"ts-jest": "^27.1.3",

View file

@ -765,7 +765,7 @@
"n8n-core": "~0.127.0",
"node-html-markdown": "^1.1.3",
"node-ssh": "^12.0.0",
"nodemailer": "^6.5.0",
"nodemailer": "^6.7.1",
"pdf-parse": "^1.1.1",
"pg": "^8.3.0",
"pg-promise": "^10.5.8",