diff options
author | dependabot[bot] | 2023-06-19 21:59:13 +0000 |
---|---|---|
committer | vitalyster | 2023-06-20 13:03:52 +0300 |
commit | 314db08815ae98bff02a7489cddf861cd01f2629 (patch) | |
tree | b10a75c334e8204d2e7a90e19e3646414e60314a | |
parent | 04956b9c6c32ddd736fe32dff825635d4af74ae0 (diff) |
build(deps): bump node-pushnotifications from 2.0.3 to 2.1.0
Bumps [node-pushnotifications](https://github.com/appfeel/node-pushnotifications) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/appfeel/node-pushnotifications/releases)
- [Changelog](https://github.com/appfeel/node-pushnotifications/blob/master/.release.json)
- [Commits](https://github.com/appfeel/node-pushnotifications/compare/2.0.3...2.1.0)
---
updated-dependencies:
- dependency-name: node-pushnotifications
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index c14faa6a..780b74bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "express": "^4.18.2", "formdata-polyfill": "^4.0.10", "mailparser": "^3.6.4", - "node-pushnotifications": "^2.0.3", + "node-pushnotifications": "^2.1.0", "node-telegram-bot-api": "^0.61.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", @@ -13400,9 +13400,9 @@ "dev": true }, "node_modules/node-pushnotifications": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/node-pushnotifications/-/node-pushnotifications-2.0.3.tgz", - "integrity": "sha512-X0Ji7yNN25u0aVAxK0ovwU1j/LVw13QGOGli4sPR4pS1oxYJWiP4SpfvvwXoVO0gru8XV2RXHfXUZsVvmiTzWg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/node-pushnotifications/-/node-pushnotifications-2.1.0.tgz", + "integrity": "sha512-42QRQuwrj7LecZdMtE30NbXnmHoeZi7pun99hln7CK/T5srt50Q/g4jEgICXHgXbrKVoqsNEnctIZYYKjO9P1A==", "dependencies": { "@parse/node-apn": "5.1.3", "node-adm": "0.9.1", @@ -28308,9 +28308,9 @@ "dev": true }, "node-pushnotifications": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/node-pushnotifications/-/node-pushnotifications-2.0.3.tgz", - "integrity": "sha512-X0Ji7yNN25u0aVAxK0ovwU1j/LVw13QGOGli4sPR4pS1oxYJWiP4SpfvvwXoVO0gru8XV2RXHfXUZsVvmiTzWg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/node-pushnotifications/-/node-pushnotifications-2.1.0.tgz", + "integrity": "sha512-42QRQuwrj7LecZdMtE30NbXnmHoeZi7pun99hln7CK/T5srt50Q/g4jEgICXHgXbrKVoqsNEnctIZYYKjO9P1A==", "requires": { "@parse/node-apn": "5.1.3", "node-adm": "0.9.1", diff --git a/package.json b/package.json index 851204ea..606f34b0 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "express": "^4.18.2", "formdata-polyfill": "^4.0.10", "mailparser": "^3.6.4", - "node-pushnotifications": "^2.0.3", + "node-pushnotifications": "^2.1.0", "node-telegram-bot-api": "^0.61.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", |