bump version

This commit is contained in:
Dave Horton
2025-07-15 11:46:40 -04:00
parent e422c2ed9c
commit 6771cbdefc
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "sbc-outbound", "name": "sbc-outbound",
"version": "0.9.4", "version": "0.9.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sbc-outbound", "name": "sbc-outbound",
"version": "0.9.4", "version": "0.9.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/helpers": "^7.26.10", "@babel/helpers": "^7.26.10",
@@ -1061,10 +1061,11 @@
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
"version": "1.1.11", "version": "1.1.12",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"

View File

@@ -1,6 +1,6 @@
{ {
"name": "sbc-outbound", "name": "sbc-outbound",
"version": "0.9.4", "version": "0.9.5",
"main": "app.js", "main": "app.js",
"engines": { "engines": {
"node": ">= 18.0.0" "node": ">= 18.0.0"