MOBILE-4616 npm: Update packages to match 4.4.1

main
Pau Ferrer Ocaña 2024-07-10 10:34:32 +02:00
parent c8b1b01a16
commit f9ecb68d53
7 changed files with 6248 additions and 3325 deletions

View File

@ -15,9 +15,9 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.23.4", "version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz",
"integrity": "sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==", "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"regenerator-runtime": "^0.14.0" "regenerator-runtime": "^0.14.0"
@ -416,21 +416,24 @@
} }
}, },
"node_modules/binary-extensions": { "node_modules/binary-extensions": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=8" "node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/braces": { "node_modules/braces": {
"version": "3.0.2", "version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"fill-range": "^7.0.1" "fill-range": "^7.1.1"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
@ -474,16 +477,10 @@
} }
}, },
"node_modules/chokidar": { "node_modules/chokidar": {
"version": "3.5.3", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true, "dev": true,
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"dependencies": { "dependencies": {
"anymatch": "~3.1.2", "anymatch": "~3.1.2",
"braces": "~3.0.2", "braces": "~3.0.2",
@ -496,6 +493,9 @@
"engines": { "engines": {
"node": ">= 8.10.0" "node": ">= 8.10.0"
}, },
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": { "optionalDependencies": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
} }
@ -760,18 +760,18 @@
} }
}, },
"node_modules/escalade": { "node_modules/escalade": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/fill-range": { "node_modules/fill-range": {
"version": "7.0.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"to-regex-range": "^5.0.1" "to-regex-range": "^5.0.1"
@ -997,9 +997,9 @@
} }
}, },
"node_modules/regenerator-runtime": { "node_modules/regenerator-runtime": {
"version": "0.14.0", "version": "0.14.1",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
"dev": true "dev": true
}, },
"node_modules/require-directory": { "node_modules/require-directory": {
@ -1110,15 +1110,15 @@
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {
"version": "2.6.2", "version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.3.3", "version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@ -14,6 +14,6 @@ module.exports = {
'!src/core/initializers/index.ts', '!src/core/initializers/index.ts',
'!src/core/features/emulators/services/zip.ts', '!src/core/features/emulators/services/zip.ts',
], ],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'], transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper|jest-preset-angular)'],
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }), moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
}; };

