diff --git a/package.json b/package.json index 9c2cfcc9..b1d00fe5 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "angular": "^1.5.0" }, "devDependencies": { + "@angular/animations": "9.1.12", "@angular/common": "^9.0.0", "@angular/compiler": "^9.0.0", "@angular/compiler-cli": "^9.0.0", @@ -32,7 +33,7 @@ "@uirouter/angular": "^7.0.0", "@uirouter/angularjs": "^1.0.26", "@uirouter/core": "^6.0.5", - "@uirouter/publish-scripts": "^2.3.48", + "@uirouter/publish-scripts": "^2.5.2", "@uirouter/rx": "^0.6.5", "angular": "^1.7.9", "husky": "^4.2.5", diff --git a/yarn.lock b/yarn.lock index 1d300ff5..b0a39d54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +"@angular/animations@9.1.12": + version "9.1.12" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.12.tgz#1c9c1a792be4b52b196cab1e5c88bd319b60716d" + integrity sha512-tphpf9QHnOPoL2Jl7KpR+R5aHNW3oifLEmRUTajJYJGvo1uzdUDE82+V9OGOinxJsYseCth9gYJhN24aYTB9NA== + "@angular/common@^9.0.0": version "9.1.12" resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.12.tgz#731701fae63ae8e2ee2ce00e7d51f458ecd00c7c" @@ -206,10 +211,10 @@ resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.5.tgz#60f13fd530fc75daa283e2bece944516559d066b" integrity sha512-WN2HyELsxvqLaCMYCWojGW/QLRBgFBfwyERp5jC3Vn1njo/FLI5hplVqWMu6LIGp6Hpz3pbdtSaiFb1iY7iTVw== -"@uirouter/publish-scripts@^2.3.48": - version "2.4.3" - resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.4.3.tgz#3e2a54cc8840e81a26dd047b9350b8666e5efcc3" - integrity sha512-I66r7ffYDdpm5lt3noKVZ9GAit1qat081VTZ4qfQqraGn9TY/oMhT4VGbFNhHcF8cCuzoAnaZwqdz+suruRpeg== +"@uirouter/publish-scripts@^2.5.2": + version "2.5.2" + resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.5.2.tgz#d17c228851a18df56b0df2b1533c7d5cb177c078" + integrity sha512-LV3K5Dh5kJtySF55rRgvJmtvcJRkNnYHmpRoGkXdrPFzRC+eog+C7qGvIRW8aVz/ZF2Kls9Yq6bk7lMBIR5Snw== dependencies: check-peer-dependencies "^2.0.2" conventional-changelog "^3.1.21"