diff --git a/package-lock.json b/package-lock.json index 33cf39e5f..ad6fc2129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/jquery": "^3.5.13", "@types/jqueryui": "^1.12.16", "@types/node": "^20.8.2", - "@wordpress/babel-plugin-makepot": "^5.16.0", + "@wordpress/babel-plugin-makepot": "^6.0.0", "@wordpress/eslint-plugin": "^18.0.0", "@wordpress/i18n": "^4.2.4", "@wwa/rollup-plugin-terser": "^1.0.1", @@ -2969,9 +2969,9 @@ } }, "node_modules/@wordpress/babel-plugin-makepot": { - "version": "5.42.0", - "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-makepot/-/babel-plugin-makepot-5.42.0.tgz", - "integrity": "sha512-Y8BjbkfQ2QQBG4RW9G3YT6Cpw+yC+Sj76FVLiEI5X1NdNKivVoHCdj73ziF87cCFTjWU7b55huph+kfL8c/DFA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-makepot/-/babel-plugin-makepot-6.1.0.tgz", + "integrity": "sha512-Ljkr3ov8XbIg934NZYbEDLLedBbAhQUpHcM3t7M3Ahu3lwmtYHVTJSr3++zwbjK0AcA+tlqfRQ/aLDP9MfFyKQ==", "dev": true, "license": "GPL-2.0-or-later", "dependencies": { @@ -2980,7 +2980,8 @@ "is-plain-object": "^5.0.0" }, "engines": { - "node": ">=14" + "node": ">=18.12.0", + "npm": ">=8.19.2" }, "peerDependencies": { "@babel/core": "^7.12.9" diff --git a/package.json b/package.json index ff42ebd91..d1402be6d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/jquery": "^3.5.13", "@types/jqueryui": "^1.12.16", "@types/node": "^20.8.2", - "@wordpress/babel-plugin-makepot": "^5.16.0", + "@wordpress/babel-plugin-makepot": "^6.0.0", "@wordpress/eslint-plugin": "^18.0.0", "@wordpress/i18n": "^4.2.4", "@wwa/rollup-plugin-terser": "^1.0.1",