diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-28 01:27:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-28 01:27:51 +0000 |
commit | 2c0411f859f722643ec4b059f8780e59bca959e7 (patch) | |
tree | 6c24c9d522d6a0f76c2f3b00d85980146423ab3c | |
parent | d73fb7dd6ed398b87390691fc9256af2af7080c6 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9.zip |
chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.5 to 1.11.9.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.5...v1.11.9)
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 3670107da40..eacf295a5a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "jquery": "~3.7", "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.3", - "libphonenumber-js": "^1.11.4", + "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", "marked": "^13.0.3", "moment": "^2.30.1", @@ -20241,10 +20241,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.11.5", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.5.tgz", - "integrity": "sha512-TwHR5BZxGRODtAfz03szucAkjT5OArXr+94SMtAM2pYXIlQNVMrxvb6uSCbnaJJV6QXEyICk7+l6QPgn72WHhg==", - "license": "MIT" + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.9.tgz", + "integrity": "sha512-Zs5wf5HaWzW2/inlupe2tstl0I/Tbqo7lH20ZLr6Is58u7Dz2n+gRFGNlj9/gWxFvNfp9+YyDsiegjNhdixB9A==" }, "node_modules/lines-and-columns": { "version": "1.2.4", diff --git a/package.json b/package.json index 8058c992b18..a5cedcd5d45 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery": "~3.7", "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.3", - "libphonenumber-js": "^1.11.4", + "libphonenumber-js": "^1.11.9", "lodash": "^4.17.21", "marked": "^13.0.3", "moment": "^2.30.1", |