9361
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,34 +44,34 @@
"lang:create-langindex": "./scripts/create_langindex.sh" "lang:create-langindex": "./scripts/create_langindex.sh"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^17.3.0", "@angular/animations": "^17.3.7",
"@angular/common": "^17.3.0", "@angular/common": "^17.3.7",
"@angular/compiler": "^17.3.0", "@angular/compiler": "^17.3.7",
"@angular/core": "^17.3.0", "@angular/core": "^17.3.7",
"@angular/forms": "^17.3.0", "@angular/forms": "^17.3.7",
"@angular/platform-browser": "^17.3.0", "@angular/platform-browser": "^17.3.7",
"@angular/platform-browser-dynamic": "^17.3.0", "@angular/platform-browser-dynamic": "^17.3.7",
"@angular/router": "^17.3.0", "@angular/router": "^17.3.7",
"@awesome-cordova-plugins/badge": "^6.6.0", "@awesome-cordova-plugins/badge": "^6.7.0",
"@awesome-cordova-plugins/camera": "^6.6.0", "@awesome-cordova-plugins/camera": "^6.7.0",
"@awesome-cordova-plugins/clipboard": "^6.6.0", "@awesome-cordova-plugins/clipboard": "^6.7.0",
"@awesome-cordova-plugins/core": "^6.6.0", "@awesome-cordova-plugins/core": "^6.7.0",
"@awesome-cordova-plugins/device": "^6.6.0", "@awesome-cordova-plugins/device": "^6.7.0",
"@awesome-cordova-plugins/file": "^6.6.0", "@awesome-cordova-plugins/file": "^6.7.0",
"@awesome-cordova-plugins/file-opener": "^6.6.0", "@awesome-cordova-plugins/file-opener": "^6.7.0",
"@awesome-cordova-plugins/geolocation": "^6.6.0", "@awesome-cordova-plugins/geolocation": "^6.7.0",
"@awesome-cordova-plugins/http": "^6.6.0", "@awesome-cordova-plugins/http": "^6.7.0",
"@awesome-cordova-plugins/in-app-browser": "^6.6.0", "@awesome-cordova-plugins/in-app-browser": "^6.7.0",
"@awesome-cordova-plugins/ionic-webview": "^6.6.0", "@awesome-cordova-plugins/ionic-webview": "^6.7.0",
"@awesome-cordova-plugins/keyboard": "^6.6.0", "@awesome-cordova-plugins/keyboard": "^6.7.0",
"@awesome-cordova-plugins/local-notifications": "^6.6.0", "@awesome-cordova-plugins/local-notifications": "^6.7.0",
"@awesome-cordova-plugins/media-capture": "^6.6.0", "@awesome-cordova-plugins/media-capture": "^6.7.0",
"@awesome-cordova-plugins/network": "^6.6.0", "@awesome-cordova-plugins/network": "^6.7.0",
"@awesome-cordova-plugins/push": "^6.6.0", "@awesome-cordova-plugins/push": "^6.7.0",
"@awesome-cordova-plugins/splash-screen": "^6.6.0", "@awesome-cordova-plugins/splash-screen": "^6.7.0",
"@awesome-cordova-plugins/sqlite": "^6.6.0", "@awesome-cordova-plugins/sqlite": "^6.7.0",
"@awesome-cordova-plugins/status-bar": "^6.6.0", "@awesome-cordova-plugins/status-bar": "^6.7.0",
"@awesome-cordova-plugins/web-intent": "^6.6.0", "@awesome-cordova-plugins/web-intent": "^6.7.0",
"@ionic/angular": "^7.8.6", "@ionic/angular": "^7.8.6",
"@ionic/cordova-builders": "^11.0.0", "@ionic/cordova-builders": "^11.0.0",
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
@ -89,7 +89,7 @@
"@ngx-translate/core": "^15.0.0", "@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0", "@ngx-translate/http-loader": "^8.0.0",
"@sqlite.org/sqlite-wasm": "^3.45.0-build1", "@sqlite.org/sqlite-wasm": "^3.45.0-build1",
"@types/chart.js": "^2.9.31", "@types/chart.js": "^2.9.41",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/dom-mediacapture-record": "1.0.7", "@types/dom-mediacapture-record": "1.0.7",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
@ -113,71 +113,71 @@
"cordova-plugin-wkuserscript": "^1.0.1", "cordova-plugin-wkuserscript": "^1.0.1",
"cordova-plugin-wkwebview-cookies": "^1.0.1", "cordova-plugin-wkwebview-cookies": "^1.0.1",
"cordova-sqlite-storage": "^6.1.0", "cordova-sqlite-storage": "^6.1.0",
"core-js": "^3.9.1", "core-js": "^3.37.0",
"es6-promise-plugin": "^4.2.2", "es6-promise-plugin": "^4.2.2",
"ionicons": "^7.0.0", "ionicons": "^7.4.0",
"jszip": "^3.7.1", "jszip": "^3.10.1",
"mathjax": "2.7.9", "mathjax": "2.7.9",
"moment": "^2.29.4", "moment": "^2.30.1",
"moment-timezone": "^0.5.38", "moment-timezone": "^0.5.45",
"mp3-mediarecorder": "4.0.5", "mp3-mediarecorder": "4.0.5",
"nl.kingsquare.cordova.background-audio": "^1.0.1", "nl.kingsquare.cordova.background-audio": "^1.0.1",
"ogv": "^1.8.9", "ogv": "^1.9.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.1",
"swiper": "^11.0.3", "swiper": "^11.1.1",
"ts-md5": "^1.2.7", "ts-md5": "^1.3.1",
"tslib": "^2.3.0", "tslib": "^2.6.2",
"video.js": "^7.21.1", "video.js": "^7.21.5",
"zone.js": "~0.14.3" "zone.js": "~0.14.5"
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "^17.0.0", "@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.0", "@angular-devkit/build-angular": "^17.3.6",
"@angular-eslint/builder": "^17.3.0", "@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0", "@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0", "@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0", "@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0", "@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.3.0", "@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.0", "@angular/compiler-cli": "^17.3.7",
"@angular/language-service": "^17.3.0", "@angular/language-service": "^17.3.7",
"@ionic/angular-toolkit": "^10.0.0", "@ionic/angular-toolkit": "^10.1.1",
"@ionic/cli": "^7.2.0", "@ionic/cli": "^7.2.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5", "@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@types/faker": "^5.1.3", "@types/faker": "^5.5.9",
"@types/jest": "^26.0.24", "@types/jest": "^26.0.24",
"@types/node": "^18.0.0", "@types/node": "^18.19.31",
"@types/resize-observer-browser": "^0.1.5", "@types/resize-observer-browser": "^0.1.11",
"@types/webpack-env": "^1.18.4", "@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.0.0", "@typescript-eslint/parser": "^6.21.0",
"check-es-compat": "3.2.0", "check-es-compat": "^3.2.1",
"circular-dependency-plugin": "^5.2.2", "circular-dependency-plugin": "^5.2.2",
"concurrently": "^8.2.0", "concurrently": "^8.2.2",
"cordova-plugin-moodleapp": "file:cordova-plugin-moodleapp", "cordova-plugin-moodleapp": "file:cordova-plugin-moodleapp",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.0.0", "eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^27.6.0", "eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"faker": "^5.1.0", "faker": "^5.5.3",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"gulp": "^5.0.0", "gulp": "^5.0.0",
"gulp-clip-empty-files": "^0.1.2", "gulp-clip-empty-files": "^0.1.2",
"gulp-slash": "^1.1.3", "gulp-slash": "^1.1.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-preset-angular": "^13.1.4", "jest-preset-angular": "^13.1.6",
"jsonc-parser": "^2.3.1", "jsonc-parser": "^2.3.1",
"minimatch": "^9.0.3", "minimatch": "^9.0.4",
"native-run": "^2.0.0", "native-run": "^2.0.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"patch-package": "^6.5.0", "patch-package": "^6.5.1",
"terser-webpack-plugin": "^5.3.9", "terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.2",
"ts-node": "^8.3.0", "ts-node": "^8.10.2",
"typescript": "~5.3.3", "typescript": "~5.3.3",
"vinyl": "^3.0.0" "vinyl": "^3.0.0"
}, },

