diff --git a/package-lock.json b/package-lock.json index 7f8eb5b7..66aac447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.1.2", "license": "MIT", "dependencies": { - "@manuth/package-json-editor": "^2.2.6", + "@manuth/package-json-editor": "^3.0.2", "@manuth/resource-manager": "^2.0.4", "@manuth/temp-files": "^2.0.9", "@types/markdown-it": "^12.2.3", @@ -409,16 +409,16 @@ } }, "node_modules/@manuth/package-json-editor": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@manuth/package-json-editor/-/package-json-editor-2.2.6.tgz", - "integrity": "sha512-Z/2ON6cIn+tjwzbMrr6w4Irj3ih79OuX7GEMCDKTGUNUBnY24kksKWK3w8XSLvipAtwZ34LQlVjDFhOhKaqW3g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@manuth/package-json-editor/-/package-json-editor-3.0.2.tgz", + "integrity": "sha512-/8rO+L0KdAWsaAFrvYHxdfH01nGWEn7ZMf6Exk+zgyrtYbWpoPxXMiUoAxFoxd+RhlAY/MZAj241LBg4vNvGOw==", "dependencies": { "@stdlib/assert-is-iterable-like": "^0.0.7", "fs-extra": "^10.1.0", "git-remote-origin-url": "^4.0.0", "git-root-dir": "^1.0.2", "github-url-from-git": "^1.5.0", - "normalize-package-data": "^4.0.0", + "normalize-package-data": "^4.0.1", "parse-author": "^2.0.0", "readme-filename": "^1.0.0", "stringify-author": "^0.1.3", @@ -9793,16 +9793,16 @@ } }, "@manuth/package-json-editor": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@manuth/package-json-editor/-/package-json-editor-2.2.6.tgz", - "integrity": "sha512-Z/2ON6cIn+tjwzbMrr6w4Irj3ih79OuX7GEMCDKTGUNUBnY24kksKWK3w8XSLvipAtwZ34LQlVjDFhOhKaqW3g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@manuth/package-json-editor/-/package-json-editor-3.0.2.tgz", + "integrity": "sha512-/8rO+L0KdAWsaAFrvYHxdfH01nGWEn7ZMf6Exk+zgyrtYbWpoPxXMiUoAxFoxd+RhlAY/MZAj241LBg4vNvGOw==", "requires": { "@stdlib/assert-is-iterable-like": "^0.0.7", "fs-extra": "^10.1.0", "git-remote-origin-url": "^4.0.0", "git-root-dir": "^1.0.2", "github-url-from-git": "^1.5.0", - "normalize-package-data": "^4.0.0", + "normalize-package-data": "^4.0.1", "parse-author": "^2.0.0", "readme-filename": "^1.0.0", "stringify-author": "^0.1.3", diff --git a/package.json b/package.json index c5de4d4f..017f4da4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "patch-ts": "ts-patch install" }, "dependencies": { - "@manuth/package-json-editor": "^2.2.6", + "@manuth/package-json-editor": "^3.0.2", "@manuth/resource-manager": "^2.0.4", "@manuth/temp-files": "^2.0.9", "@types/markdown-it": "^12.2.3",