Skip to content

Commit

Permalink
chore(deps): bump regexp-worker from 1.1.1 to 2.0.1 (#2197)
Browse files Browse the repository at this point in the history
Bumps [regexp-worker](https://github.com/streetsidesoftware/regexp-worker) from 1.1.1 to 2.0.1.
- [Release notes](https://github.com/streetsidesoftware/regexp-worker/releases)
- [Changelog](https://github.com/streetsidesoftware/regexp-worker/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/regexp-worker@v1.1.1...v2.0.1)

---
updated-dependencies:
- dependency-name: regexp-worker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2022
1 parent 9c89f2f commit c6397cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@
"@types/react": "^17.0.49",
"cosmiconfig": "^7.0.1",
"cspell": "^6.8.1",
"regexp-worker": "^1.1.1"
"regexp-worker": "^2.0.1"
},
"comment-resolutions": {
"@types/react": "Can be removed after moving to react 18."
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"regexp-worker": "^1.1.1"
"regexp-worker": "^2.0.1"
},
"scripts": {
"clean": "rimraf dist temp out coverage",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6475,10 +6475,10 @@ regex-parser@^2.2.11:
resolved "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58"
integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==

regexp-worker@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/regexp-worker/-/regexp-worker-1.1.1.tgz#01ceba166e26d7b436c001d7a9216823f32ac9fc"
integrity sha512-FpHJ2gdS6VI0LF+HkksqkugJqlPZwxXW8xRRCWBrx/wh2MQnYsST0WUHCe36WqGk/KpLo9DEaLVzjl3CvxPDEw==
regexp-worker@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/regexp-worker/-/regexp-worker-2.0.1.tgz#257c5c1d8004b5da14c1935b3efea6a238ef6871"
integrity sha512-VtprUr44+P7Vw21J3Tiny2BiaUMapx9j0p0onieCua9zfU52wfAgpmltG0/0JY8Ct6okaZguoaDgvBzDlqV7fA==

regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
version "1.4.3"
Expand Down

0 comments on commit c6397cb

Please sign in to comment.