mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
Build(deps): Bump rxjs from 7.8.1 to 7.8.2 (#4575)
* Build(deps): Bump rxjs from 7.8.1 to 7.8.2 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2) --- updated-dependencies: - dependency-name: rxjs dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [ACS-9696] Increased versions * [ACS-9696] Corrected package-lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
This commit is contained in:
152
package-lock.json
generated
152
package-lock.json
generated
@@ -9,11 +9,11 @@
|
||||
"version": "7.0.0",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "8.1.0-15395751802",
|
||||
"@alfresco/adf-core": "8.1.0-15395751802",
|
||||
"@alfresco/adf-extensions": "8.1.0-15395751802",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.1.0-15395751802",
|
||||
"@alfresco/js-api": "9.1.0-15395751802",
|
||||
"@alfresco/adf-content-services": "8.1.0-15416593341",
|
||||
"@alfresco/adf-core": "8.1.0-15416593341",
|
||||
"@alfresco/adf-extensions": "8.1.0-15416593341",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.1.0-15416593341",
|
||||
"@alfresco/js-api": "9.1.0-15416593341",
|
||||
"@angular/animations": "18.2.9",
|
||||
"@angular/cdk": "18.2.9",
|
||||
"@angular/common": "18.2.9",
|
||||
@@ -41,12 +41,12 @@
|
||||
"ngx-markdown": "18.1.0",
|
||||
"pdfjs-dist": "^5.1.91",
|
||||
"prismjs": "^1.30.0",
|
||||
"rxjs": "7.8.1",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.1.0-15395751802",
|
||||
"@alfresco/adf-cli": "8.1.0-15416593341",
|
||||
"@angular-devkit/build-angular": "18.2.19",
|
||||
"@angular-devkit/core": "18.2.9",
|
||||
"@angular-devkit/schematics": "18.2.9",
|
||||
@@ -113,18 +113,18 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "8.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-CU1ICppORhUcJrjBRz+B4eKgiMUK+frGjoyUCyWtroGDAak7BlGa0PDPlVttywDOECgSFtVISe9/ss1VJBv2xQ==",
|
||||
"version": "8.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-kJCXCxXyuJEIPVFifcPNZXLuAzDT+E50mdIp2G3YvPJ61ckmN5kGPdBDSl3Bc3BUmgLiH24Wtj0uDcozOBH2pg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=9.1.0-15395751802",
|
||||
"@alfresco/js-api": ">=9.1.0-15416593341",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
"rxjs": "^6.6.6",
|
||||
"rxjs": "7.8.2",
|
||||
"shelljs": "^0.8.3",
|
||||
"spdx-license-list": "^5.0.0"
|
||||
},
|
||||
@@ -133,37 +133,17 @@
|
||||
"adf-cli": "bin/adf-cli"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli/node_modules/rxjs": {
|
||||
"version": "6.6.7",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
||||
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^1.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli/node_modules/tslib": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
||||
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
||||
"dev": true,
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "8.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-3igNakuE1xWnN8w9SO5b5aqILNk3NtSzMVrjAhGy8PcS03t/kl+PK7g67OYzlLPltMDf0F6VAaSa7h7fTdc5tA==",
|
||||
"version": "8.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-U7pA97TzpTtshZ+Epdv6FLp8bmppJczrI4OMFA+iNkBTutwRry4P+LcsKaCxQSoLdzfwKRzUSkCS9bbl6Uuflg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=8.1.0-15395751802",
|
||||
"@alfresco/js-api": ">=9.1.0-15395751802",
|
||||
"@alfresco/adf-core": ">=8.1.0-15416593341",
|
||||
"@alfresco/js-api": ">=9.1.0-15416593341",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@@ -178,21 +158,21 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "8.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-0Tpsxak2sZAV1v+2jeTPUXHse47YOWAeXobYadCZyGPsx4RuVThGzMIv8P4IYvKu39hxnAeH4myA8GEUCgj0AQ==",
|
||||
"version": "8.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-jebjhtNH0D2p22PmHhi+0uhC2HXr6ji+wB+f8C15cB/OCQXEikyHkXOm0x07fRl+A/F3fnp01xtqctd2MrACYw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"angular-oauth2-oidc": "17.0.2",
|
||||
"angular-oauth2-oidc-jwks": "17.0.2",
|
||||
"cropperjs": "^1.6.2",
|
||||
"date-fns": "^2.30.0",
|
||||
"rxjs": "7.8.1",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=8.1.0-15395751802",
|
||||
"@alfresco/js-api": ">=9.1.0-15395751802",
|
||||
"@alfresco/adf-extensions": ">=8.1.0-15416593341",
|
||||
"@alfresco/js-api": ">=9.1.0-15416593341",
|
||||
"@angular/animations": ">=16.0.0",
|
||||
"@angular/cdk": ">=16.0.0",
|
||||
"@angular/common": ">=16.0.0",
|
||||
@@ -210,29 +190,29 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "8.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-r2WXZ5tBEPg+5mqPrKy7KqAm0pVp6ty0eKjSK0rXXTOWNgSyyBpIYPk+CbY3c+aRv/W3+r9JA6VAZCrPavr2VA==",
|
||||
"version": "8.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-jAA3B5aQh0vgaG3JYSHwpCJRIgWob+0uZuvOi2tm1XU664+Q0B3nbmbxgHYoxC42QgRnV/Z9FdKRvYgQkKtOiQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=9.1.0-15395751802",
|
||||
"@alfresco/js-api": ">=9.1.0-15416593341",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "8.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-OmpTgZlik06x/GWRm8aCNpaMlujgo8Q1jKmExclTZLf87H0bM0dKtkEjml/QQwYEI6Z6XKGEhfIkc5fOloHtjw==",
|
||||
"version": "8.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-LhOQPdzXIj31aNEpnYq7P48ZLX48FOeB4mJZEYqJSmRIO9UcZfP0G5CFE8kBbPQeCwlLs+7a0WQCfiFX31fFmg==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "9.1.0-15395751802",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.1.0-15395751802.tgz",
|
||||
"integrity": "sha512-LVQGRAAe4MZ6GQ/T29hvoF9xqzDR75q6tH86ntPalvKyBZosdvL2jBZezDjthZJORev8++QjvR1+WMimNpnEXw==",
|
||||
"version": "9.1.0-15416593341",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.1.0-15416593341.tgz",
|
||||
"integrity": "sha512-GvC9NMuBmQ31Roc6R3btrX5v2Od5os3vMNXutEHh1ew0fdYrPNj/j04BKRMdv1KTN10OVBRUxiNa5wH3CAKNTw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"event-emitter": "^0.3.5",
|
||||
@@ -298,6 +278,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/architect/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/build-angular": {
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.2.19.tgz",
|
||||
@@ -1453,6 +1443,16 @@
|
||||
"fsevents": "~2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/build-angular/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/build-angular/node_modules/tslib": {
|
||||
"version": "2.6.3",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
||||
@@ -1480,6 +1480,16 @@
|
||||
"webpack-dev-server": "^5.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/build-webpack/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/core": {
|
||||
"version": "18.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.9.tgz",
|
||||
@@ -1508,6 +1518,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/core/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics": {
|
||||
"version": "18.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.9.tgz",
|
||||
@@ -1527,6 +1547,16 @@
|
||||
"yarn": ">= 1.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-eslint/builder": {
|
||||
"version": "18.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-18.4.3.tgz",
|
||||
@@ -1776,6 +1806,16 @@
|
||||
"yarn": ">= 1.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/cli/node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/common": {
|
||||
"version": "18.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.9.tgz",
|
||||
@@ -25777,9 +25817,9 @@
|
||||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/rxjs": {
|
||||
"version": "7.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
||||
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
||||
"version": "7.8.2",
|
||||
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
||||
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
|
14
package.json
14
package.json
@@ -30,11 +30,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "8.1.0-15395751802",
|
||||
"@alfresco/adf-core": "8.1.0-15395751802",
|
||||
"@alfresco/adf-extensions": "8.1.0-15395751802",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.1.0-15395751802",
|
||||
"@alfresco/js-api": "9.1.0-15395751802",
|
||||
"@alfresco/adf-content-services": "8.1.0-15416593341",
|
||||
"@alfresco/adf-core": "8.1.0-15416593341",
|
||||
"@alfresco/adf-extensions": "8.1.0-15416593341",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.1.0-15416593341",
|
||||
"@alfresco/js-api": "9.1.0-15416593341",
|
||||
"@angular/animations": "18.2.9",
|
||||
"@angular/cdk": "18.2.9",
|
||||
"@angular/common": "18.2.9",
|
||||
@@ -62,12 +62,12 @@
|
||||
"ngx-markdown": "18.1.0",
|
||||
"pdfjs-dist": "^5.1.91",
|
||||
"prismjs": "^1.30.0",
|
||||
"rxjs": "7.8.1",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.14.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.1.0-15395751802",
|
||||
"@alfresco/adf-cli": "8.1.0-15416593341",
|
||||
"@angular-devkit/build-angular": "18.2.19",
|
||||
"@angular-devkit/core": "18.2.9",
|
||||
"@angular-devkit/schematics": "18.2.9",
|
||||
|
Reference in New Issue
Block a user