Skip to content

Commit 726d5e9

Browse files
g-ginzunzaGustavo Inzunza
andauthored
upgrading versions (#151)
Co-authored-by: Gustavo Inzunza <[email protected]>
1 parent 8f6e875 commit 726d5e9

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"devDependencies": {
4646
"@contentful/rich-text-types": "^13.4.0",
4747
"@types/fs-extra": "^9.0.8",
48-
"@types/jest": "^26.0.0",
48+
"@types/jest": "^26.0.24",
4949
"@types/lodash": "^4.14.168",
5050
"@types/meow": "^5.0.0",
5151
"@types/node": "^14.14.32",
5252
"@types/prettier": "^1.18.0",
5353
"contentful": "^8.1.9",
54-
"cz-conventional-changelog": "^3.0.2",
54+
"cz-conventional-changelog": "^3.3.0",
5555
"husky": "^3.0.2",
56-
"jest": "^26.0.0",
57-
"lint-staged": "^9.2.1",
56+
"jest": "^26.6.3",
57+
"lint-staged": "^9.5.0",
5858
"prettier": "1.x",
5959
"rimraf": "^2.6.3",
6060
"rollup": "^1.18.0",
@@ -63,7 +63,7 @@
6363
"rollup-plugin-node-resolve": "^5.2.0",
6464
"rollup-plugin-sourcemaps": "^0.4.2",
6565
"rollup-plugin-typescript2": "^0.22.1",
66-
"semantic-release": "^17.4.1",
66+
"semantic-release": "^17.4.7",
6767
"ts-jest": "^26.0.0",
6868
"ts-node": "^10.6.0",
6969
"tslint": "^5.18.0",

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
dependencies:
988988
"@types/istanbul-lib-report" "*"
989989

990-
"@types/jest@^26.0.0":
991-
version "26.0.20"
992-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
993-
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
990+
"@types/jest@^26.0.24":
991+
version "26.0.24"
992+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
993+
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
994994
dependencies:
995995
jest-diff "^26.0.0"
996996
pretty-format "^26.0.0"
@@ -2296,7 +2296,7 @@ [email protected]:
22962296
optionalDependencies:
22972297
"@commitlint/load" ">6.1.1"
22982298

2299-
cz-conventional-changelog@^3.0.2:
2299+
cz-conventional-changelog@^3.3.0:
23002300
version "3.3.0"
23012301
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
23022302
integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
@@ -3565,13 +3565,20 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.7.1, hosted-git-info@^2.8.8:
35653565
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
35663566
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
35673567

3568-
hosted-git-info@^3.0.0, hosted-git-info@^3.0.6:
3568+
hosted-git-info@^3.0.6:
35693569
version "3.0.8"
35703570
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.8.tgz#6e35d4cc87af2c5f816e4cb9ce350ba87a3f370d"
35713571
integrity sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==
35723572
dependencies:
35733573
lru-cache "^6.0.0"
35743574

3575+
hosted-git-info@^4.0.0:
3576+
version "4.1.0"
3577+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
3578+
integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
3579+
dependencies:
3580+
lru-cache "^6.0.0"
3581+
35753582
html-encoding-sniffer@^2.0.1:
35763583
version "2.0.1"
35773584
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
@@ -4628,7 +4635,7 @@ jest-worker@^26.6.2:
46284635
merge-stream "^2.0.0"
46294636
supports-color "^7.0.0"
46304637

4631-
jest@^26.0.0:
4638+
jest@^26.6.3:
46324639
version "26.6.3"
46334640
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
46344641
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
@@ -4953,7 +4960,7 @@ lines-and-columns@^1.1.6:
49534960
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
49544961
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
49554962

4956-
lint-staged@^9.2.1:
4963+
lint-staged@^9.5.0:
49574964
version "9.5.0"
49584965
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33"
49594966
integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==
@@ -7072,10 +7079,10 @@ saxes@^5.0.1:
70727079
dependencies:
70737080
xmlchars "^2.2.0"
70747081

7075-
semantic-release@^17.4.1:
7076-
version "17.4.1"
7077-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.1.tgz#71b89a772452f8cd3bbd55bbf99287630be1c81f"
7078-
integrity sha512-o/Rjk0HCBUWEYxN99Vq04Th+XtRQAxbC+FN+pBQ49wpqQ5NW/cfwhfw0qyxeTEhbchQ/1/KGMPWqD4/rRScAag==
7082+
semantic-release@^17.4.7:
7083+
version "17.4.7"
7084+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.7.tgz#88e1dce7294cc43acc54c4e0a83f582264567206"
7085+
integrity sha512-3Ghu8mKCJgCG3QzE5xphkYWM19lGE3XjFdOXQIKBM2PBpBvgFQ/lXv31oX0+fuN/UjNFO/dqhNs8ATLBhg6zBg==
70797086
dependencies:
70807087
"@semantic-release/commit-analyzer" "^8.0.0"
70817088
"@semantic-release/error" "^2.2.0"
@@ -7092,8 +7099,8 @@ semantic-release@^17.4.1:
70927099
get-stream "^6.0.0"
70937100
git-log-parser "^1.2.0"
70947101
hook-std "^2.0.0"
7095-
hosted-git-info "^3.0.0"
7096-
lodash "^4.17.15"
7102+
hosted-git-info "^4.0.0"
7103+
lodash "^4.17.21"
70977104
marked "^2.0.0"
70987105
marked-terminal "^4.1.1"
70997106
micromatch "^4.0.2"

0 commit comments

Comments
 (0)