diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-07 03:11:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 03:11:29 +0000 |
commit | 935f0a32dea1c3ddff35cf6560d335ca818682a4 (patch) | |
tree | a8145ddf223ec4f596d5b4362d10b107116ce03e | |
parent | 5e986b5d02ac1c225d31ceb25e7f64c3afcd1add (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable28/libphonenumber-js-1.10.64.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable28/libphonenumber-js-1.10.64.zip |
chore(deps): bump libphonenumber-js from 1.10.59 to 1.10.64dependabot/npm_and_yarn/stable28/libphonenumber-js-1.10.64
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.59 to 1.10.64.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.59...v1.10.64)
---
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 | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 50cec8a8202..28c3e6a250d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jquery-migrate": "~3.4", "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.3", - "libphonenumber-js": "^1.10.41", + "libphonenumber-js": "^1.10.64", "lodash": "^4.17.21", "marked": "^9.1.5", "moment": "^2.30.1", @@ -19220,9 +19220,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.10.59", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.59.tgz", - "integrity": "sha512-HeTsOrDF/hWhEiKqZVwg9Cqlep5x2T+IYDENvT2VRj3iX8JQ7Y+omENv+AIn0vC8m6GYhivfCed5Cgfw27r5SA==" + "version": "1.10.64", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.64.tgz", + "integrity": "sha512-mPeJ+a0wW1qk5ecfnGEWTEcpLCp7npaSmMjTEJhiSr4NbXKNlLSxQrYwORaoBV/NK0GmooARr29r05yEb3JelQ==" }, "node_modules/lines-and-columns": { "version": "1.2.4", diff --git a/package.json b/package.json index 678ff94c7b8..686d6908821 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery-migrate": "~3.4", "jquery-ui": "^1.13.3", "jquery-ui-dist": "^1.13.3", - "libphonenumber-js": "^1.10.41", + "libphonenumber-js": "^1.10.64", "lodash": "^4.17.21", "marked": "^9.1.5", "moment": "^2.30.1", |