diff options
author | crupest <crupest@outlook.com> | 2022-06-07 22:25:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 22:25:14 +0800 |
commit | 0183251e85dae8edb0fe92a3c63f2a2ec90643cc (patch) | |
tree | dfeb4ff250d0333d5511f2721e95f1a46e5bacdb /FrontEnd | |
parent | 7cea72a240498417661d183a838490cd4e10c7b0 (diff) | |
parent | 153f2318ca294107be053febfcc02633da46c38c (diff) | |
download | timeline-0183251e85dae8edb0fe92a3c63f2a2ec90643cc.tar.gz timeline-0183251e85dae8edb0fe92a3c63f2a2ec90643cc.tar.bz2 timeline-0183251e85dae8edb0fe92a3c63f2a2ec90643cc.zip |
Merge pull request #1241 from crupest/dependabot/npm_and_yarn/FrontEnd/xregexp-5.1.1
Diffstat (limited to '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 5b09877d..2700578a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -37,7 +37,7 @@ "workbox-routing": "^6.5.2",
"workbox-strategies": "^6.5.2",
"workbox-window": "^6.5.2",
- "xregexp": "^5.1.0"
+ "xregexp": "^5.1.1"
},
"scripts": {
"start": "vite",
|