Skip to content

Commit 308be50

Browse files
Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.15.0 to 1.15.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.15.2) Updates `jws` from 3.2.2 to 4.0.1 - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](auth0/node-jws@v3.2.2...v4.0.1) Updates `path-to-regexp` from 0.1.12 to 0.1.13 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13) Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](jshttp/on-headers@v1.0.2...v1.1.0) Updates `qs` from 6.13.0 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.13.0...v6.15.2) Updates `tar-fs` from 2.0.1 to 2.1.4 - [Commits](mafintosh/tar-fs@v2.0.1...v2.1.4) Updates `underscore` from 1.13.6 to 1.13.8 - [Commits](jashkenas/underscore@1.13.6...1.13.8) Updates `undici` from 5.28.5 to 6.25.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.5...v6.25.0) Updates `ws` from 8.18.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.0...8.20.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jws dependency-version: 4.0.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-version: 0.1.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: underscore dependency-version: 1.13.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 6.25.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbc6bf6 commit 308be50

11 files changed

Lines changed: 16881 additions & 20612 deletions

File tree

hrm-domain/hrm-core/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
},
2424
"homepage": "https://github.com/tech-matters/hrm#readme",
2525
"dependencies": {
26+
"@tech-matters/database-connect": "^1.0.0",
2627
"@tech-matters/elasticsearch-client": "^1.0.0",
2728
"@tech-matters/hrm-search-config": "^1.0.0",
2829
"@tech-matters/hrm-types": "^1.0.0",
2930
"@tech-matters/http": "^1.0.0",
3031
"@tech-matters/resources-service": "^1.0.0",
3132
"@tech-matters/s3-client": "^1.0.0",
32-
"@tech-matters/sqs-client": "^1.0.0",
3333
"@tech-matters/sns-client": "^1.0.0",
34+
"@tech-matters/sqs-client": "^1.0.0",
3435
"@tech-matters/ssm-cache": "^1.0.0",
3536
"@tech-matters/twilio-client": "^1.0.0",
3637
"@tech-matters/twilio-worker-auth": "^1.0.0",
3738
"@tech-matters/types": "^1.0.0",
38-
"@tech-matters/database-connect": "^1.0.0",
39-
"aws-sdk": "^2.1693.0",
39+
"aws-sdk": "^1.18.0",
4040
"cors": "^2.8.5",
4141
"date-fns": "^2.28.0",
4242
"debug": "^4.1.1",
@@ -45,14 +45,15 @@
4545
"express": "^4.21.2",
4646
"express-async-errors": "^3.1.1",
4747
"http-errors": "^1.7.3",
48+
"jest-junit": "17.0.0",
4849
"js-yaml": "^4.1.1",
4950
"lodash": "^4.18.1",
5051
"morgan": "^1.9.1",
5152
"pg": "^8.7.3",
5253
"pg-hstore": "^2.3.4",
5354
"pg-promise": "^11.15.0",
5455
"pg-query-stream": "^4.7.0",
55-
"twilio": "^3.58.0",
56+
"twilio": "^6.0.2",
5657
"twilio-flex-token-validator": "^1.5.5"
5758
},
5859
"devDependencies": {
@@ -68,10 +69,10 @@
6869
"date-fns-tz": "^2.0.0",
6970
"global-agent": "^3.0.0",
7071
"jest-each": "^29.2.1",
71-
"mockttp": "^3.16.0",
72+
"mockttp": "^4.4.2",
7273
"moment": "^2.29.4",
7374
"npm-run-all": "^4.1.5",
74-
"sequelize": "^6.37.8",
75+
"sequelize": "^3.30.0",
7576
"sequelize-cli": "^6.4.1",
7677
"sequelize-mock": "^0.10.2",
7778
"supertest": "^4.0.2",

hrm-domain/hrm-service/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"@tech-matters/twilio-worker-auth": "^1.0.0",
6060
"@types/debug": "^4.1.8",
6161
"@types/express": "^4.17.13",
62-
"dotenv": "^16.3.1"
62+
"dotenv": "^16.3.1",
63+
"jest-junit": "17.0.0"
6364
},
6465
"devDependencies": {
6566
"@tech-matters/database-connect": "^1.0.0",
@@ -72,16 +73,16 @@
7273
"@types/http-errors": "^2.0.1",
7374
"@types/lodash": "^4.14.191",
7475
"@types/supertest": "^2.0.12",
75-
"aws-sdk": "^2.1693.0",
76+
"aws-sdk": "^1.18.0",
7677
"chalk": "^4.0.0",
7778
"cross-env": "^7.0.3",
7879
"date-fns": "^2.30.0",
7980
"date-fns-tz": "^2.0.0",
8081
"global-agent": "^3.0.0",
8182
"jest-each": "^29.2.1",
82-
"mockttp": "^3.16.0",
83+
"mockttp": "^4.4.2",
8384
"npm-run-all": "^4.1.5",
84-
"sequelize": "^6.37.8",
85+
"sequelize": "^3.30.0",
8586
"sequelize-cli": "^6.4.1",
8687
"sequelize-mock": "^0.10.2",
8788
"sqslite": "^2.1.1",

hrm-domain/integration-tests/transcripts/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@
1616
"@tech-matters/twilio-client": "^1.0.0",
1717
"@tech-matters/types": "^1.0.0",
1818
"@types/dockerode": "^3.3.31",
19+
"aws-sdk": "1.18.0",
1920
"dockerode": "^4.0.2",
2021
"dotenv": "^8.2.0",
22+
"jest-junit": "17.0.0",
23+
"mockttp": "4.4.2",
2124
"pg": "^8.7.3",
2225
"pg-promise": "^11.15.0",
23-
"twilio": "^3.83.3",
26+
"sequelize": "3.30.0",
27+
"twilio": "^6.0.2",
2428
"util": "^0.12.4"
2529
},
2630
"devDependencies": {

hrm-domain/lambdas/contact-retrieve-transcript/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"@tech-matters/ssm-cache": "^1.0.0",
1414
"@tech-matters/twilio-client": "^1.0.0",
1515
"@tech-matters/types": "^1.0.0",
16-
"twilio": "^3.83.3",
16+
"aws-sdk": "1.18.0",
17+
"jest-junit": "17.0.0",
18+
"mockttp": "4.4.2",
19+
"sequelize": "3.30.0",
20+
"twilio": "^6.0.2",
1721
"util": "^0.12.4"
1822
},
1923
"devDependencies": {

hrm-domain/lambdas/custom-integrations/uscr-beacon-poller/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
"author": "",
77
"license": "AGPL",
88
"dependencies": {
9+
"@tech-matters/hrm-types": "^1.0.0",
910
"@tech-matters/ssm-cache": "^1.0.0",
1011
"@tech-matters/types": "^1.0.0",
11-
"@tech-matters/hrm-types": "^1.0.0"
12+
"aws-sdk": "1.18.0",
13+
"jest-junit": "17.0.0"
1214
},
1315
"devDependencies": {
16+
"@tech-matters/hrm-service-test-support": "^1.0.0",
17+
"@tech-matters/testing": "^1.0.0",
1418
"@tsconfig/node22": "^22.0.0",
1519
"@types/aws-lambda": "^8.10.108",
16-
"@tech-matters/testing": "^1.0.0",
17-
"@tech-matters/hrm-service-test-support": "^1.0.0",
18-
"pg-promise": "11.5.5",
1920
"cross-env": "^7.0.3",
2021
"date-fns": "^4.1.0",
2122
"jest-each": "^29.2.1",
22-
"typescript": "^5.7.3",
23-
"mockttp": "^3.16.0"
23+
"mockttp": "^4.4.2",
24+
"pg-promise": "11.5.5",
25+
"typescript": "^5.7.3"
2426
},
2527
"scripts": {
2628
"docker:build": "docker build -t uscr-beacon-poller --build-arg lambda_name=uscr-beacon-poller --build-arg lambda_dir=hrm-domain/lambdas/custom-integrations -f ../../../../lambdas/Dockerfile ../../../../",

0 commit comments

Comments
 (0)