Skip to content

Commit 4a95257

Browse files
build(deps): update googleapis package
1 parent ee1e13e commit 4a95257

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

apps/OpenSign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"build-webpack": "webpack --config webpack.config.js",
6262
"build": "npm run version && npm run build-webpack && react-scripts build",
6363
"build-watch": "webpack --config webpack.config.js --watch",
64-
"start-dev": "concurrently \"npm run build-watch\" \"react-scripts start\"",
64+
"start-dev": "react-scripts start",
6565
"start": "serve -s build",
6666
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
6767
"version-win": "powershell -Command \"Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\"",

apps/OpenSignServer/package-lock.json

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSignServer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"express": "^4.21.0",
3232
"form-data": "^4.0.0",
3333
"generate-api-key": "^1.0.2",
34-
"googleapis": "^140.0.1",
34+
"googleapis": "^144.0.0",
3535
"jsonschema": "^1.4.1",
3636
"mailgun.js": "^10.2.3",
3737
"mongoose": "^8.6.3",
@@ -54,7 +54,7 @@
5454
"jasmine": "^5.3.0",
5555
"mongodb-runner": "^5.6.6",
5656
"nodemon": "^3.1.7",
57-
"nyc": "^17.0.0",
57+
"nyc": "^17.1.0",
5858
"prettier": "^3.3.3"
5959
},
6060
"overrides": {

0 commit comments

Comments
 (0)