Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1473e92b authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files
parent 25e85234
Loading
Loading
Loading
Loading
+18 −5
Original line number Diff line number Diff line
{
	"name": "calendar",
	"version": "2.0.3",
	"version": "2.0.4",
	"lockfileVersion": 1,
	"requires": true,
	"dependencies": {
@@ -1796,12 +1796,14 @@
			}
		},
		"@nextcloud/dialogs": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz",
			"integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==",
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
			"integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
			"requires": {
				"@nextcloud/l10n": "^1.3.0",
				"@nextcloud/typings": "^0.2.2",
				"core-js": "^3.6.4",
				"toastify-js": "^1.7.0"
				"toastify-js": "^1.9.1"
			}
		},
		"@nextcloud/eslint-config": {
@@ -1931,6 +1933,17 @@
				"vue-multiselect": "^2.1.6",
				"vue-visible": "^1.0.2",
				"vue2-datepicker": "^3.6.2"
			},
			"dependencies": {
				"@nextcloud/dialogs": {
					"version": "1.4.0",
					"resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz",
					"integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==",
					"requires": {
						"core-js": "^3.6.4",
						"toastify-js": "^1.7.0"
					}
				}
			}
		},
		"@nodelib/fs.scandir": {
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
		"@fullcalendar/vue": "^5.3.0",
		"@nextcloud/auth": "^1.3.0",
		"@nextcloud/axios": "^1.3.3",
		"@nextcloud/dialogs": "^1.4.0",
		"@nextcloud/dialogs": "^2.0.1",
		"@nextcloud/initial-state": "^1.1.2",
		"@nextcloud/l10n": "^1.3.0",
		"@nextcloud/logger": "^1.1.2",