Skip to content

Commit 48340ab

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent c261262 commit 48340ab

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@bazel/typescript": "4.0.0",
9797
"@discoveryjs/json-ext": "0.5.3",
9898
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
99-
"@types/babel__core": "7.1.15",
99+
"@types/babel__core": "7.1.16",
100100
"@types/babel__template": "7.4.1",
101101
"@types/cacache": "^15.0.0",
102102
"@types/caniuse-lite": "^1.0.0",
@@ -125,8 +125,8 @@
125125
"@types/text-table": "^0.2.1",
126126
"@types/uuid": "^8.0.0",
127127
"@types/webpack-dev-server": "^4.0.3",
128-
"@typescript-eslint/eslint-plugin": "4.30.0",
129-
"@typescript-eslint/parser": "4.30.0",
128+
"@typescript-eslint/eslint-plugin": "4.31.0",
129+
"@typescript-eslint/parser": "4.31.0",
130130
"@yarnpkg/lockfile": "1.1.0",
131131
"ajv": "8.6.2",
132132
"ajv-formats": "2.1.1",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,10 +1741,10 @@
17411741
"@types/browserslist" "*"
17421742
postcss "7.x.x"
17431743

1744-
"@types/[email protected].15":
1745-
version "7.1.15"
1746-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz#2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024"
1747-
integrity sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==
1744+
"@types/[email protected].16":
1745+
version "7.1.16"
1746+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.16.tgz#bc12c74b7d65e82d29876b5d0baf5c625ac58702"
1747+
integrity sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==
17481748
dependencies:
17491749
"@babel/parser" "^7.1.0"
17501750
"@babel/types" "^7.0.0"
@@ -2288,73 +2288,73 @@
22882288
dependencies:
22892289
"@types/node" "*"
22902290

2291-
"@typescript-eslint/eslint-plugin@4.30.0":
2292-
version "4.30.0"
2293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
2294-
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
2291+
"@typescript-eslint/eslint-plugin@4.31.0":
2292+
version "4.31.0"
2293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.0.tgz#9c3fa6f44bad789a962426ad951b54695bd3af6b"
2294+
integrity sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==
22952295
dependencies:
2296-
"@typescript-eslint/experimental-utils" "4.30.0"
2297-
"@typescript-eslint/scope-manager" "4.30.0"
2296+
"@typescript-eslint/experimental-utils" "4.31.0"
2297+
"@typescript-eslint/scope-manager" "4.31.0"
22982298
debug "^4.3.1"
22992299
functional-red-black-tree "^1.0.1"
23002300
regexpp "^3.1.0"
23012301
semver "^7.3.5"
23022302
tsutils "^3.21.0"
23032303

2304-
"@typescript-eslint/experimental-utils@4.30.0":
2305-
version "4.30.0"
2306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
2307-
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
2304+
"@typescript-eslint/experimental-utils@4.31.0":
2305+
version "4.31.0"
2306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.0.tgz#0ef1d5d86c334f983a00f310e43c1ce4c14e054d"
2307+
integrity sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==
23082308
dependencies:
23092309
"@types/json-schema" "^7.0.7"
2310-
"@typescript-eslint/scope-manager" "4.30.0"
2311-
"@typescript-eslint/types" "4.30.0"
2312-
"@typescript-eslint/typescript-estree" "4.30.0"
2310+
"@typescript-eslint/scope-manager" "4.31.0"
2311+
"@typescript-eslint/types" "4.31.0"
2312+
"@typescript-eslint/typescript-estree" "4.31.0"
23132313
eslint-scope "^5.1.1"
23142314
eslint-utils "^3.0.0"
23152315

2316-
"@typescript-eslint/parser@4.30.0":
2317-
version "4.30.0"
2318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
2319-
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
2316+
"@typescript-eslint/parser@4.31.0":
2317+
version "4.31.0"
2318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.0.tgz#87b7cd16b24b9170c77595d8b1363f8047121e05"
2319+
integrity sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==
23202320
dependencies:
2321-
"@typescript-eslint/scope-manager" "4.30.0"
2322-
"@typescript-eslint/types" "4.30.0"
2323-
"@typescript-eslint/typescript-estree" "4.30.0"
2321+
"@typescript-eslint/scope-manager" "4.31.0"
2322+
"@typescript-eslint/types" "4.31.0"
2323+
"@typescript-eslint/typescript-estree" "4.31.0"
23242324
debug "^4.3.1"
23252325

2326-
"@typescript-eslint/scope-manager@4.30.0":
2327-
version "4.30.0"
2328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
2329-
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
2326+
"@typescript-eslint/scope-manager@4.31.0":
2327+
version "4.31.0"
2328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz#9be33aed4e9901db753803ba233b70d79a87fc3e"
2329+
integrity sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==
23302330
dependencies:
2331-
"@typescript-eslint/types" "4.30.0"
2332-
"@typescript-eslint/visitor-keys" "4.30.0"
2331+
"@typescript-eslint/types" "4.31.0"
2332+
"@typescript-eslint/visitor-keys" "4.31.0"
23332333

2334-
"@typescript-eslint/types@4.30.0":
2335-
version "4.30.0"
2336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
2337-
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
2334+
"@typescript-eslint/types@4.31.0":
2335+
version "4.31.0"
2336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
2337+
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
23382338

2339-
"@typescript-eslint/typescript-estree@4.30.0":
2340-
version "4.30.0"
2341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
2342-
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
2339+
"@typescript-eslint/typescript-estree@4.31.0":
2340+
version "4.31.0"
2341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz#4da4cb6274a7ef3b21d53f9e7147cc76f278a078"
2342+
integrity sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==
23432343
dependencies:
2344-
"@typescript-eslint/types" "4.30.0"
2345-
"@typescript-eslint/visitor-keys" "4.30.0"
2344+
"@typescript-eslint/types" "4.31.0"
2345+
"@typescript-eslint/visitor-keys" "4.31.0"
23462346
debug "^4.3.1"
23472347
globby "^11.0.3"
23482348
is-glob "^4.0.1"
23492349
semver "^7.3.5"
23502350
tsutils "^3.21.0"
23512351

2352-
"@typescript-eslint/visitor-keys@4.30.0":
2353-
version "4.30.0"
2354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
2355-
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
2352+
"@typescript-eslint/visitor-keys@4.31.0":
2353+
version "4.31.0"
2354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz#4e87b7761cb4e0e627dc2047021aa693fc76ea2b"
2355+
integrity sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==
23562356
dependencies:
2357-
"@typescript-eslint/types" "4.30.0"
2357+
"@typescript-eslint/types" "4.31.0"
23582358
eslint-visitor-keys "^2.0.0"
23592359

23602360
"@verdaccio/[email protected]", "@verdaccio/commons-api@^10.0.0":

0 commit comments

Comments
 (0)