forked from EVOgeek/Vmeda.Online
		
	MOBILE-4653 package: Update ionic and node and audit fixes
This commit is contained in:
		
							parent
							
								
									9ad916588b
								
							
						
					
					
						commit
						8fc5db0584
					
				
							
								
								
									
										8380
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8380
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -72,7 +72,7 @@ | ||||
|         "@awesome-cordova-plugins/sqlite": "^6.9.0", | ||||
|         "@awesome-cordova-plugins/status-bar": "^6.9.0", | ||||
|         "@awesome-cordova-plugins/web-intent": "^6.9.0", | ||||
|         "@ionic/angular": "^8.3.1", | ||||
|         "@ionic/angular": "^8.4.1", | ||||
|         "@ionic/cordova-builders": "^11.0.0", | ||||
|         "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", | ||||
|         "@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1", | ||||
| @ -182,7 +182,7 @@ | ||||
|         "vinyl": "^3.0.0" | ||||
|     }, | ||||
|     "engines": { | ||||
|         "node": ">=18.18.2 <19" | ||||
|         "node": ">=v20.18 <21" | ||||
|     }, | ||||
|     "cordova": { | ||||
|         "platforms": [ | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| diff --git a/node_modules/@ionic/core/components/popover.js b/node_modules/@ionic/core/components/popover.js
 | ||||
| index ec31d43..6be0b28 100644
 | ||||
| index 394d7e6..1f36f24 100644
 | ||||
| --- a/node_modules/@ionic/core/components/popover.js
 | ||||
| +++ b/node_modules/@ionic/core/components/popover.js
 | ||||
| @@ -763,8 +763,10 @@ const iosEnterAnimation = (baseEl, opts) => {
 | ||||
| @ -29,7 +29,7 @@ index ec31d43..6be0b28 100644 | ||||
|      const contentEl = root.querySelector('.popover-content'); | ||||
|      const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target); | ||||
| diff --git a/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js b/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
 | ||||
| index 2e169dc..ddd9daa 100644
 | ||||
| index 004effa..84389bf 100644
 | ||||
| --- a/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
 | ||||
| +++ b/node_modules/@ionic/core/dist/cjs/ion-popover.cjs.entry.js
 | ||||
| @@ -769,8 +769,10 @@ const iosEnterAnimation = (baseEl, opts) => {
 | ||||
| @ -93,7 +93,7 @@ index 603923a..ff10a25 100644 | ||||
|      const contentEl = root.querySelector('.popover-content'); | ||||
|      const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target); | ||||
| diff --git a/node_modules/@ionic/core/dist/esm/ion-popover.entry.js b/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
 | ||||
| index a88d216..bc09959 100644
 | ||||
| index 9b06217..70b4015 100644
 | ||||
| --- a/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
 | ||||
| +++ b/node_modules/@ionic/core/dist/esm/ion-popover.entry.js
 | ||||
| @@ -765,8 +765,10 @@ const iosEnterAnimation = (baseEl, opts) => {
 | ||||
| @ -123,10 +123,10 @@ index a88d216..bc09959 100644 | ||||
|      const contentEl = root.querySelector('.popover-content'); | ||||
|      const referenceSizeEl = trigger || ((_a = ev === null || ev === void 0 ? void 0 : ev.detail) === null || _a === void 0 ? void 0 : _a.ionShadowTarget) || (ev === null || ev === void 0 ? void 0 : ev.target); | ||||
| diff --git a/node_modules/@ionic/core/hydrate/index.js b/node_modules/@ionic/core/hydrate/index.js
 | ||||
| index 06501b6..a6ee24e 100644
 | ||||
| index c3d2d8e..bc40d4f 100644
 | ||||
| --- a/node_modules/@ionic/core/hydrate/index.js
 | ||||
| +++ b/node_modules/@ionic/core/hydrate/index.js
 | ||||
| @@ -23747,8 +23747,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
 | ||||
| @@ -23882,8 +23882,10 @@ const iosEnterAnimation$1 = (baseEl, opts) => {
 | ||||
|      const { event: ev, size, trigger, reference, side, align } = opts; | ||||
|      const doc = baseEl.ownerDocument; | ||||
|      const isRTL = doc.dir === 'rtl'; | ||||
| @ -139,7 +139,7 @@ index 06501b6..a6ee24e 100644 | ||||
|      const root = getElementRoot(baseEl); | ||||
|      const contentEl = root.querySelector('.popover-content'); | ||||
|      const arrowEl = root.querySelector('.popover-arrow'); | ||||
| @@ -23868,8 +23870,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
 | ||||
| @@ -24003,8 +24005,10 @@ const mdEnterAnimation$1 = (baseEl, opts) => {
 | ||||
|      const { event: ev, size, trigger, reference, side, align } = opts; | ||||
|      const doc = baseEl.ownerDocument; | ||||
|      const isRTL = doc.dir === 'rtl'; | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user