Skip to content

Commit c228817

Browse files
chore(deps): update dependency eslint-config-next to v12.3.5
1 parent 504560d commit c228817

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "17.0.45",
2929
"@types/react": "17.0.50",
3030
"eslint": "8.24.0",
31-
"eslint-config-next": "12.3.1",
31+
"eslint-config-next": "12.3.5",
3232
"typescript": "4.6.2"
3333
}
3434
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,10 @@
980980
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.1.tgz#18266bd92de3b4aa4037b1927aa59e6f11879260"
981981
integrity sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg==
982982

983-
"@next/eslint-plugin-next@12.3.1":
984-
version "12.3.1"
985-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.3.1.tgz#b821f27b0f175954d8d18e5d323fce040ecc79a6"
986-
integrity sha512-sw+lTf6r6P0j+g/n9y4qdWWI2syPqZx+uc0+B/fRENqfR3KpSid6MIKqc9gNwGhJASazEQ5b3w8h4cAET213jw==
983+
"@next/eslint-plugin-next@12.3.5":
984+
version "12.3.5"
985+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.3.5.tgz#636c6d26e63a8cc5b1e93f0ac0a939999b5d4b13"
986+
integrity sha512-Dw6sF3UIAV0B401jyUg/cXycxttTCD+oQy1GuNLJhzdrSwZWG9Q2pMZzf35/QcHXYpTo2ielcpQZTPFdg8CFwg==
987987
dependencies:
988988
glob "7.1.7"
989989

@@ -2276,12 +2276,12 @@ escape-string-regexp@^4.0.0:
22762276
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
22772277
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
22782278

2279-
eslint-config-next@12.3.1:
2280-
version "12.3.1"
2281-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.3.1.tgz#5d4eb0b7903cea81fd0d5106601d3afb0a453ff4"
2282-
integrity sha512-EN/xwKPU6jz1G0Qi6Bd/BqMnHLyRAL0VsaQaWA7F3KkjAgZHi4f1uL1JKGWNxdQpHTW/sdGONBd0bzxUka/DJg==
2279+
eslint-config-next@12.3.5:
2280+
version "12.3.5"
2281+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.3.5.tgz#1f57d6984337b65da835bf36e716cdf70bd87868"
2282+
integrity sha512-xBv2ri51KKlWhRB9zVDJLI0ZUXcnLtE41qNHe7ESd5QOf+qUyX7oiaZ1TXROtIx1ELWmdU0vZJGS7GgnHmoqhw==
22832283
dependencies:
2284-
"@next/eslint-plugin-next" "12.3.1"
2284+
"@next/eslint-plugin-next" "12.3.5"
22852285
"@rushstack/eslint-patch" "^1.1.3"
22862286
"@typescript-eslint/parser" "^5.21.0"
22872287
eslint-import-resolver-node "^0.3.6"

0 commit comments

Comments
 (0)