Skip to content

Commit

Permalink
chore(deps): update dependency node-wp-i18n to v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent f86f87b commit f320e09
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.3",
"husky": "4.2.5",
"node-wp-i18n": "1.2.3",
"node-wp-i18n": "1.2.7",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-order": "4.1.0",
Expand Down
29 changes: 20 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6923,6 +6923,11 @@ mixin-deep@^1.2.0:
dependencies:
minimist "^1.2.5"

mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
Expand Down Expand Up @@ -7123,18 +7128,18 @@ node-sass@4.14.1:
stdout-stream "^1.4.0"
"true-case-path" "^1.0.2"

node-wp-i18n@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/node-wp-i18n/-/node-wp-i18n-1.2.3.tgz#78c07fc3480693c0fa25c88a2d1e9c748700541b"
integrity sha512-YMzMcsjXbGYDB9vHyb289CYXAGmXhcNLbeTlOnWgPNkZd9xrovcbRd7cQyKd9BQHOjS7Nw8WCbJ7nvtR7rc0rg==
node-wp-i18n@1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/node-wp-i18n/-/node-wp-i18n-1.2.7.tgz#d83c80e7d2b364f873387c13cf7243428b252926"
integrity sha512-4X+890+Irj8sY+6WKkFx+4wk/GGu9mGLDY1PVPF9AWF1zTKWClLA83QikcQKX55rjjKpN1jSZEQoEANNVSSBYw==
dependencies:
bluebird "^3.4.1"
gettext-parser "^3.1.0"
glob "^7.0.5"
lodash "^4.14.2"
minimist "^1.2.0"
mkdirp "^0.5.1"
tmp "^0.0.33"
minimist "^1.2.5"
mkdirp "^1.0.4"
tmp "^0.2.1"

"nopt@2 || 3":
version "3.0.6"
Expand Down Expand Up @@ -8049,7 +8054,6 @@ prettier-linter-helpers@^1.0.0:
fast-diff "^1.1.2"

"prettier@npm:wp-prettier@2.0.5":
name wp-prettier
version "2.0.5"
resolved "https://registry.yarnpkg.com/wp-prettier/-/wp-prettier-2.0.5.tgz#1aeff6000142d61bfbd7cc35a3d561551b25399f"
integrity sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A==
Expand Down Expand Up @@ -8702,7 +8706,7 @@ rimraf@2.6.3:
dependencies:
glob "^7.1.3"

rimraf@^3.0.2:
rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
Expand Down Expand Up @@ -9960,6 +9964,13 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"

tmp@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
dependencies:
rimraf "^3.0.0"

to-array@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/to-array/-/to-array-0.1.4.tgz#17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890"
Expand Down

0 comments on commit f320e09

Please sign in to comment.