Chore(deps): Bump @nextcloud/notify_push from 1.1.4 to 1.3.0

Bumps [@nextcloud/notify_push](https://github.com/icewind1991/notify_push-client) from 1.1.4 to 1.3.0.
- [Release notes](https://github.com/icewind1991/notify_push-client/releases)
- [Commits](https://github.com/icewind1991/notify_push-client/compare/v1.1.4...v1.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/notify_push"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-05 17:21:16 +00:00 коммит произвёл GitHub
Родитель 8670380001
Коммит 3896c1c9ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 24 добавлений и 52 удалений

76
package-lock.json сгенерированный
Просмотреть файл

@ -3393,29 +3393,15 @@
} }
}, },
"node_modules/@nextcloud/capabilities": { "node_modules/@nextcloud/capabilities": {
"version": "1.0.4", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz",
"integrity": "sha512-xsmwPPUJ8NN7YfLcq0gpDTibeb9lMBvY/bffMFnHcZi8hMGOouPiEY+CWAgJ5I9W6I2vNeacHUuTanEN5Ncb2A==", "integrity": "sha512-L1NQtOfHWzkfj0Ple1MEJt6HmOHWAi3y4qs+OnwSWexqJT0DtXTVPyRxi7ADyITwRxS5H9R/HMl6USAj4Nr1nQ==",
"dependencies": { "dependencies": {
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^2.1.0"
"core-js": "^3.6.4" },
} "engines": {
}, "node": "^20.0.0",
"node_modules/@nextcloud/capabilities/node_modules/@nextcloud/initial-state": { "npm": "^10.0.0"
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
"integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
"dependencies": {
"core-js": "^3.6.4"
}
},
"node_modules/@nextcloud/capabilities/node_modules/core-js": {
"version": "3.6.5",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
} }
}, },
"node_modules/@nextcloud/cypress": { "node_modules/@nextcloud/cypress": {
@ -3751,13 +3737,13 @@
} }
}, },
"node_modules/@nextcloud/notify_push": { "node_modules/@nextcloud/notify_push": {
"version": "1.1.4", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.1.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz",
"integrity": "sha512-abWi1fD18XdJa5PstGK1E7/Q+XNbRjsF6jryp+Qa/qwP7x29CQzY33TVnA0IMWZeIA49Mjd3wZjmyf9BQmMJ2Q==", "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==",
"dependencies": { "dependencies": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.5.0",
"@nextcloud/capabilities": "^1.0.4", "@nextcloud/capabilities": "^1.2.0",
"@nextcloud/event-bus": "^3.0.2" "@nextcloud/event-bus": "^3.3.0"
} }
}, },
"node_modules/@nextcloud/paths": { "node_modules/@nextcloud/paths": {
@ -23482,25 +23468,11 @@
"dev": true "dev": true
}, },
"@nextcloud/capabilities": { "@nextcloud/capabilities": {
"version": "1.0.4", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz",
"integrity": "sha512-xsmwPPUJ8NN7YfLcq0gpDTibeb9lMBvY/bffMFnHcZi8hMGOouPiEY+CWAgJ5I9W6I2vNeacHUuTanEN5Ncb2A==", "integrity": "sha512-L1NQtOfHWzkfj0Ple1MEJt6HmOHWAi3y4qs+OnwSWexqJT0DtXTVPyRxi7ADyITwRxS5H9R/HMl6USAj4Nr1nQ==",
"requires": { "requires": {
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^2.1.0"
"core-js": "^3.6.4"
},
"dependencies": {
"@nextcloud/initial-state": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
"integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
"requires": {
"core-js": "^3.6.4"
}
},
"core-js": {
"version": "3.6.5"
}
} }
}, },
"@nextcloud/cypress": { "@nextcloud/cypress": {
@ -23706,13 +23678,13 @@
} }
}, },
"@nextcloud/notify_push": { "@nextcloud/notify_push": {
"version": "1.1.4", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.1.4.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz",
"integrity": "sha512-abWi1fD18XdJa5PstGK1E7/Q+XNbRjsF6jryp+Qa/qwP7x29CQzY33TVnA0IMWZeIA49Mjd3wZjmyf9BQmMJ2Q==", "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==",
"requires": { "requires": {
"@nextcloud/axios": "^2.4.0", "@nextcloud/axios": "^2.5.0",
"@nextcloud/capabilities": "^1.0.4", "@nextcloud/capabilities": "^1.2.0",
"@nextcloud/event-bus": "^3.0.2" "@nextcloud/event-bus": "^3.3.0"
} }
}, },
"@nextcloud/paths": { "@nextcloud/paths": {