Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Nov 29, 2023
1 parent 532d366 commit 35d3a9d
Show file tree
Hide file tree
Showing 11 changed files with 2,101 additions and 14,769 deletions.
5 changes: 1 addition & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ updates:
package-ecosystem: "npm"
schedule:
interval: "daily"
- directory: "/src/forwarder"
package-ecosystem: "npm"
schedule:
interval: "daily"
- directory: "/src/poller"
package-ecosystem: "npm"
schedule:
Expand All @@ -36,6 +32,7 @@ updates:
package-ecosystem: "npm"
schedule:
interval: "daily"

- directory: "/poller"
package-ecosystem: "docker"
schedule:
Expand Down
4,808 changes: 277 additions & 4,531 deletions src/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"dependencies": {
"@google-cloud/pubsub": "^3.1.0",
"@google-cloud/pubsub": "^4.0.7",
"js-yaml": "^4.1.0",
"poller-core": "file:poller/poller-core",
"scaler-core": "file:scaler/scaler-core",
Expand Down
4,395 changes: 270 additions & 4,125 deletions src/poller/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/poller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"dependencies": {
"@google-cloud/pubsub": "^3.1.0",
"@google-cloud/pubsub": "^4.0.7",
"js-yaml": "^4.1.0",
"poller-core": "file:poller-core",
"run": "^1.4.0"
Expand Down
1,143 changes: 334 additions & 809 deletions src/poller/poller-core/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/poller/poller-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/monitoring": "^4.0.0",
"@google-cloud/pubsub": "^4.0.1",
"@google-cloud/spanner": "^6.16.0",
"axios": "^1.6.0"
"@google-cloud/pubsub": "^4.0.7",
"@google-cloud/spanner": "^7.1.0",
"axios": "^1.6.2"
},
"scripts": {
"start": "functions-framework --target=checkSpannerScaleMetricsHTTP",
Expand All @@ -17,12 +17,12 @@
"mdlint": "cd .. && markdownlint '**/*.md' --config .mdl.json --ignore '**/node_modules/**' --ignore 'code-of-conduct.md'"
},
"devDependencies": {
"markdownlint": "^0.30.0",
"markdownlint": "^0.32.1",
"mocha": "^10.2.0",
"mocha-suppress-logs": "^0.3.1",
"mocha-suppress-logs": "^0.4.1",
"nyc": "^15.1.0",
"rewire": "^7.0.0",
"should": "^13.2.3",
"sinon": "^15.2.0"
"sinon": "^17.0.1"
}
}
Loading

0 comments on commit 35d3a9d

Please sign in to comment.