diff --git a/package-lock.json b/package-lock.json index 295f9173..f059020e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "9.1.1", "license": "MIT", "dependencies": { - "@tediousjs/connection-string": "^0.6.0", + "@tediousjs/connection-string": "^1.0.0", "commander": "^11.0.0", "debug": "^4.3.3", "rfdc": "^1.3.0", @@ -1561,9 +1561,10 @@ } }, "node_modules/@tediousjs/connection-string": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-0.6.0.tgz", - "integrity": "sha512-GxlsW354Vi6QqbUgdPyQVcQjI7cZBdGV5vOYVYuCVDTylx2wl3WHR2HlhcxxHTrMigbelpXsdcZso+66uxPfow==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-1.0.0.tgz", + "integrity": "sha512-3G0JqbtokS8h9Wz4JfcOVhaI9Thknv2PP2+mE33jMdH4lUQMBfLZas4R0kVEvwNC0QsPUbGF6H36oBou1bxdkg==", + "license": "MIT" }, "node_modules/@tootallnate/once": { "version": "2.0.0", @@ -12021,9 +12022,9 @@ "dev": true }, "@tediousjs/connection-string": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-0.6.0.tgz", - "integrity": "sha512-GxlsW354Vi6QqbUgdPyQVcQjI7cZBdGV5vOYVYuCVDTylx2wl3WHR2HlhcxxHTrMigbelpXsdcZso+66uxPfow==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-1.0.0.tgz", + "integrity": "sha512-3G0JqbtokS8h9Wz4JfcOVhaI9Thknv2PP2+mE33jMdH4lUQMBfLZas4R0kVEvwNC0QsPUbGF6H36oBou1bxdkg==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/package.json b/package.json index f41e85f9..dba8325a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@tediousjs/connection-string": "^0.6.0", + "@tediousjs/connection-string": "^1.0.0", "commander": "^11.0.0", "debug": "^4.3.3", "rfdc": "^1.3.0",