Skip to content

Commit

Permalink
Update simple-git dependency (#2478)
Browse files Browse the repository at this point in the history
* Update simple-git dependency

* Put back eslint-plugin-jsdoc
  • Loading branch information
olafleur-godaddy authored Feb 1, 2023
1 parent 42fbbd6 commit 68acccc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,13 @@
"react-masonry-component": "^6.2.1",
"react-spring": "^9.4.4",
"rtlcss-webpack-plugin": "^4.0.6",
"simple-git": "^3.15.1",
"simple-git": "^3.16.0",
"tiny-swiper": "^2.2.0",
"uuid": "^8.3.2"
},
"resolutions": {
"eslint-plugin-jsdoc": "^39.2.5",
"json5": "^2.2.2",
"simple-git": "^3.15.0"
"simple-git": "^3.16.0"
},
"lint-staged": {
"*.scss": [
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6177,9 +6177,9 @@ eslint-plugin-jest@^25.2.3:
"@typescript-eslint/experimental-utils" "^5.0.0"

eslint-plugin-jsdoc@^37.0.3, eslint-plugin-jsdoc@^39.2.5:
version "39.6.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz#b940aebd3eea26884a0d341785d2dc3aba6a38a7"
integrity sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==
version "39.7.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.7.4.tgz#fec1b5a3cfcbb706980e98e0dbb60ae1f31777d7"
integrity sha512-2eJcWGKRyNQFa37UIpGcAdOp3wtES8vV3mlnFmEmJCuBNyFhK6cMhbZgMkLoLjKnipoxsN9GbfZZ+8nPY8ETZQ==
dependencies:
"@es-joy/jsdoccomment" "~0.36.1"
comment-parser "1.3.1"
Expand Down Expand Up @@ -8990,7 +8990,14 @@ json2php@^0.0.4:
resolved "https://registry.npmjs.org/json2php/-/json2php-0.0.4.tgz"
integrity sha1-a9haHdpqXdfpECK7JEA8wbfC7jQ=

json5@^1.0.1, json5@^2.1.2, json5@^2.2.1, json5@^2.2.2:
json5@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
dependencies:
minimist "^1.2.0"

json5@^2.1.2, json5@^2.2.1:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
Expand Down Expand Up @@ -12017,10 +12024,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.6, signal-exit@^3.0.7:
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

simple-git@^3.15.0, simple-git@^3.15.1, simple-git@^3.5.0:
version "3.15.1"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.15.1.tgz#57f595682cb0c2475d5056da078a05c8715a25ef"
integrity sha512-73MVa5984t/JP4JcQt0oZlKGr42ROYWC3BcUZfuHtT3IHKPspIvL0cZBnvPXF7LL3S/qVeVHVdYYmJ3LOTw4Rg==
simple-git@^3.16.0, simple-git@^3.5.0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.16.0.tgz#421773e24680f5716999cc4a1d60127b4b6a9dec"
integrity sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"
Expand Down

0 comments on commit 68acccc

Please sign in to comment.