Skip to content

Commit a43f6e9

Browse files
chore(package): Update @uirouter/publish-scripts
1 parent 16de4eb commit a43f6e9

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@angular/router": "^5.0.0",
6969
"@types/jasmine": "3.4.0",
7070
"@types/jquery": "^3.3.29",
71-
"@uirouter/publish-scripts": "^2.3.33",
71+
"@uirouter/publish-scripts": "^2.3.34",
7272
"husky": "^3.0.0",
7373
"jasmine-core": "^3.3.0",
7474
"karma": "^4.1.0",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,12 @@
134134
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.1.tgz#93b02a5d178a7ab7313f34b7b3f019a000d23396"
135135
integrity sha512-mHCutiHtDDRKYmrJ92XPKDoSb2bgqaDyUpHdF4hUE+riwgkCvGdBjL8u+VDTcV3slBAk6B0LBIOIajjWkkObbQ==
136136

137-
"@uirouter/publish-scripts@^2.3.33":
138-
version "2.3.33"
139-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.33.tgz#44d591498dcc007e1d184810832965ca506f5111"
140-
integrity sha512-C8iWUN+S/DEN0uZI6W2G3z21C9NaBa7kWUafpecASC5zqiYvTzGl22WRVsWEU6mRwg+t+XbuEbwIFwNZ1zckHw==
137+
"@uirouter/publish-scripts@^2.3.34":
138+
version "2.3.34"
139+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.34.tgz#0030d23ae63388342afab1e94fffbf8708cf0741"
140+
integrity sha512-yfZ1+sYvpxMBgeglXcDgBm3ejwaTOv5GyLeZHatf4rwsMagwlTt9ZBlejwqLm7J0k4wWk7w2YswtRN+RDIY8gg==
141141
dependencies:
142+
"@types/resolve" "0.0.8"
142143
conventional-changelog "^3.1.10"
143144
conventional-changelog-ui-router-core "^1.4.2"
144145
find-parent-dir "^0.3.0"
@@ -148,6 +149,7 @@
148149
npm-run-all "^4.1.5"
149150
open "^6.4.0"
150151
readline-sync "^1.4.10"
152+
resolve "^1.12.0"
151153
shelljs "^0.8.3"
152154
shx "^0.3.1"
153155
tmp "^0.1.0"
@@ -4701,6 +4703,13 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.3.
47014703
dependencies:
47024704
path-parse "^1.0.6"
47034705

4706+
resolve@^1.12.0:
4707+
version "1.12.0"
4708+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4709+
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4710+
dependencies:
4711+
path-parse "^1.0.6"
4712+
47044713
ret@~0.1.10:
47054714
version "0.1.15"
47064715
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"

0 commit comments

Comments
 (0)