Skip to content

Commit d2b9b68

Browse files
Bump webpack from 5.92.1 to 5.93.0 (#700)
1 parent 44143f7 commit d2b9b68

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"eslint-config-next": "14.2.5",
5151
"playwright": "^1.45.3",
5252
"typescript": ">=5.5.4",
53-
"webpack": "^5.92.1"
53+
"webpack": "^5.93.0"
5454
}
5555
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,12 +1628,7 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
16281628
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
16291629
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
16301630

1631-
acorn@^8.0.0, acorn@^8.7.1, acorn@^8.8.2:
1632-
version "8.11.3"
1633-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1634-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1635-
1636-
acorn@^8.12.0:
1631+
acorn@^8.0.0, acorn@^8.12.0, acorn@^8.7.1, acorn@^8.8.2:
16371632
version "8.12.1"
16381633
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
16391634
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -5851,10 +5846,10 @@ webpack-sources@^3.2.3:
58515846
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
58525847
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
58535848

5854-
webpack@^5.92.1:
5855-
version "5.92.1"
5856-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
5857-
integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
5849+
webpack@^5.93.0:
5850+
version "5.93.0"
5851+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
5852+
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
58585853
dependencies:
58595854
"@types/eslint-scope" "^3.7.3"
58605855
"@types/estree" "^1.0.5"

0 commit comments

Comments
 (0)