bump version

This commit is contained in:
Dave Horton
2025-07-15 11:47:18 -04:00
parent 2adc18d034
commit 4cb58b304e
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "sbc-sip-sidecar", "name": "sbc-sip-sidecar",
"version": "0.9.4", "version": "0.9.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sbc-sip-sidecar", "name": "sbc-sip-sidecar",
"version": "0.9.4", "version": "0.9.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/helpers": "^7.26.10", "@babel/helpers": "^7.26.10",
@@ -888,10 +888,11 @@
} }
}, },
"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-sip-sidecar", "name": "sbc-sip-sidecar",
"version": "0.9.4", "version": "0.9.5",
"description": "SBC SIP sidecar app (handles REGISTER and OPTIONS)", "description": "SBC SIP sidecar app (handles REGISTER and OPTIONS)",
"main": "app.js", "main": "app.js",
"engines": { "engines": {