Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit af5228b

Browse files
Bump next-transpile-modules from 4.1.0 to 6.2.0
Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 4.1.0 to 6.2.0. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](martpie/next-transpile-modules@4.1.0...6.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f91a7ff commit af5228b

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bs-platform": "8.4.2",
1515
"next": "^10.0.6",
1616
"next-mdx-remote": "^2.1.3",
17-
"next-transpile-modules": "^4.1.0",
17+
"next-transpile-modules": "^6.2.0",
1818
"react": "^16.8.1",
1919
"react-dom": "^16.8.1",
2020
"reason-react": "^0.9.1"

yarn.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,6 +2020,14 @@ end-of-stream@^1.1.0, end-of-stream@^1.4.1:
20202020
dependencies:
20212021
once "^1.4.0"
20222022

2023+
enhanced-resolve@^5.7.0:
2024+
version "5.7.0"
2025+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz#525c5d856680fbd5052de453ac83e32049958b5c"
2026+
integrity sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==
2027+
dependencies:
2028+
graceful-fs "^4.2.4"
2029+
tapable "^2.2.0"
2030+
20232031
entities@^2.0.0:
20242032
version "2.1.0"
20252033
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
@@ -2242,7 +2250,7 @@ globby@^11.0.0:
22422250
merge2 "^1.3.0"
22432251
slash "^3.0.0"
22442252

2245-
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
2253+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
22462254
version "4.2.4"
22472255
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
22482256
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
@@ -2897,13 +2905,13 @@ next-mdx-remote@^2.1.3:
28972905
"@mdx-js/mdx" "^1.6.22"
28982906
"@mdx-js/react" "^1.6.22"
28992907

2900-
next-transpile-modules@^4.1.0:
2901-
version "4.1.0"
2902-
resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-4.1.0.tgz#b2d4bd29f3d4179014f7615720f360fdeec67ff7"
2903-
integrity sha512-brb9S2Dq7l01fV0fdZw1pO2cWMu7fFTclIV2nccmX2Jzwtz1c9iScPMqGyWP6/wglOPOColoJlHzOrSG6cnEIQ==
2908+
next-transpile-modules@^6.2.0:
2909+
version "6.2.0"
2910+
resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-6.2.0.tgz#fcc55babdc2a2b2883589b4be4d9f0cc3922d2ff"
2911+
integrity sha512-THMOWVuLqA16LsdU84pY+pKFfTHVykV1sJz2w6ANMZ7/yjfISHVHDxUnnGRP2XRK9Q/Wl9KBb5AK+spWv6j7yw==
29042912
dependencies:
2905-
micromatch "^4.0.2"
2906-
slash "^3.0.0"
2913+
enhanced-resolve "^5.7.0"
2914+
escalade "^3.1.1"
29072915

29082916
next@^10.0.6:
29092917
version "10.0.6"
@@ -4088,6 +4096,11 @@ tailwindcss@^2.0.2:
40884096
reduce-css-calc "^2.1.6"
40894097
resolve "^1.19.0"
40904098

4099+
tapable@^2.2.0:
4100+
version "2.2.0"
4101+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b"
4102+
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
4103+
40914104
tar-fs@^2.0.0, tar-fs@^2.1.1:
40924105
version "2.1.1"
40934106
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"

0 commit comments

Comments
 (0)