diff --git a/package-lock.json b/package-lock.json index 4cc3571a..4d4b61f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/express": "^4.17.21", "@types/mocha": "^10.0.8", "@types/multer": "^1.4.12", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/supertest": "^6.0.2", "c8": "^10.1.2", "chai": "^5.1.1", @@ -43,7 +43,7 @@ "chai-subset": "^1.6.0", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "memfs": "^4.12.0", + "memfs": "^4.14.0", "mocha": "^10.7.3", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", @@ -4284,9 +4284,9 @@ } }, "node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -9349,9 +9349,9 @@ } }, "node_modules/memfs": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.12.0.tgz", - "integrity": "sha512-74wDsex5tQDSClVkeK1vtxqYCAgCoXxx+K4NSHzgU/muYVYByFqa+0RnrPO9NM6naWm1+G9JmZ0p6QHhXmeYfA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", + "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 62b8c71b..751ffa79 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/express": "^4.17.21", "@types/mocha": "^10.0.8", "@types/multer": "^1.4.12", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/supertest": "^6.0.2", "c8": "^10.1.2", "chai": "^5.1.1", @@ -52,7 +52,7 @@ "chai-subset": "^1.6.0", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "memfs": "^4.12.0", + "memfs": "^4.14.0", "mocha": "^10.7.3", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1",