diff --git a/package.json b/package.json index 23365a5ee1..be6d2c3dac 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@probot/adapter-github-actions": "^3.0.1", "cli-table3": "0.6.0", "compare-versions": "3.6.0", - "escape-string-regexp": "4.0.0", + "escape-string-regexp": "5.0.0", "ignore": "5.1.8", "lodash": "4.17.21", "probot": "11.1.0", diff --git a/yarn.lock b/yarn.lock index c54d33ea37..8354342a4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2237,10 +2237,10 @@ escape-html@~1.0.3: resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= -escape-string-regexp@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== +escape-string-regexp@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== escape-string-regexp@^1.0.5: version "1.0.5"