Skip to content

Commit 447cf8f

Browse files
Update dependency escape-string-regexp to v5
1 parent f70a74f commit 447cf8f

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed

package-lock.json

Lines changed: 26 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@types/marked": "^3.0.0",
22-
"escape-string-regexp": "^4.0.0",
22+
"escape-string-regexp": "^5.0.0",
2323
"marked": "^3.0.0",
2424
"ts-polyfill": "^3.8.2"
2525
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,11 @@ escape-string-regexp@^4.0.0:
13851385
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
13861386
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
13871387

1388+
escape-string-regexp@^5.0.0:
1389+
version "5.0.0"
1390+
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz"
1391+
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
1392+
13881393
13891394
version "9.1.0"
13901395
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz"

0 commit comments

Comments
 (0)