Skip to content

Commit 057be0d

Browse files
chore(deps): bump is-text-path from 1.0.1 to 3.0.0
Bumps [is-text-path](https://github.com/sindresorhus/is-text-path) from 1.0.1 to 3.0.0. - [Release notes](https://github.com/sindresorhus/is-text-path/releases) - [Commits](sindresorhus/is-text-path@1.0.1...v3.0.0) --- updated-dependencies: - dependency-name: is-text-path dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b65104 commit 057be0d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"iframe": "^1.0.0",
7979
"iframe-resizer-react": "^1.1.0",
8080
"is-image": "^2.0.0",
81-
"is-text-path": "^1.0.1",
81+
"is-text-path": "^3.0.0",
8282
"is-video": "^1.0.1",
8383
"javascript-time-ago": "^1.0.32",
8484
"polished": "^2.3.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9963,6 +9963,13 @@ is-text-path@^1.0.1:
99639963
dependencies:
99649964
text-extensions "^1.0.0"
99659965

9966+
is-text-path@^3.0.0:
9967+
version "3.0.0"
9968+
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-3.0.0.tgz#621bf3c47fe4aba4ecf60bba3f2ba87bd435e4f7"
9969+
integrity sha512-YDo1N1cIQk//DX044+mzBUEGtrJiqguXMmv//7xGBohWm3Aa8W69qyHEAOkZd5fJKQndmejVn6hB1t+oDHHLFw==
9970+
dependencies:
9971+
text-extensions "^3.0.0"
9972+
99669973
is-typed-array@^1.1.10, is-typed-array@^1.1.9:
99679974
version "1.1.10"
99689975
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz"
@@ -16952,6 +16959,11 @@ text-extensions@^1.0.0:
1695216959
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
1695316960
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
1695416961

16962+
text-extensions@^3.0.0:
16963+
version "3.1.0"
16964+
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-3.1.0.tgz#69a71f6eaa493b9272941430348d4f956c1088e9"
16965+
integrity sha512-anOjtXr8OT5w4vc/2mP4AYTCE0GWc/21icGmaHtBHnI7pN7o01a/oqG9m06/rGzoAsDm/WNzggBpqptuCmRlZQ==
16966+
1695516967
[email protected], text-table@^0.2.0:
1695616968
version "0.2.0"
1695716969
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"

0 commit comments

Comments
 (0)