Skip to content

Commit 855138c

Browse files
author
Christopher Quadflieg
committed
Update devDependencies
1 parent 6954b01 commit 855138c

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@types/jest": "~24.0.23",
3535
"@types/node": "~12.12.14",
3636
"@types/prettier": "~1.19.0",
37-
"@typescript-eslint/eslint-plugin": "~2.9.0",
38-
"@typescript-eslint/parser": "~2.9.0",
39-
"eslint": "~6.7.1",
37+
"@typescript-eslint/eslint-plugin": "~2.10.0",
38+
"@typescript-eslint/parser": "~2.10.0",
39+
"eslint": "~6.7.2",
4040
"eslint-config-prettier": "~6.7.0",
4141
"eslint-plugin-prettier": "~3.1.1",
4242
"jest": "~24.9.0",
43-
"jest-junit": "~9.0.0",
43+
"jest-junit": "~10.0.0",
4444
"prettier": "1.19.1",
4545
"ts-jest": "~24.2.0",
46-
"typescript": "~3.7.2"
46+
"typescript": "~3.7.3"
4747
},
4848
"peerDependencies": {
4949
"prettier": "^1.18.0"

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -383,40 +383,40 @@
383383
dependencies:
384384
"@types/yargs-parser" "*"
385385

386-
"@typescript-eslint/eslint-plugin@~2.9.0":
387-
version "2.9.0"
388-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9"
389-
integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ==
386+
"@typescript-eslint/eslint-plugin@~2.10.0":
387+
version "2.10.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.10.0.tgz#c4cb103275e555e8a7e9b3d14c5951eb6d431e70"
389+
integrity sha512-rT51fNLW0u3fnDGnAHVC5nu+Das+y2CpW10yqvf6/j5xbuUV3FxA3mBaIbM24CXODXjbgUznNb4Kg9XZOUxKAw==
390390
dependencies:
391-
"@typescript-eslint/experimental-utils" "2.9.0"
391+
"@typescript-eslint/experimental-utils" "2.10.0"
392392
eslint-utils "^1.4.3"
393393
functional-red-black-tree "^1.0.1"
394394
regexpp "^3.0.0"
395395
tsutils "^3.17.1"
396396

397-
"@typescript-eslint/experimental-utils@2.9.0":
398-
version "2.9.0"
399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
400-
integrity sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==
397+
"@typescript-eslint/experimental-utils@2.10.0":
398+
version "2.10.0"
399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.10.0.tgz#8db1656cdfd3d9dcbdbf360b8274dea76f0b2c2c"
400+
integrity sha512-FZhWq6hWWZBP76aZ7bkrfzTMP31CCefVIImrwP3giPLcoXocmLTmr92NLZxuIcTL4GTEOE33jQMWy9PwelL+yQ==
401401
dependencies:
402402
"@types/json-schema" "^7.0.3"
403-
"@typescript-eslint/typescript-estree" "2.9.0"
403+
"@typescript-eslint/typescript-estree" "2.10.0"
404404
eslint-scope "^5.0.0"
405405

406-
"@typescript-eslint/parser@~2.9.0":
407-
version "2.9.0"
408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.9.0.tgz#2e9cf438de119b143f642a3a406e1e27eb70b7cd"
409-
integrity sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==
406+
"@typescript-eslint/parser@~2.10.0":
407+
version "2.10.0"
408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.10.0.tgz#24b2e48384ab6d5a6121e4c4faf8892c79657ad3"
409+
integrity sha512-wQNiBokcP5ZsTuB+i4BlmVWq6o+oAhd8en2eSm/EE9m7BgZUIfEeYFd6z3S+T7bgNuloeiHA1/cevvbBDLr98g==
410410
dependencies:
411411
"@types/eslint-visitor-keys" "^1.0.0"
412-
"@typescript-eslint/experimental-utils" "2.9.0"
413-
"@typescript-eslint/typescript-estree" "2.9.0"
412+
"@typescript-eslint/experimental-utils" "2.10.0"
413+
"@typescript-eslint/typescript-estree" "2.10.0"
414414
eslint-visitor-keys "^1.1.0"
415415

416-
"@typescript-eslint/typescript-estree@2.9.0":
417-
version "2.9.0"
418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"
419-
integrity sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==
416+
"@typescript-eslint/typescript-estree@2.10.0":
417+
version "2.10.0"
418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.10.0.tgz#89cdabd5e8c774e9d590588cb42fb9afd14dcbd9"
419+
integrity sha512-oOYnplddQNm/LGVkqbkAwx4TIBuuZ36cAQq9v3nFIU9FmhemHuVzAesMSXNQDdAzCa5bFgCrfD3JWhYVKlRN2g==
420420
dependencies:
421421
debug "^4.1.1"
422422
eslint-visitor-keys "^1.1.0"
@@ -1100,9 +1100,9 @@ error-ex@^1.3.1:
11001100
is-arrayish "^0.2.1"
11011101

11021102
es-abstract@^1.5.1:
1103-
version "1.16.2"
1104-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
1105-
integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
1103+
version "1.16.3"
1104+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
1105+
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
11061106
dependencies:
11071107
es-to-primitive "^1.2.1"
11081108
function-bind "^1.1.1"
@@ -1175,10 +1175,10 @@ eslint-visitor-keys@^1.1.0:
11751175
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
11761176
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
11771177

1178-
eslint@~6.7.1:
1179-
version "6.7.1"
1180-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.1.tgz#269ccccec3ef60ab32358a44d147ac209154b919"
1181-
integrity sha512-UWzBS79pNcsDSxgxbdjkmzn/B6BhsXMfUaOHnNwyE8nD+Q6pyT96ow2MccVayUTV4yMid4qLhMiQaywctRkBLA==
1178+
eslint@~6.7.2:
1179+
version "6.7.2"
1180+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
1181+
integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
11821182
dependencies:
11831183
"@babel/code-frame" "^7.0.0"
11841184
ajv "^6.10.0"
@@ -2156,10 +2156,10 @@ jest-jasmine2@^24.9.0:
21562156
pretty-format "^24.9.0"
21572157
throat "^4.0.0"
21582158

2159-
jest-junit@~9.0.0:
2160-
version "9.0.0"
2161-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-9.0.0.tgz#9eb247dda7a8d2e1647a92f58a03a1490c74aea5"
2162-
integrity sha512-jnABGjL5pd2lhE1w3RIslZSufFbWQZGx8O3eluDES7qKxQuonXMtsPIi+4AKl4rtjb4DvMAjwLi4eHukc2FP/Q==
2159+
jest-junit@~10.0.0:
2160+
version "10.0.0"
2161+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-10.0.0.tgz#c94b91c24920a327c9d2a075e897b2dba4af494b"
2162+
integrity sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ==
21632163
dependencies:
21642164
jest-validate "^24.9.0"
21652165
mkdirp "^0.5.1"
@@ -3126,9 +3126,9 @@ prompts@^2.0.1:
31263126
sisteransi "^1.0.3"
31273127

31283128
psl@^1.1.24, psl@^1.1.28:
3129-
version "1.4.0"
3130-
resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
3131-
integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
3129+
version "1.5.0"
3130+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.5.0.tgz#47fd1292def7fdb1e138cd78afa8814cebcf7b13"
3131+
integrity sha512-4vqUjKi2huMu1OJiLhi3jN6jeeKvMZdI1tYgi/njW5zV52jNLgSAZSdN16m9bJFe61/cT8ulmw4qFitV9QRsEA==
31323132

31333133
pug-error@^1.3.3:
31343134
version "1.3.3"
@@ -3925,15 +3925,15 @@ type-fest@^0.8.1:
39253925
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
39263926
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
39273927

3928-
typescript@~3.7.2:
3929-
version "3.7.2"
3930-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
3931-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
3928+
typescript@~3.7.3:
3929+
version "3.7.3"
3930+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
3931+
integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==
39323932

39333933
uglify-js@^3.1.4:
3934-
version "3.7.0"
3935-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.0.tgz#14b854003386b7a7c045910f43afbc96d2aa5307"
3936-
integrity sha512-PC/ee458NEMITe1OufAjal65i6lB58R1HWMRcxwvdz1UopW0DYqlRL3xdu3IcTvTXsB02CRHykidkTRL+A3hQA==
3934+
version "3.7.1"
3935+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.1.tgz#35c7de17971a4aa7689cd2eae0a5b39bb838c0c5"
3936+
integrity sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==
39373937
dependencies:
39383938
commander "~2.20.3"
39393939
source-map "~0.6.1"

0 commit comments

Comments
 (0)