Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9a5aa15

Browse files
committed
chore: upgrade deps and refresh lockfile
1 parent e491722 commit 9a5aa15

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/parser": "^4.22.0",
8585
"babel-loader": "^8.2.2",
8686
"codecov": "^3.8.1",
87-
"core-js": "3.10.1",
87+
"core-js": "3.10.2",
8888
"cross-env": "^7.0.3",
8989
"eslint": "^7.24.0",
9090
"eslint-config-prettier": "^8.2.0",

yarn.lock

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,14 +2352,6 @@
23522352
"@typescript-eslint/typescript-estree" "4.22.0"
23532353
debug "^4.1.1"
23542354

2355-
"@typescript-eslint/[email protected]":
2356-
version "4.21.0"
2357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d"
2358-
integrity sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw==
2359-
dependencies:
2360-
"@typescript-eslint/types" "4.21.0"
2361-
"@typescript-eslint/visitor-keys" "4.21.0"
2362-
23632355
"@typescript-eslint/[email protected]":
23642356
version "4.22.0"
23652357
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
@@ -2368,29 +2360,11 @@
23682360
"@typescript-eslint/types" "4.22.0"
23692361
"@typescript-eslint/visitor-keys" "4.22.0"
23702362

2371-
"@typescript-eslint/[email protected]":
2372-
version "4.21.0"
2373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef"
2374-
integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w==
2375-
23762363
"@typescript-eslint/[email protected]":
23772364
version "4.22.0"
23782365
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
23792366
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
23802367

2381-
"@typescript-eslint/[email protected]":
2382-
version "4.21.0"
2383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a"
2384-
integrity sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w==
2385-
dependencies:
2386-
"@typescript-eslint/types" "4.21.0"
2387-
"@typescript-eslint/visitor-keys" "4.21.0"
2388-
debug "^4.1.1"
2389-
globby "^11.0.1"
2390-
is-glob "^4.0.1"
2391-
semver "^7.3.2"
2392-
tsutils "^3.17.1"
2393-
23942368
"@typescript-eslint/[email protected]":
23952369
version "4.22.0"
23962370
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -2404,14 +2378,6 @@
24042378
semver "^7.3.2"
24052379
tsutils "^3.17.1"
24062380

2407-
"@typescript-eslint/[email protected]":
2408-
version "4.21.0"
2409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d"
2410-
integrity sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w==
2411-
dependencies:
2412-
"@typescript-eslint/types" "4.21.0"
2413-
eslint-visitor-keys "^2.0.0"
2414-
24152381
"@typescript-eslint/[email protected]":
24162382
version "4.22.0"
24172383
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -4447,10 +4413,10 @@ core-js-compat@^3.10.0, core-js-compat@^3.9.0, core-js-compat@^3.9.1:
44474413
browserslist "^4.16.3"
44484414
semver "7.0.0"
44494415

4450-
4451-
version "3.10.1"
4452-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.10.1.tgz#e683963978b6806dcc6c0a4a8bd4ab0bdaf3f21a"
4453-
integrity sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==
4416+
4417+
version "3.10.2"
4418+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.10.2.tgz#17cb038ce084522a717d873b63f2b3ee532e2cd5"
4419+
integrity sha512-W+2oVYeNghuBr3yTzZFQ5rfmjZtYB/Ubg87R5YOmlGrIb+Uw9f7qjUbhsj+/EkXhcV7eOD3jiM4+sgraX3FZUw==
44544420

44554421
core-js@^2.6.5:
44564422
version "2.6.12"

0 commit comments

Comments
 (0)