View File

@ -1,5 +1,5 @@
diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs
index cbc9c4d..36f1ebc 100755 index 521c187..2f9c47e 100755
--- a/node_modules/@angular/compiler/fesm2022/compiler.mjs --- a/node_modules/@angular/compiler/fesm2022/compiler.mjs
+++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs +++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs
@@ -6070,13 +6070,41 @@ var R3NgModuleMetadataKind; @@ -6070,13 +6070,41 @@ var R3NgModuleMetadataKind;

View File

@ -1,5 +1,5 @@
diff --git a/node_modules/@angular/router/index.d.ts b/node_modules/@angular/router/index.d.ts diff --git a/node_modules/@angular/router/index.d.ts b/node_modules/@angular/router/index.d.ts
index b8d7cc8..6511edf 100755 index f4a5940..88b9505 100755
--- a/node_modules/@angular/router/index.d.ts --- a/node_modules/@angular/router/index.d.ts
+++ b/node_modules/@angular/router/index.d.ts +++ b/node_modules/@angular/router/index.d.ts
@@ -58,7 +58,7 @@ export declare class ActivatedRoute { @@ -58,7 +58,7 @@ export declare class ActivatedRoute {

View File

@ -1,5 +1,5 @@
diff --git a/node_modules/check-es-compat/bin/cli.mjs b/node_modules/check-es-compat/bin/cli.mjs diff --git a/node_modules/check-es-compat/bin/cli.mjs b/node_modules/check-es-compat/bin/cli.mjs
index f4c0b55..381c321 100755 index 928780f..026eb9a 100755
--- a/node_modules/check-es-compat/bin/cli.mjs --- a/node_modules/check-es-compat/bin/cli.mjs
+++ b/node_modules/check-es-compat/bin/cli.mjs +++ b/node_modules/check-es-compat/bin/cli.mjs
@@ -17,7 +17,8 @@ if (args.length === 0) { @@ -17,7 +17,8 @@ if (args.length === 0) {
@ -10,9 +10,9 @@ index f4c0b55..381c321 100755
+async function execute(args) { +async function execute(args) {
+ const { files, polyfills } = parseArguments(args); + const { files, polyfills } = parseArguments(args);
const eslint = new ESLint({ const eslint = new ESLint({
// Ignore any config files // Ignore any config; it's for target's own linter setup rather than this tool.
useEslintrc: false, useEslintrc: false,
@@ -34,7 +35,7 @@ async function execute(files) { @@ -35,7 +36,7 @@ async function execute(files) {
es2023: true, es2023: true,
}, },
rules: { rules: {
@ -21,7 +21,7 @@ index f4c0b55..381c321 100755
}, },
}, },
}); });
@@ -46,3 +47,42 @@ async function execute(files) { @@ -47,3 +48,42 @@ async function execute(files) {
return { hasErrors: results.some((result) => result.errorCount > 0) }; return { hasErrors: results.some((result) => result.errorCount > 0) };
} }