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

Commit 825f49a

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 97cfa16 commit 825f49a

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"devDependencies": {
3232
"@babel/core": "7.24.6",
3333
"@babel/eslint-parser": "7.24.6",
34-
"@types/node": "20.14.0",
34+
"@types/node": "20.14.2",
3535
"@types/react": "18.3.3",
3636
"@types/react-dom": "18.3.0",
37-
"@typescript-eslint/eslint-plugin": "7.11.0",
38-
"@typescript-eslint/parser": "7.11.0",
37+
"@typescript-eslint/eslint-plugin": "7.12.0",
38+
"@typescript-eslint/parser": "7.12.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-airbnb": "19.0.4",
4141
"eslint-config-airbnb-typescript": "18.0.0",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,10 +2917,10 @@
29172917
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.2.tgz#d76fb80d87d0d8abfe334fc6d292e83e5524efc4"
29182918
integrity sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==
29192919

2920-
"@types/[email protected].0":
2921-
version "20.14.0"
2922-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.0.tgz#49ceec7b34f8621470cff44677fa9d461a477f17"
2923-
integrity sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==
2920+
"@types/[email protected].2":
2921+
version "20.14.2"
2922+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
2923+
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
29242924
dependencies:
29252925
undici-types "~5.26.4"
29262926

@@ -3015,16 +3015,16 @@
30153015
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
30163016
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
30173017

3018-
"@typescript-eslint/eslint-plugin@7.11.0":
3019-
version "7.11.0"
3020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
3021-
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
3018+
"@typescript-eslint/eslint-plugin@7.12.0":
3019+
version "7.12.0"
3020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
3021+
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
30223022
dependencies:
30233023
"@eslint-community/regexpp" "^4.10.0"
3024-
"@typescript-eslint/scope-manager" "7.11.0"
3025-
"@typescript-eslint/type-utils" "7.11.0"
3026-
"@typescript-eslint/utils" "7.11.0"
3027-
"@typescript-eslint/visitor-keys" "7.11.0"
3024+
"@typescript-eslint/scope-manager" "7.12.0"
3025+
"@typescript-eslint/type-utils" "7.12.0"
3026+
"@typescript-eslint/utils" "7.12.0"
3027+
"@typescript-eslint/visitor-keys" "7.12.0"
30283028
graphemer "^1.4.0"
30293029
ignore "^5.3.1"
30303030
natural-compare "^1.4.0"
@@ -3046,15 +3046,15 @@
30463046
semver "^7.3.7"
30473047
tsutils "^3.21.0"
30483048

3049-
"@typescript-eslint/parser@7.11.0":
3050-
version "7.11.0"
3051-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
3052-
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
3049+
"@typescript-eslint/parser@7.12.0":
3050+
version "7.12.0"
3051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
3052+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
30533053
dependencies:
3054-
"@typescript-eslint/scope-manager" "7.11.0"
3055-
"@typescript-eslint/types" "7.11.0"
3056-
"@typescript-eslint/typescript-estree" "7.11.0"
3057-
"@typescript-eslint/visitor-keys" "7.11.0"
3054+
"@typescript-eslint/scope-manager" "7.12.0"
3055+
"@typescript-eslint/types" "7.12.0"
3056+
"@typescript-eslint/typescript-estree" "7.12.0"
3057+
"@typescript-eslint/visitor-keys" "7.12.0"
30583058
debug "^4.3.4"
30593059

30603060
"@typescript-eslint/parser@^5.60.1":
@@ -3075,13 +3075,13 @@
30753075
"@typescript-eslint/types" "5.62.0"
30763076
"@typescript-eslint/visitor-keys" "5.62.0"
30773077

3078-
"@typescript-eslint/scope-manager@7.11.0":
3079-
version "7.11.0"
3080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
3081-
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
3078+
"@typescript-eslint/scope-manager@7.12.0":
3079+
version "7.12.0"
3080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
3081+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
30823082
dependencies:
3083-
"@typescript-eslint/types" "7.11.0"
3084-
"@typescript-eslint/visitor-keys" "7.11.0"
3083+
"@typescript-eslint/types" "7.12.0"
3084+
"@typescript-eslint/visitor-keys" "7.12.0"
30853085

30863086
"@typescript-eslint/[email protected]":
30873087
version "5.62.0"
@@ -3093,13 +3093,13 @@
30933093
debug "^4.3.4"
30943094
tsutils "^3.21.0"
30953095

3096-
"@typescript-eslint/type-utils@7.11.0":
3097-
version "7.11.0"
3098-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
3099-
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
3096+
"@typescript-eslint/type-utils@7.12.0":
3097+
version "7.12.0"
3098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
3099+
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
31003100
dependencies:
3101-
"@typescript-eslint/typescript-estree" "7.11.0"
3102-
"@typescript-eslint/utils" "7.11.0"
3101+
"@typescript-eslint/typescript-estree" "7.12.0"
3102+
"@typescript-eslint/utils" "7.12.0"
31033103
debug "^4.3.4"
31043104
ts-api-utils "^1.3.0"
31053105

@@ -3108,10 +3108,10 @@
31083108
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
31093109
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
31103110

3111-
"@typescript-eslint/types@7.11.0":
3112-
version "7.11.0"
3113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
3114-
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
3111+
"@typescript-eslint/types@7.12.0":
3112+
version "7.12.0"
3113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
3114+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
31153115

31163116
"@typescript-eslint/[email protected]":
31173117
version "5.62.0"
@@ -3126,13 +3126,13 @@
31263126
semver "^7.3.7"
31273127
tsutils "^3.21.0"
31283128

3129-
"@typescript-eslint/typescript-estree@7.11.0":
3130-
version "7.11.0"
3131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
3132-
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
3129+
"@typescript-eslint/typescript-estree@7.12.0":
3130+
version "7.12.0"
3131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
3132+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
31333133
dependencies:
3134-
"@typescript-eslint/types" "7.11.0"
3135-
"@typescript-eslint/visitor-keys" "7.11.0"
3134+
"@typescript-eslint/types" "7.12.0"
3135+
"@typescript-eslint/visitor-keys" "7.12.0"
31363136
debug "^4.3.4"
31373137
globby "^11.1.0"
31383138
is-glob "^4.0.3"
@@ -3154,15 +3154,15 @@
31543154
eslint-scope "^5.1.1"
31553155
semver "^7.3.7"
31563156

3157-
"@typescript-eslint/utils@7.11.0":
3158-
version "7.11.0"
3159-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
3160-
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
3157+
"@typescript-eslint/utils@7.12.0":
3158+
version "7.12.0"
3159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
3160+
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
31613161
dependencies:
31623162
"@eslint-community/eslint-utils" "^4.4.0"
3163-
"@typescript-eslint/scope-manager" "7.11.0"
3164-
"@typescript-eslint/types" "7.11.0"
3165-
"@typescript-eslint/typescript-estree" "7.11.0"
3163+
"@typescript-eslint/scope-manager" "7.12.0"
3164+
"@typescript-eslint/types" "7.12.0"
3165+
"@typescript-eslint/typescript-estree" "7.12.0"
31663166

31673167
"@typescript-eslint/[email protected]":
31683168
version "5.62.0"
@@ -3172,12 +3172,12 @@
31723172
"@typescript-eslint/types" "5.62.0"
31733173
eslint-visitor-keys "^3.3.0"
31743174

3175-
"@typescript-eslint/visitor-keys@7.11.0":
3176-
version "7.11.0"
3177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
3178-
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
3175+
"@typescript-eslint/visitor-keys@7.12.0":
3176+
version "7.12.0"
3177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
3178+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
31793179
dependencies:
3180-
"@typescript-eslint/types" "7.11.0"
3180+
"@typescript-eslint/types" "7.12.0"
31813181
eslint-visitor-keys "^3.4.3"
31823182

31833183
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)