Skip to content

Commit 3d3d1f9

Browse files
authored
Merge pull request #588 from raduwen/dependabot/npm_and_yarn/eslint-config-next-15.5.0
build(deps-dev): bump eslint-config-next from 15.1.7 to 15.5.0
2 parents 18a2fa2 + 12025f7 commit 3d3d1f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "^5.59.6",
3232
"@typescript-eslint/parser": "^5.62.0",
3333
"eslint": "^9.33.0",
34-
"eslint-config-next": "^15.1.7",
34+
"eslint-config-next": "^15.5.0",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-react": "^7.37.5",
3737
"firebase-tools": "^14.12.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,10 +1947,10 @@
19471947
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.6.tgz#d52942ee978818b79df8027f5fe62d5523cf058b"
19481948
integrity sha512-yHDKVTcHrZy/8TWhj0B23ylKv5ypocuCwey9ZqPyv4rPdUdRzpGCkSi03t04KBPyU96kxVtUqx6O3nE1kpxASQ==
19491949

1950-
"@next/eslint-plugin-next@15.1.7":
1951-
version "15.1.7"
1952-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.7.tgz#f8593c714f51ac6d443fb298584954d5def4392b"
1953-
integrity sha512-kRP7RjSxfTO13NE317ek3mSGzoZlI33nc/i5hs1KaWpK+egs85xg0DJ4p32QEiHnR0mVjuUfhRIun7awqfL7pQ==
1950+
"@next/eslint-plugin-next@15.5.0":
1951+
version "15.5.0"
1952+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz#bee716b8d435e3c8496391770c6eff5dcf848e51"
1953+
integrity sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg==
19541954
dependencies:
19551955
fast-glob "3.3.1"
19561956

@@ -4152,12 +4152,12 @@ escodegen@^2.1.0:
41524152
optionalDependencies:
41534153
source-map "~0.6.1"
41544154

4155-
eslint-config-next@^15.1.7:
4156-
version "15.1.7"
4157-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.1.7.tgz#80d287e6d1c0742304de8fe57cbc45000c455c11"
4158-
integrity sha512-zXoMnYUIy3XHaAoOhrcYkT9UQWvXqWju2K7NNsmb5wd/7XESDwof61eUdW4QhERr3eJ9Ko/vnXqIrj8kk/drYw==
4155+
eslint-config-next@^15.5.0:
4156+
version "15.5.0"
4157+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.0.tgz#3b9ec8ceb175986a7781b4106646da6a8d09c08f"
4158+
integrity sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w==
41594159
dependencies:
4160-
"@next/eslint-plugin-next" "15.1.7"
4160+
"@next/eslint-plugin-next" "15.5.0"
41614161
"@rushstack/eslint-patch" "^1.10.3"
41624162
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
41634163
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)