diff options
author | dependabot-preview[bot] | 2020-11-03 09:09:35 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 4c6a1a01b062fd8831517d4dc6465efe164a2499 (patch) | |
tree | 7e9be6adce3832b747d19a0ebbd11bd937bacd3c /vnext | |
parent | 0db6ce493e95ef4fc73bd03dad007ede457526d8 (diff) |
Bump url-polyfill from 1.1.11 to 1.1.12
Bumps [url-polyfill](https://github.com/lifaon74/url-polyfill) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/lifaon74/url-polyfill/releases)
- [Commits](https://github.com/lifaon74/url-polyfill/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 975bd037..eef32cd3 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -16457,9 +16457,9 @@ } }, "url-polyfill": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.11.tgz", - "integrity": "sha512-p3Vw21dz901xeu++K6db2CZgfwMZjzVAH2buek66I0HKY+DHSh/AXz+p9B/+RhhZ9l3xDMBviwe99Eeu+UJB3g==" + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz", + "integrity": "sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==" }, "use": { "version": "3.1.1", diff --git a/vnext/package.json b/vnext/package.json index 1fdbf485..c9ceb559 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -87,6 +87,6 @@ "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", - "url-polyfill": "^1.1.11" + "url-polyfill": "^1.1.12" } } |