diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-05 05:05:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 05:05:46 +0000 |
commit | 6fcecfa8f6dd26ec666a37ef66f79390fbab2b00 (patch) | |
tree | 4c075ab0ecb4c6a680afa6d92e13822bcd45e0da | |
parent | 6f35ab168cba7baf091ccefbdf5214fc79197131 (diff) | |
download | timeline-6fcecfa8f6dd26ec666a37ef66f79390fbab2b00.tar.gz timeline-6fcecfa8f6dd26ec666a37ef66f79390fbab2b00.tar.bz2 timeline-6fcecfa8f6dd26ec666a37ef66f79390fbab2b00.zip |
build(deps): Bump xregexp from 5.0.2 to 5.1.0 in /FrontEnd
Bumps [xregexp](https://github.com/slevithan/xregexp) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](https://github.com/slevithan/xregexp/compare/v5.0.2...v5.1.0)
---
updated-dependencies:
- dependency-name: xregexp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 52159844..21e4d7bc 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",
|