Skip to content

Commit 44b437d

Browse files
authored
Merge pull request shopwareDowntown#380 from shopwareDowntown/dependabot/npm_and_yarn/src/MerchantFrontend/angular/core-10.2.5
Bump @angular/core from 9.0.7 to 10.2.5 in /src/MerchantFrontend
2 parents 427a77e + 86f312e commit 44b437d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

src/MerchantFrontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/animations": "~9.0.7",
1515
"@angular/common": "~9.0.7",
1616
"@angular/compiler": "~9.0.7",
17-
"@angular/core": "~9.0.7",
17+
"@angular/core": "~10.2.5",
1818
"@angular/forms": "~9.0.7",
1919
"@angular/platform-browser": "~9.0.7",
2020
"@angular/platform-browser-dynamic": "~9.0.7",

src/MerchantFrontend/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,12 @@
198198
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.7.tgz#3cf8f9f6dc6e787506a0bc9444c4abb857bb1068"
199199
integrity sha512-hFpkuGpzxpK5h59LHHAjTFWsY6DCXZwgJFqvCuTPxWi/srvLGZRXrpC6Z1SlgHI9xxXaPfoa4uWw2VfA3BnqEg==
200200

201-
"@angular/core@~9.0.7":
202-
version "9.0.7"
203-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.7.tgz#f75f4ed8ea721f44c9df77502fd114a88db988e3"
204-
integrity sha512-E9XZH5Dl+9MWG3MDC6wrKllhA8Rljpz66HOIeqKv2fHPed8kzuJZU3WJWLtbhDAXFwtGTyTZ4c82ZLSmqwTorg==
201+
"@angular/core@~10.2.5":
202+
version "10.2.5"
203+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.5.tgz#2050b0dbb180aa98c2ec46bba6d4827565ba2a2d"
204+
integrity sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==
205+
dependencies:
206+
tslib "^2.0.0"
205207

206208
"@angular/forms@~9.0.7":
207209
version "9.0.7"
@@ -8005,6 +8007,11 @@ tslib@^1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
80058007
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
80068008
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
80078009

8010+
tslib@^2.0.0:
8011+
version "2.6.2"
8012+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8013+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
8014+
80088015
tslint@~5.18.0:
80098016
version "5.18.0"
80108017
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.18.0.tgz#f61a6ddcf372344ac5e41708095bbf043a147ac6"

0 commit comments

Comments
 (0)