diff --git a/package-lock.json b/package-lock.json index 79d8ef4..6ae379e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "alfred-engage-contact", - "version": "3.0.5", + "version": "3.1.0", "license": "MIT", "dependencies": { "fast-alfred": "^2.1.2", "fuse.js": "^7.0.0", - "libphonenumber-js": "^1.11.3", + "libphonenumber-js": "^1.11.5", "node-mac-contacts": "^1.7.2" }, "devDependencies": { @@ -6392,9 +6392,10 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.3.tgz", - "integrity": "sha512-RU0CTsLCu2v6VEzdP+W6UU2n5+jEpMDRkGxUeBgsAJgre3vKgm17eApISH9OQY4G0jZYJVIc8qXmz6CJFueAFg==" + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.5.tgz", + "integrity": "sha512-TwHR5BZxGRODtAfz03szucAkjT5OArXr+94SMtAM2pYXIlQNVMrxvb6uSCbnaJJV6QXEyICk7+l6QPgn72WHhg==", + "license": "MIT" }, "node_modules/lilconfig": { "version": "3.1.1", @@ -17045,9 +17046,9 @@ } }, "libphonenumber-js": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.3.tgz", - "integrity": "sha512-RU0CTsLCu2v6VEzdP+W6UU2n5+jEpMDRkGxUeBgsAJgre3vKgm17eApISH9OQY4G0jZYJVIc8qXmz6CJFueAFg==" + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.5.tgz", + "integrity": "sha512-TwHR5BZxGRODtAfz03szucAkjT5OArXr+94SMtAM2pYXIlQNVMrxvb6uSCbnaJJV6QXEyICk7+l6QPgn72WHhg==" }, "lilconfig": { "version": "3.1.1", @@ -21338,4 +21339,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e9c4c6b..b9b80ab 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "fast-alfred": "^2.1.2", "fuse.js": "^7.0.0", - "libphonenumber-js": "^1.11.3", + "libphonenumber-js": "^1.11.5", "node-mac-contacts": "^1.7.2" }, "devDependencies": {