diff --git a/package-lock.json b/package-lock.json index c906a409..670e2603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@types/express": "^4.17.20", + "@types/express": "^4.17.21", "@types/uuid": "^9.0.5", "copyfiles": "^2.4.1", "nodemon": "3.0.1", @@ -589,9 +589,9 @@ } }, "node_modules/@types/express": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz", - "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dev": true, "dependencies": { "@types/body-parser": "*", diff --git a/package.json b/package.json index f144a2b0..cab48d1d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@types/express": "^4.17.20", + "@types/express": "^4.17.21", "@types/uuid": "^9.0.5", "copyfiles": "^2.4.1", "nodemon": "3.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 914ae370..64b7f09c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ dependencies: devDependencies: '@types/express': - specifier: ^4.17.20 - version: 4.17.20 + specifier: ^4.17.21 + version: 4.17.21 '@types/uuid': specifier: ^9.0.5 version: 9.0.5 @@ -464,8 +464,8 @@ packages: '@types/send': 0.17.2 dev: true - /@types/express@4.17.20: - resolution: {integrity: sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==} + /@types/express@4.17.21: + resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} dependencies: '@types/body-parser': 1.19.3 '@types/express-serve-static-core': 4.17.37