diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 07:27:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 07:27:12 +0000 |
commit | cc4e03d777daccab31d751efe391caed928f46cd (patch) | |
tree | 6346f0058f1804b94a65019e29e91d9dc78fbc6c | |
parent | 1fd90f33e0f33a51a118f8b887d260e2e83f63cf (diff) | |
download | timeline-cc4e03d777daccab31d751efe391caed928f46cd.tar.gz timeline-cc4e03d777daccab31d751efe391caed928f46cd.tar.bz2 timeline-cc4e03d777daccab31d751efe391caed928f46cd.zip |
build(deps): Bump xregexp from 5.0.1 to 5.0.2 in /FrontEnd
Bumps [xregexp](https://github.com/slevithan/xregexp) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](https://github.com/slevithan/xregexp/compare/v5.0.1...v5.0.2)
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 03cb9f5b..978c13de 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -35,7 +35,7 @@ "workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
- "xregexp": "^5.0.1"
+ "xregexp": "^5.0.2"
},
"scripts": {
"start": "webpack serve --config ./webpack.config.dev.js",
|