Skip to content

Commit ae3b00e

Browse files
committed
Updates @nguniversal/express-engine.
1 parent f3280a6 commit ae3b00e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@angular/platform-browser": "11.2.1",
6161
"@angular/platform-browser-dynamic": "11.2.1",
6262
"@angular/platform-server": "11.2.1",
63-
"@nguniversal/express-engine": "^10.0.1",
63+
"@nguniversal/express-engine": "^11.2.0",
6464
"@thisissoon/schematics": "^1.0.0-alpha.17",
6565
"@types/jasmine": "~3.6.0",
6666
"@types/jasminewd2": "~2.0.2",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,19 +1398,20 @@
13981398
enhanced-resolve "5.7.0"
13991399
webpack-sources "2.2.0"
14001400

1401-
"@nguniversal/common@10.0.1":
1402-
version "10.0.1"
1403-
resolved "https://registry.yarnpkg.com/@nguniversal/common/-/common-10.0.1.tgz#964b8cc7745db8f6c3c9f39bbaee401c6354fa4b"
1404-
integrity sha512-don1zW+ZOBQS1PTLg006L+Uqwk9fIVnq595196XpVFn/7x5h5vCQRElZsu9LdzwFPu5b1Mjz1/3X/D4Q4SFewg==
1401+
"@nguniversal/common@11.2.0":
1402+
version "11.2.0"
1403+
resolved "https://registry.yarnpkg.com/@nguniversal/common/-/common-11.2.0.tgz#9b2406746818f9ab0c08718d142a35041af763ab"
1404+
integrity sha512-AStKUerA7Y5R2wIXzv7/G/Vd0427HuIOYkaSCMlVkKIU78ZUs2jS2qhIb09O7WP+47hPgBxFmbf1SkEtUkLfAg==
14051405
dependencies:
1406+
critters "0.0.7"
14061407
tslib "^2.0.0"
14071408

1408-
"@nguniversal/express-engine@^10.0.1":
1409-
version "10.0.1"
1410-
resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-10.0.1.tgz#ed2a37a382598b1f798470c2ed96b9f48d354806"
1411-
integrity sha512-Ie4q6WTMTV6iMaEofG1UO8xagCPUNTfIgAwuR+dcPCc5c8MYOKRi6EQ2X9fltUv0X92PFjI4dxi/DPa6f6AIeg==
1409+
"@nguniversal/express-engine@^11.2.0":
1410+
version "11.2.0"
1411+
resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-11.2.0.tgz#93d65569074d27e67e75bc212151ea79a21db198"
1412+
integrity sha512-cCV9nW/hPyG39qpZetwTB908hXiKYhBEjrb+GiXMyzCeya5IGWK1Ql29BSRH1/5+gVujLdeQt4wqytnkO7wJMg==
14121413
dependencies:
1413-
"@nguniversal/common" "10.0.1"
1414+
"@nguniversal/common" "11.2.0"
14141415
tslib "^2.0.0"
14151416

14161417
"@nodelib/fs.scandir@2.1.3":

0 commit comments

Comments
 (0)