mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Bump @angular/compiler from 13.2.5 to 13.3.0 in /src-ui (#487)
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.2.5 to 13.3.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.3.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca3bb6a540
commit
2c3ac053d8
14
src-ui/package-lock.json
generated
14
src-ui/package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.2.6",
|
||||
"@angular/common": "~13.2.6",
|
||||
"@angular/compiler": "~13.2.4",
|
||||
"@angular/compiler": "~13.3.0",
|
||||
"@angular/core": "~13.2.4",
|
||||
"@angular/forms": "~13.2.6",
|
||||
"@angular/localize": "~13.2.6",
|
||||
@ -412,9 +412,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/compiler": {
|
||||
"version": "13.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz",
|
||||
"integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz",
|
||||
"integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
@ -13495,9 +13495,9 @@
|
||||
}
|
||||
},
|
||||
"@angular/compiler": {
|
||||
"version": "13.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz",
|
||||
"integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz",
|
||||
"integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.2.6",
|
||||
"@angular/common": "~13.2.6",
|
||||
"@angular/compiler": "~13.2.4",
|
||||
"@angular/compiler": "~13.3.0",
|
||||
"@angular/core": "~13.2.4",
|
||||
"@angular/forms": "~13.2.6",
|
||||
"@angular/localize": "~13.2.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user