Bump trim-off-newlines from 1.0.1 to 1.0.3

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-17 09:35:36 +00:00 committed by GitHub
parent e3abe9e240
commit ed200cfd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

76
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"n8n-nodes-base": "^0.158.0",
"n8n-nodes-base": "^0.161.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
@ -15917,6 +15917,11 @@
"integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
"dev": true
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"node_modules/lodash.once": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
@ -17598,9 +17603,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/n8n-core": {
"version": "0.102.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-0.102.0.tgz",
"integrity": "sha512-9/suLELO/HBoEZ06bEv3cN7HZoR43qZlubM0BDXDhXJHBasfKcfegXYYacSfBxtTVX71cLffVgshJoJt8OtDcw==",
"version": "0.104.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-0.104.0.tgz",
"integrity": "sha512-rh8ooCF0zeVjic6JWByuCzcltpeV/OJjUmLcChXU3S6peggCvazvxlU6GOF/+YT69CeQdHwhTmOXSEevu0uzVQ==",
"dependencies": {
"axios": "^0.21.1",
"client-oauth2": "^4.2.5",
@ -17611,7 +17616,7 @@
"form-data": "^4.0.0",
"lodash.get": "^4.4.2",
"mime-types": "^2.1.27",
"n8n-workflow": "~0.84.0",
"n8n-workflow": "~0.86.0",
"oauth-1.0a": "^2.2.6",
"p-cancelable": "^2.0.0",
"qs": "^6.10.1",
@ -17664,9 +17669,9 @@
}
},
"node_modules/n8n-nodes-base": {
"version": "0.158.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.158.0.tgz",
"integrity": "sha512-qs/T0S2BHrovOFh6mnCRpuY9qhKZxub160+qtvXMVsiUWCpKEW1eIA4owYHLH3DLYqW0izQJap0sGlZEzV3xTg==",
"version": "0.161.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.161.0.tgz",
"integrity": "sha512-WRTzmzDO3dKZF6WRzQ/d6w2TaYLoPUb+X1kjDWaxF5omwz6UFc63dVtJ+irhyQR8wRj3/ytdrS3xEMDxZ9vXlg==",
"dependencies": {
"@kafkajs/confluent-schema-registry": "1.0.6",
"@types/lossless-json": "^1.0.0",
@ -17703,7 +17708,7 @@
"mqtt": "4.2.6",
"mssql": "^6.2.0",
"mysql2": "~2.3.0",
"n8n-core": "~0.102.0",
"n8n-core": "~0.104.0",
"node-ssh": "^12.0.0",
"nodemailer": "^6.5.0",
"pdf-parse": "^1.1.1",
@ -17718,7 +17723,7 @@
"snowflake-sdk": "^1.5.3",
"ssh2-sftp-client": "^7.0.0",
"tmp-promise": "^3.0.2",
"uuid": "^8.3.0",
"uuid": "^8.3.2",
"vm2": "~3.9.5",
"xlsx": "^0.17.0",
"xml2js": "^0.4.23"
@ -17906,12 +17911,14 @@
}
},
"node_modules/n8n-workflow": {
"version": "0.84.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.84.0.tgz",
"integrity": "sha512-ibZ/oCWd81DMhjUQcAMC5GNs2C/dm+4boKTIjRuFHmbGzF2elwpb5s2nlkRn5REj9aZseZ0N9bfJ6slcLbw/Sw==",
"version": "0.86.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.86.0.tgz",
"integrity": "sha512-+Kdo5RMEsh7QJ8AkWNTSpyxYRtjpxPmPfifVAFg4HVguW7g5e7f74xlmqD2xnxQybC9B3f6jxvx6WMKbNcT/+A==",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"riot-tmpl": "^3.0.8",
"xml2js": "^0.4.23"
}
@ -24256,9 +24263,9 @@
}
},
"node_modules/trim-off-newlines": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
"integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz",
"integrity": "sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==",
"dev": true,
"engines": {
"node": ">=0.10.0"
@ -38988,6 +38995,11 @@
"integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
"dev": true
},
"lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"lodash.once": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
@ -40331,9 +40343,9 @@
}
},
"n8n-core": {
"version": "0.102.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-0.102.0.tgz",
"integrity": "sha512-9/suLELO/HBoEZ06bEv3cN7HZoR43qZlubM0BDXDhXJHBasfKcfegXYYacSfBxtTVX71cLffVgshJoJt8OtDcw==",
"version": "0.104.0",
"resolved": "https://registry.npmjs.org/n8n-core/-/n8n-core-0.104.0.tgz",
"integrity": "sha512-rh8ooCF0zeVjic6JWByuCzcltpeV/OJjUmLcChXU3S6peggCvazvxlU6GOF/+YT69CeQdHwhTmOXSEevu0uzVQ==",
"requires": {
"axios": "^0.21.1",
"client-oauth2": "^4.2.5",
@ -40344,7 +40356,7 @@
"form-data": "^4.0.0",
"lodash.get": "^4.4.2",
"mime-types": "^2.1.27",
"n8n-workflow": "~0.84.0",
"n8n-workflow": "~0.86.0",
"oauth-1.0a": "^2.2.6",
"p-cancelable": "^2.0.0",
"qs": "^6.10.1",
@ -40384,9 +40396,9 @@
}
},
"n8n-nodes-base": {
"version": "0.158.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.158.0.tgz",
"integrity": "sha512-qs/T0S2BHrovOFh6mnCRpuY9qhKZxub160+qtvXMVsiUWCpKEW1eIA4owYHLH3DLYqW0izQJap0sGlZEzV3xTg==",
"version": "0.161.0",
"resolved": "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.161.0.tgz",
"integrity": "sha512-WRTzmzDO3dKZF6WRzQ/d6w2TaYLoPUb+X1kjDWaxF5omwz6UFc63dVtJ+irhyQR8wRj3/ytdrS3xEMDxZ9vXlg==",
"requires": {
"@kafkajs/confluent-schema-registry": "1.0.6",
"@types/lossless-json": "^1.0.0",
@ -40423,7 +40435,7 @@
"mqtt": "4.2.6",
"mssql": "^6.2.0",
"mysql2": "~2.3.0",
"n8n-core": "~0.102.0",
"n8n-core": "~0.104.0",
"node-ssh": "^12.0.0",
"nodemailer": "^6.5.0",
"pdf-parse": "^1.1.1",
@ -40438,7 +40450,7 @@
"snowflake-sdk": "^1.5.3",
"ssh2-sftp-client": "^7.0.0",
"tmp-promise": "^3.0.2",
"uuid": "^8.3.0",
"uuid": "^8.3.2",
"vm2": "~3.9.5",
"xlsx": "^0.17.0",
"xml2js": "^0.4.23"
@ -40574,12 +40586,14 @@
}
},
"n8n-workflow": {
"version": "0.84.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.84.0.tgz",
"integrity": "sha512-ibZ/oCWd81DMhjUQcAMC5GNs2C/dm+4boKTIjRuFHmbGzF2elwpb5s2nlkRn5REj9aZseZ0N9bfJ6slcLbw/Sw==",
"version": "0.86.0",
"resolved": "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.86.0.tgz",
"integrity": "sha512-+Kdo5RMEsh7QJ8AkWNTSpyxYRtjpxPmPfifVAFg4HVguW7g5e7f74xlmqD2xnxQybC9B3f6jxvx6WMKbNcT/+A==",
"requires": {
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"riot-tmpl": "^3.0.8",
"xml2js": "^0.4.23"
}
@ -45754,9 +45768,9 @@
"dev": true
},
"trim-off-newlines": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
"integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz",
"integrity": "sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==",
"dev": true
},
"triple-beam": {