diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-06 09:06:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 09:06:26 +0000 |
commit | 153f2318ca294107be053febfcc02633da46c38c (patch) | |
tree | e31d67f8e1ac1a3ea08b15a90203465f34756b55 /FrontEnd | |
parent | 04c7f78a46d0879aca8b1c23276446b940a0175e (diff) | |
download | timeline-153f2318ca294107be053febfcc02633da46c38c.tar.gz timeline-153f2318ca294107be053febfcc02633da46c38c.tar.bz2 timeline-153f2318ca294107be053febfcc02633da46c38c.zip |
build(deps): Bump xregexp from 5.1.0 to 5.1.1 in /FrontEnd
Bumps [xregexp](https://github.com/slevithan/xregexp) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](https://github.com/slevithan/xregexp/compare/v5.1.0...v5.1.1)
---
updated-dependencies:
- dependency-name: xregexp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 e25d13ca..ce2a9c0f 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",
|