diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-10 07:11:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 07:11:08 +0000 |
commit | d85e70bd46ae49788677ca11d2d23392206eb3fe (patch) | |
tree | 076cfc8a0fa0c1e64fcf00f6d2c7c3b49920affe | |
parent | bc2d6676276ea85a974f57f96b038e35e6ce7460 (diff) | |
download | timeline-d85e70bd46ae49788677ca11d2d23392206eb3fe.tar.gz timeline-d85e70bd46ae49788677ca11d2d23392206eb3fe.tar.bz2 timeline-d85e70bd46ae49788677ca11d2d23392206eb3fe.zip |
build(deps): Bump xregexp from 4.4.1 to 5.0.1 in /FrontEnd
Bumps [xregexp](https://github.com/slevithan/xregexp) from 4.4.1 to 5.0.1.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](https://github.com/slevithan/xregexp/compare/v4.4.1...v5.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 4d51a772..c9cfa164 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.0",
- "xregexp": "^4.4.1"
+ "xregexp": "^5.0.1"
},
"scripts": {
"start": "webpack serve --config ./webpack.config.dev.js",
|