diff options
author | crupest <crupest@outlook.com> | 2021-02-10 17:09:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 17:09:02 +0800 |
commit | 3a0e30b41d02f8081ed16baf77c844aa8366f684 (patch) | |
tree | e1f11f1fccc3e633c2a0b8f7b6a2705aa9e047d6 | |
parent | 3e5e5baf8e0baa69f0868aacf308080b632420f9 (diff) | |
parent | d85e70bd46ae49788677ca11d2d23392206eb3fe (diff) | |
download | timeline-3a0e30b41d02f8081ed16baf77c844aa8366f684.tar.gz timeline-3a0e30b41d02f8081ed16baf77c844aa8366f684.tar.bz2 timeline-3a0e30b41d02f8081ed16baf77c844aa8366f684.zip |
Merge pull request #263 from crupest/dependabot/npm_and_yarn/FrontEnd/xregexp-5.0.1
build(deps): Bump xregexp from 4.4.1 to 5.0.1 in /FrontEnd
-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 2054737c..901550eb 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",
|