Skip to content

fix(deps): update npm - license-inventory - experimental/license-inventory/package.json #994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions experimental/license-inventory/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
init:
image: alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
image: alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
init: true
volumes:
- mongo-logs:/var/log-mongo
Expand All @@ -10,7 +10,7 @@ services:

app:
container_name: license-inventory
image: node:23-alpine@sha256:0a29d8a047149079bf48dab598f287815e39867d547e8f3935cfdece0a4379cc
image: node:23-alpine@sha256:a34e14ef1df25b58258956049ab5a71ea7f0d498e41d0b514f4b8de09af09456
# ensure colours show
tty: true
command: >
Expand All @@ -35,7 +35,7 @@ services:
- otel-collector

mongo:
image: mongo:8.0.4@sha256:aaad67f2dca93148e5343c03210bcfc89a0107516a4756bfa018acd6579e5b18
image: mongo:8.0.10@sha256:98028cf281bb5d49ace5e1ddbd4509e8f1382fe80ef1cf101eeefdc106d76cd4
command: --logpath=/var/log/mongo.log
ports:
- 27017:27017
Expand All @@ -46,15 +46,15 @@ services:
- init

otel-collector:
image: otel/opentelemetry-collector-contrib:0.120.0@sha256:85ac41c2db88d0df9bd6145e608a3cb023f5d8443868adbfbbf66efb51087917
image: otel/opentelemetry-collector-contrib:0.128.0@sha256:1ab0baba0ee3695d823c46653d8a6e8894896e668ce8bd7ebe002e948d827bc7
volumes:
- ./dev/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
depends_on:
- loki
- tempo

promtail:
image: grafana/promtail:3.4.2@sha256:c6e9a987ca086cbfef945b8ebd708eb09f98b5e78bfb659e4e5a8b3bd604d11b
image: grafana/promtail:3.5.1@sha256:65bfae480b572854180c78f7dc567a4ad2ba548b0c410e696baa1e0fa6381299
command:
- -config.file=/etc/promtail/config.yaml
- -log.level=warn
Expand All @@ -66,7 +66,7 @@ services:

# traces
tempo:
image: grafana/tempo:2.7.1@sha256:4443be217c396b065ee34845534199c36fdba4dc619cb96550e228d73fba6e69
image: grafana/tempo:2.8.1@sha256:bc9245fe3da4e63dc4c6862d9c2dad9bcd8be13d0ba4f7705fa6acda4c904d0e
command:
- -config.file=/etc/tempo.yaml
- -log.level=warn
Expand All @@ -79,7 +79,7 @@ services:

# metrics
prometheus:
image: prom/prometheus:v3.2.0@sha256:5888c188cf09e3f7eebc97369c3b2ce713e844cdbd88ccf36f5047c958aea120
image: prom/prometheus:v3.4.2@sha256:3b1d5be5c3eef4f027665ddaa3b1a7de8a58d96a0a6de5dd45629afd267ecaf0
command:
- --config.file=/etc/prometheus.yaml
- --enable-feature=exemplar-storage
Expand All @@ -95,7 +95,7 @@ services:

# logs
loki:
image: grafana/loki:3.4.2@sha256:58a6c186ce78ba04d58bfe2a927eff296ba733a430df09645d56cdc158f3ba08
image: grafana/loki:3.5.1@sha256:a74594532eec4cc313401beedc4dd2708c43674c032084b1aeb87c14a5be1745
command:
- -config.file=/etc/loki/loki.yaml
- -log.level=warn
Expand All @@ -106,7 +106,7 @@ services:

# everything dashboard
grafana:
image: grafana/grafana:11.5.2@sha256:8b37a2f028f164ce7b9889e1765b9d6ee23fec80f871d156fbf436d6198d32b7
image: grafana/grafana:11.6.3@sha256:6128afd8174f01e39a78341cb457588f723bbb9c3b25c4d43c4b775881767069
ports:
- 3001:3000
volumes:
Expand Down
58 changes: 29 additions & 29 deletions experimental/license-inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,51 +18,51 @@
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"helmet": "^8.0.0",
"express-rate-limit": "^7.5.1",
"helmet": "^8.1.0",
"http-status-codes": "^2.3.0",
"mongoose": "^8.10.1",
"pino": "^9.6.0",
"mongoose": "^8.16.1",
"pino": "^9.7.0",
"pino-caller": "^3.4.0",
"pino-http": "^10.4.0",
"pino-http": "^10.5.0",
"uuid": "^11.1.0",
"zod": "^3.24.2"
"zod": "^3.25.67"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.30.0",
"@jest/globals": "^29.7.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/mongoose": "^5.11.97",
"@types/node": "^22.13.5",
"@types/semver": "^7.5.8",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@types/node": "^22.15.34",
"@types/semver": "^7.7.0",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"cross-env": "^7.0.3",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"lint-staged": "^15.5.2",
"mongodb-memory-server-core": "^10.1.4",
"nodemon": "^3.1.9",
"nodemon": "^3.1.10",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.2",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"supertest": "^7.0.0",
"ts-jest": "^29.2.6",
"supertest": "^7.1.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
},
"optionalDependencies": {
"@opentelemetry/auto-instrumentations-node": "^0.56.1"
"@opentelemetry/auto-instrumentations-node": "^0.60.1"
}
}
Loading