Skip to content

Commit bc50cfb

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 ad0e6c2 commit bc50cfb

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
@@ -9949,6 +9949,13 @@ is-text-path@^1.0.1:
99499949
dependencies:
99509950
text-extensions "^1.0.0"
99519951

9952+
is-text-path@^3.0.0:
9953+
version "3.0.0"
9954+
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-3.0.0.tgz#621bf3c47fe4aba4ecf60bba3f2ba87bd435e4f7"
9955+
integrity sha512-YDo1N1cIQk//DX044+mzBUEGtrJiqguXMmv//7xGBohWm3Aa8W69qyHEAOkZd5fJKQndmejVn6hB1t+oDHHLFw==
9956+
dependencies:
9957+
text-extensions "^3.0.0"
9958+
99529959
is-typed-array@^1.1.10, is-typed-array@^1.1.9:
99539960
version "1.1.10"
99549961
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz"
@@ -16918,6 +16925,11 @@ text-extensions@^1.0.0:
1691816925
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
1691916926
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
1692016927

16928+
text-extensions@^3.0.0:
16929+
version "3.1.0"
16930+
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-3.1.0.tgz#69a71f6eaa493b9272941430348d4f956c1088e9"
16931+
integrity sha512-anOjtXr8OT5w4vc/2mP4AYTCE0GWc/21icGmaHtBHnI7pN7o01a/oqG9m06/rGzoAsDm/WNzggBpqptuCmRlZQ==
16932+
1692116933
[email protected], text-table@^0.2.0:
1692216934
version "0.2.0"
1692316935
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"

0 commit comments

Comments
 (0)