@digitraffic/common 2026.3.3-1 → 2026.3.5-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,6 @@ describe("SecretHolder - tests", () => {
30
30
  });
31
31
  afterEach(() => {
32
32
  delete process.env[DatabaseEnvironmentKeys.DB_USER];
33
- //vi.restoreAllMocks()
34
33
  });
35
34
  test("get - no secret", () => {
36
35
  mockSecret(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitraffic/common",
3
- "version": "2026.3.3-1",
3
+ "version": "2026.3.5-1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "repository": {
@@ -108,26 +108,26 @@
108
108
  "dist/**/*.d.ts"
109
109
  ],
110
110
  "devDependencies": {
111
- "@aws-sdk/client-api-gateway": "3.995.0",
112
- "@aws-sdk/client-s3": "3.995.0",
113
- "@aws-sdk/client-secrets-manager": "3.995.0",
114
- "@aws-sdk/client-sns": "3.995.0",
115
- "@aws-sdk/lib-storage": "3.995.0",
111
+ "@aws-sdk/client-api-gateway": "3.998.0",
112
+ "@aws-sdk/client-s3": "3.998.0",
113
+ "@aws-sdk/client-secrets-manager": "3.998.0",
114
+ "@aws-sdk/client-sns": "3.998.0",
115
+ "@aws-sdk/lib-storage": "3.998.0",
116
116
  "@biomejs/biome": "2.4.4",
117
117
  "@date-fns/tz": "1.4.1",
118
- "@rushstack/heft": "1.2.3",
119
- "@rushstack/heft-typescript-plugin": "1.2.3",
120
- "@smithy/fetch-http-handler": "5.3.9",
121
- "@smithy/types": "4.12.0",
118
+ "@rushstack/heft": "1.2.6",
119
+ "@rushstack/heft-typescript-plugin": "1.3.1",
120
+ "@smithy/fetch-http-handler": "5.3.11",
121
+ "@smithy/types": "4.13.0",
122
122
  "@types/aws-lambda": "8.10.160",
123
123
  "@types/etag": "1.8.4",
124
124
  "@types/geojson": "7946.0.16",
125
125
  "@types/geojson-validation": "1.0.3",
126
126
  "@types/lodash-es": "4.17.12",
127
127
  "@types/madge": "5.0.3",
128
- "@types/node": "25.3.0",
128
+ "@types/node": "25.3.1",
129
129
  "@vitest/coverage-v8": "4.0.18",
130
- "aws-cdk-lib": "2.239.0",
130
+ "aws-cdk-lib": "2.240.0",
131
131
  "change-case": "5.4.4",
132
132
  "constructs": "10.5.1",
133
133
  "date-fns": "4.1.0",
@@ -138,9 +138,9 @@
138
138
  "lefthook": "2.1.1",
139
139
  "lodash-es": "4.17.23",
140
140
  "madge": "8.0.0",
141
- "pg-native": "3.5.2",
141
+ "pg-native": "3.6.0",
142
142
  "pg-promise": "12.6.1",
143
- "pg-query-stream": "4.12.0",
143
+ "pg-query-stream": "4.13.0",
144
144
  "rimraf": "6.1.3",
145
145
  "sort-package-json": "3.6.1",
146
146
  "typescript": "5.9.3",