diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-10 07:11:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 07:11:08 +0000 |
commit | a08b2bb116e1f4debf92499f5e70bbed25a85ed7 (patch) | |
tree | f68fee967f0cdf2e0e29ff8d11491bbddf918e09 | |
parent | bf8f849c36bfc42cfd0ef1a66f2adf01dc8e1be7 (diff) | |
download | timeline-a08b2bb116e1f4debf92499f5e70bbed25a85ed7.tar.gz timeline-a08b2bb116e1f4debf92499f5e70bbed25a85ed7.tar.bz2 timeline-a08b2bb116e1f4debf92499f5e70bbed25a85ed7.zip |
build(deps): Bump xregexp from 4.4.1 to 5.0.1 in /FrontEnd
Bumps [xregexp](https://github.com/slevithan/xregexp) from 4.4.1 to 5.0.1.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](https://github.com/slevithan/xregexp/compare/v4.4.1...v5.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 12 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index c4a42858..befb6c0c 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -2535,9 +2535,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz", - "integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz", + "integrity": "sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==", "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.4" @@ -13904,9 +13904,9 @@ } }, "xregexp": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.4.1.tgz", - "integrity": "sha512-2u9HwfadaJaY9zHtRRnH6BY6CQVNQKkYm3oLtC9gJXXzfsbACg5X5e4EZZGVAH+YIfa+QA9lsFQTTe3HURF3ag==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz", + "integrity": "sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ==", "requires": { "@babel/runtime-corejs3": "^7.12.1" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 4d51a772..c9cfa164 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.0",
- "xregexp": "^4.4.1"
+ "xregexp": "^5.0.1"
},
"scripts": {
"start": "webpack serve --config ./webpack.config.dev.js",
|