Skip to content

Commit 1b953e6

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies to v5.31.0
1 parent fa0404d commit 1b953e6

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"@types/yargs": "^17.0.8",
125125
"@types/yargs-parser": "^21.0.0",
126126
"@types/yarnpkg__lockfile": "^1.1.5",
127-
"@typescript-eslint/eslint-plugin": "5.30.7",
128-
"@typescript-eslint/parser": "5.30.7",
127+
"@typescript-eslint/eslint-plugin": "5.31.0",
128+
"@typescript-eslint/parser": "5.31.0",
129129
"@yarnpkg/lockfile": "1.1.0",
130130
"ajv": "8.11.0",
131131
"ajv-formats": "2.1.1",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,84 +2531,84 @@
25312531
dependencies:
25322532
"@types/node" "*"
25332533

2534-
"@typescript-eslint/eslint-plugin@5.30.7":
2535-
version "5.30.7"
2536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493"
2537-
integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==
2538-
dependencies:
2539-
"@typescript-eslint/scope-manager" "5.30.7"
2540-
"@typescript-eslint/type-utils" "5.30.7"
2541-
"@typescript-eslint/utils" "5.30.7"
2534+
"@typescript-eslint/eslint-plugin@5.31.0":
2535+
version "5.31.0"
2536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
2537+
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
2538+
dependencies:
2539+
"@typescript-eslint/scope-manager" "5.31.0"
2540+
"@typescript-eslint/type-utils" "5.31.0"
2541+
"@typescript-eslint/utils" "5.31.0"
25422542
debug "^4.3.4"
25432543
functional-red-black-tree "^1.0.1"
25442544
ignore "^5.2.0"
25452545
regexpp "^3.2.0"
25462546
semver "^7.3.7"
25472547
tsutils "^3.21.0"
25482548

2549-
"@typescript-eslint/parser@5.30.7":
2550-
version "5.30.7"
2551-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
2552-
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
2549+
"@typescript-eslint/parser@5.31.0":
2550+
version "5.31.0"
2551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
2552+
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
25532553
dependencies:
2554-
"@typescript-eslint/scope-manager" "5.30.7"
2555-
"@typescript-eslint/types" "5.30.7"
2556-
"@typescript-eslint/typescript-estree" "5.30.7"
2554+
"@typescript-eslint/scope-manager" "5.31.0"
2555+
"@typescript-eslint/types" "5.31.0"
2556+
"@typescript-eslint/typescript-estree" "5.31.0"
25572557
debug "^4.3.4"
25582558

2559-
"@typescript-eslint/scope-manager@5.30.7":
2560-
version "5.30.7"
2561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7"
2562-
integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==
2559+
"@typescript-eslint/scope-manager@5.31.0":
2560+
version "5.31.0"
2561+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
2562+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
25632563
dependencies:
2564-
"@typescript-eslint/types" "5.30.7"
2565-
"@typescript-eslint/visitor-keys" "5.30.7"
2564+
"@typescript-eslint/types" "5.31.0"
2565+
"@typescript-eslint/visitor-keys" "5.31.0"
25662566

2567-
"@typescript-eslint/type-utils@5.30.7":
2568-
version "5.30.7"
2569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd"
2570-
integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==
2567+
"@typescript-eslint/type-utils@5.31.0":
2568+
version "5.31.0"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
2570+
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
25712571
dependencies:
2572-
"@typescript-eslint/utils" "5.30.7"
2572+
"@typescript-eslint/utils" "5.31.0"
25732573
debug "^4.3.4"
25742574
tsutils "^3.21.0"
25752575

2576-
"@typescript-eslint/types@5.30.7":
2577-
version "5.30.7"
2578-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
2579-
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
2576+
"@typescript-eslint/types@5.31.0":
2577+
version "5.31.0"
2578+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
2579+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
25802580

2581-
"@typescript-eslint/typescript-estree@5.30.7":
2582-
version "5.30.7"
2583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
2584-
integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==
2581+
"@typescript-eslint/typescript-estree@5.31.0":
2582+
version "5.31.0"
2583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
2584+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
25852585
dependencies:
2586-
"@typescript-eslint/types" "5.30.7"
2587-
"@typescript-eslint/visitor-keys" "5.30.7"
2586+
"@typescript-eslint/types" "5.31.0"
2587+
"@typescript-eslint/visitor-keys" "5.31.0"
25882588
debug "^4.3.4"
25892589
globby "^11.1.0"
25902590
is-glob "^4.0.3"
25912591
semver "^7.3.7"
25922592
tsutils "^3.21.0"
25932593

2594-
"@typescript-eslint/utils@5.30.7":
2595-
version "5.30.7"
2596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb"
2597-
integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==
2594+
"@typescript-eslint/utils@5.31.0":
2595+
version "5.31.0"
2596+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
2597+
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
25982598
dependencies:
25992599
"@types/json-schema" "^7.0.9"
2600-
"@typescript-eslint/scope-manager" "5.30.7"
2601-
"@typescript-eslint/types" "5.30.7"
2602-
"@typescript-eslint/typescript-estree" "5.30.7"
2600+
"@typescript-eslint/scope-manager" "5.31.0"
2601+
"@typescript-eslint/types" "5.31.0"
2602+
"@typescript-eslint/typescript-estree" "5.31.0"
26032603
eslint-scope "^5.1.1"
26042604
eslint-utils "^3.0.0"
26052605

2606-
"@typescript-eslint/visitor-keys@5.30.7":
2607-
version "5.30.7"
2608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a"
2609-
integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==
2606+
"@typescript-eslint/visitor-keys@5.31.0":
2607+
version "5.31.0"
2608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
2609+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
26102610
dependencies:
2611-
"@typescript-eslint/types" "5.30.7"
2611+
"@typescript-eslint/types" "5.31.0"
26122612
eslint-visitor-keys "^3.3.0"
26132613

26142614
"@verdaccio/[email protected]":

0 commit comments

Comments
 (0)