Skip to content

Commit 481fea9

Browse files
authored
Merge branch 'master' into renovate/eslint-monorepo
2 parents d09033a + 3bae524 commit 481fea9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@types/jest": "29.5.14",
5454
"@types/lodash": "4.17.16",
5555
"@types/lru-cache": "5.1.1",
56-
"@types/node": "22.13.9",
56+
"@types/node": "22.13.10",
5757
"@types/semver": "7.5.8",
5858
"@types/topojson-specification": "1.0.5",
5959
"@typescript-eslint/eslint-plugin": "8.26.0",
6060
"@typescript-eslint/parser": "8.26.0",
6161
"babel-jest": "29.7.0",
6262
"eslint": "9.22.0",
63-
"eslint-config-prettier": "10.0.2",
63+
"eslint-config-prettier": "10.1.1",
6464
"eslint-plugin-prettier": "5.2.3",
6565
"globals": "16.0.0",
6666
"husky": "9.1.7",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2141,10 +2141,10 @@
21412141
dependencies:
21422142
undici-types "~5.26.4"
21432143

2144-
"@types/node@22.13.9":
2145-
version "22.13.9"
2146-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
2147-
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
2144+
"@types/node@22.13.10":
2145+
version "22.13.10"
2146+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
2147+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
21482148
dependencies:
21492149
undici-types "~6.20.0"
21502150

@@ -2828,10 +2828,10 @@ escape-string-regexp@^4.0.0:
28282828
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
28292829
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
28302830

2831-
eslint-config-prettier@10.0.2:
2832-
version "10.0.2"
2833-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
2834-
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
2831+
eslint-config-prettier@10.1.1:
2832+
version "10.1.1"
2833+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
2834+
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
28352835

28362836
eslint-plugin-prettier@5.2.3:
28372837
version "5.2.3"

0 commit comments

Comments
 (0)