diff --git a/package-lock.json b/package-lock.json index 8fd587f..eee6d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1081,11 +1081,26 @@ "dev": true }, "@wordpress/hooks": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-2.0.5.tgz", - "integrity": "sha512-EcE7lm5p6f3qB6nJClY3LPejFpbjo66b6j4ihgLLgrWMKqs4lLPGS2OzK4KyP0O52cofKj+Tv/wBaAiYSufFcA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-2.9.0.tgz", + "integrity": "sha512-RL7bIIwy1BJWPOicwtDdC1cO+0HqHhnRtry8qeatv+/qN7O5YrJaslCMot7R4Y9cIgzX8C8Vj2BN2QsXLqUAGg==", "requires": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.9.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", + "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + } } }, "@wordpress/i18n": { diff --git a/package.json b/package.json index df07700..0f0bfa9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@wordpress/api-fetch": "^2.2.8", - "@wordpress/hooks": "^2.0.5", + "@wordpress/hooks": "^2.9.0", "vue": "^2.5.22", "vuedraggable": "^2.17.0" }