Skip to content

Commit

Permalink
Revert "build(deps): bump escape-string-regexp from 4.0.0 to 5.0.0 (#721
Browse files Browse the repository at this point in the history
)"

This reverts commit 8fefe5e.
  • Loading branch information
kkopanidis committed Oct 10, 2023
1 parent 64d4714 commit 0a583d0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bcrypt": "^5.1.0",
"convict": "^6.2.4",
"crypto": "^1.0.1",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "^1.3.5",
"bcrypt": "^5.1.0",
"convict": "^6.2.4",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
Expand Down
2 changes: 1 addition & 1 deletion modules/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@grpc/grpc-js": "^1.8.13",
"@grpc/proto-loader": "^0.7.6",
"convict": "^6.2.4",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.21",
"uuid": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"deepdash": "^5.3.9",
"deepdash-es": "^5.3.9",
"dottie": "^2.0.4",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.21",
"mariadb": "^3.1.1",
"mongodb-extended-json": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sendgrid/client": "^7.7.0",
"await-to-js": "^3.0.0",
"convict": "^6.2.4",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"mailgun-js": "^0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"convict": "^6.2.4",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@grpc/grpc-js": "^1.8.13",
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.3.5",
"escape-string-regexp": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"convict": "^6.2.4",
"lodash": "^4.17.21",
"vm2": "^3.9.19"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7095,11 +7095,6 @@ escape-string-regexp@^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==

[email protected], escodegen@^1.13.0:
version "1.14.3"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
Expand Down

0 comments on commit 0a583d0

Please sign in to comment.