diff options
author | crupest <crupest@outlook.com> | 2021-08-05 21:53:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 21:53:05 +0800 |
commit | 7bda5da592590f90db48ff54b6f8cf7038112826 (patch) | |
tree | c683cd79be6b2548b3f3dd22d5ac1eee92a394be | |
parent | 71e1dd446fc4fd153fa11406361d2340e1a26d54 (diff) | |
parent | 6fcecfa8f6dd26ec666a37ef66f79390fbab2b00 (diff) | |
download | timeline-7bda5da592590f90db48ff54b6f8cf7038112826.tar.gz timeline-7bda5da592590f90db48ff54b6f8cf7038112826.tar.bz2 timeline-7bda5da592590f90db48ff54b6f8cf7038112826.zip |
Merge pull request #716 from crupest/dependabot/npm_and_yarn/FrontEnd/xregexp-5.1.0
build(deps): Bump xregexp from 5.0.2 to 5.1.0 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 d8938deb..e4b78867 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -38,7 +38,7 @@ "workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
- "xregexp": "^5.0.2"
+ "xregexp": "^5.1.0"
},
"scripts": {
"start": "vite",
|