v10: npm updates for april (#12288)
* Upgraded MailKit * Upgraded Microsoft.* packages * Upgrades various nuget packages to latest version * Upgrades various nuget packages related to test * update package-lock.json to new npm format * bump all angular dependencies to latest 1.8.3 * bump jquery to 3.6.0 * remove dubious 'npm' dependency and set engines versions to avoid warnings * bump signalr dependency from v3 to v6 * bump 'underscore' from 1.12.1 to 1.13.1 * bump 'diff' from 3.5.0 to 5.0.0 * bump 'clipboard' from 2.0.4 to 2.0.10 * bump 'flatpickr' from 4.6.9 to 4.6.13 * bump 'moment' from 2.22.2 to 2.29.3 * bump 'spectrum-colorpicker2' from 2.0.8 to 2.0.9 * bump 'underscore' from 1.13.1 to 1.13.2 * update 'less' 'autoprefixer' 'cssnano' and accompanying gulp tasks to latest * bump all gulp dependencies except gulp-imagemin since we do not yet support esmodules in the backoffice client * remove 'fs' since the package is marked as malicious and do not seem to be used * update AcceptanceTests lockfile to latest npm + dependency updates * bump '@babel/core' from 7.17.5 to 7.17.9 * bump karma dependencies to latest * bump 'animejs' from 2.2.0 to 3.2.1 * bump 'jasmine-core' from 3.5.0 to 4.1.0 * remove deduped 'caniuse-lite' * bump wicg-inert from ^3.0.2 to 3.1.1 * bump 'nouislider' from 15.5.0 to 15.5.1 * add slight delay for confirmation overlay * ignore postinstall task for acceptance tests since env file is generated manually * upgrade cypress to 9.5.4 * add wait step to content.ts tests * Revert "ignore postinstall task for acceptance tests since env file is generated manually" This reverts commit 61acebfda2502499480f31d8450c889d4c5c6f11. * increate wait amount of content rollback tests * Revert "upgrade cypress to 9.5.4" This reverts commit 2febf139a41938ae005754abd958fdec1f598991. * Revert "update AcceptanceTests lockfile to latest npm + dependency updates" This reverts commit b45d20b3cdcae6b17d4024c7085c5e6a3e3e2a83. * update lockfile version * update umbraco-cypress-testhelpers to latest Co-authored-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -1562,9 +1562,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/minimist": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
||||
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/ms": {
|
||||
|
||||
Reference in New Issue
Block a user