diff --git a/package-lock.json b/package-lock.json index 76f4e4f2..a4af62f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/mdast": "^4.0.0", "es2015-i18n-tag": "1.6.1", "ferrum": "1.9.4", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "github-slugger": "2.0.0", "js-yaml": "4.1.0", "json-schema": "^0.4.0", @@ -38,7 +38,7 @@ "@types/fs-extra": "11.0.4", "@types/github-slugger": "2.0.0", "@types/js-yaml": "4.0.9", - "@types/node": "20.17.12", + "@types/node": "20.17.14", "@types/yargs": "17.0.33", "c8": "10.1.3", "commitizen": "4.3.1", @@ -47,7 +47,7 @@ "husky": "9.1.7", "i18n-tag-schema": "2.5.0", "json-logic-js": "axa-ch/cyclic-schemas-test", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "mocha": "10.8.2", "semantic-release": "24.2.1", "typescript": "5.7.3", @@ -1332,9 +1332,9 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.17.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.12.tgz", - "integrity": "sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==", + "version": "20.17.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz", + "integrity": "sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==", "dev": true, "license": "MIT", "dependencies": { @@ -4145,9 +4145,10 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -5667,9 +5668,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ae87184c..a688a14f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/mdast": "^4.0.0", "es2015-i18n-tag": "1.6.1", "ferrum": "1.9.4", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "github-slugger": "2.0.0", "js-yaml": "4.1.0", "json-schema": "^0.4.0", @@ -47,7 +47,7 @@ "@types/fs-extra": "11.0.4", "@types/github-slugger": "2.0.0", "@types/js-yaml": "4.0.9", - "@types/node": "20.17.12", + "@types/node": "20.17.14", "@types/yargs": "17.0.33", "c8": "10.1.3", "commitizen": "4.3.1", @@ -56,7 +56,7 @@ "husky": "9.1.7", "i18n-tag-schema": "2.5.0", "json-logic-js": "axa-ch/cyclic-schemas-test", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "mocha": "10.8.2", "semantic-release": "24.2.1", "typescript": "5.7.3",