diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 08:38:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 08:38:23 +0000 |
commit | faafe45b54b7c1d0c202fa8bfb7790ecbc94d80c (patch) | |
tree | add4d93e600f277b49ec1bd5a3de5e1c6379d15b /FrontEnd/package.json | |
parent | 46eda4fddf11920b4a61b7eba7cf668e97f6be00 (diff) | |
parent | dfd445cf67be9e861af01db8e209951f3900735f (diff) | |
download | timeline-faafe45b54b7c1d0c202fa8bfb7790ecbc94d80c.tar.gz timeline-faafe45b54b7c1d0c202fa8bfb7790ecbc94d80c.tar.bz2 timeline-faafe45b54b7c1d0c202fa8bfb7790ecbc94d80c.zip |
Merge pull request #428 from crupest/dependabot/npm_and_yarn/FrontEnd/xregexp-5.0.2
Diffstat (limited to 'FrontEnd/package.json')
-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",
|