Skip to content

Commit 4d93193

Browse files
Bump retext-syntax-mentions from 3.1.0 to 4.0.0
Bumps [retext-syntax-mentions](https://github.com/retextjs/retext-syntax-mentions) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/retextjs/retext-syntax-mentions/releases) - [Commits](retextjs/retext-syntax-mentions@3.1.0...4.0.0) --- updated-dependencies: - dependency-name: retext-syntax-mentions dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a44b8c commit 4d93193

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"retext-equality": "^6.2.0",
124124
"retext-profanities": "^7.1.0",
125125
"retext-quotes": "^5.0.0",
126-
"retext-syntax-mentions": "^3.1.0",
126+
"retext-syntax-mentions": "^4.0.0",
127127
"typescript": "^5.2.2",
128128
"unified": "^10.0.0",
129129
"unified-message-control": "^4.0.0",

yarn.lock

+27-10
Original file line numberDiff line numberDiff line change
@@ -3160,6 +3160,15 @@ __metadata:
31603160
languageName: node
31613161
linkType: hard
31623162

3163+
"@types/nlcst@npm:^2.0.0":
3164+
version: 2.0.3
3165+
resolution: "@types/nlcst@npm:2.0.3"
3166+
dependencies:
3167+
"@types/unist": "npm:*"
3168+
checksum: 10/0edb3679b50f84ca5216b52d87c42fed0e65fa6cc5c9905380918f2269c6865894589ffd40fb09d91ceef1a9c544a32769ebbf4ef697894bfee457317ee7ceb4
3169+
languageName: node
3170+
linkType: hard
3171+
31633172
"@types/node-forge@npm:^1.3.0":
31643173
version: 1.3.11
31653174
resolution: "@types/node-forge@npm:1.3.11"
@@ -11292,6 +11301,15 @@ __metadata:
1129211301
languageName: node
1129311302
linkType: hard
1129411303

11304+
"nlcst-to-string@npm:^4.0.0":
11305+
version: 4.0.0
11306+
resolution: "nlcst-to-string@npm:4.0.0"
11307+
dependencies:
11308+
"@types/nlcst": "npm:^2.0.0"
11309+
checksum: 10/a780ca517548582016b6a92216962500de1179ace37cc7a9afbddd219e6893f253eab564f4c2292a13cf2ade27a669c6222b3eb27671cf647e15b6abf2eb1827
11310+
languageName: node
11311+
linkType: hard
11312+
1129511313
"no-case@npm:^3.0.4":
1129611314
version: 3.0.4
1129711315
resolution: "no-case@npm:3.0.4"
@@ -14281,16 +14299,15 @@ __metadata:
1428114299
languageName: node
1428214300
linkType: hard
1428314301

14284-
"retext-syntax-mentions@npm:^3.1.0":
14285-
version: 3.1.0
14286-
resolution: "retext-syntax-mentions@npm:3.1.0"
14302+
"retext-syntax-mentions@npm:^4.0.0":
14303+
version: 4.0.0
14304+
resolution: "retext-syntax-mentions@npm:4.0.0"
1428714305
dependencies:
14288-
"@types/nlcst": "npm:^1.0.0"
14289-
nlcst-to-string: "npm:^3.0.0"
14290-
unified: "npm:^10.0.0"
14291-
unist-util-position: "npm:^4.0.0"
14292-
unist-util-visit: "npm:^4.0.0"
14293-
checksum: 10/45bfb070405273d1058b3d026203a7607048114aa803f69c4a909f7016b1ce297ac4482da6a69bf6d3fe5c8a5b713786e8b627e08b9e1095874ea744272f81f3
14306+
"@types/nlcst": "npm:^2.0.0"
14307+
nlcst-to-string: "npm:^4.0.0"
14308+
unist-util-position: "npm:^5.0.0"
14309+
unist-util-visit: "npm:^5.0.0"
14310+
checksum: 10/33b3365851140e5e9318c06b9d74f168e9c1cee773aac0cd19996c484b4628326007aceef8b5532bee5d2182db18eacfbd3791440baa0d6477ead939d6e04596
1429414311
languageName: node
1429514312
linkType: hard
1429614313

@@ -16144,7 +16161,7 @@ __metadata:
1614416161
retext-equality: "npm:^6.2.0"
1614516162
retext-profanities: "npm:^7.1.0"
1614616163
retext-quotes: "npm:^5.0.0"
16147-
retext-syntax-mentions: "npm:^3.1.0"
16164+
retext-syntax-mentions: "npm:^4.0.0"
1614816165
typescript: "npm:^5.2.2"
1614916166
unified: "npm:^10.0.0"
1615016167
unified-message-control: "npm:^4.0.0"

0 commit comments

Comments
 (0)