Skip to content

Commit

Permalink
Update dependency gas-webpack-plugin to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2022
1 parent 6530548 commit a7a42a1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"gas-webpack-plugin": "2.2.1",
"gas-webpack-plugin": "2.3.0",
"jest": "27.5.1",
"prettier": "2.6.1",
"rimraf": "3.0.2",
Expand Down
42 changes: 26 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,12 @@ espree@^9.4.0:
acorn-jsx "^5.3.2"
eslint-visitor-keys "^3.3.0"

[email protected], esprima@^4.0.0, esprima@^4.0.1:
esprima-next@^5.8.3:
version "5.8.4"
resolved "https://registry.yarnpkg.com/esprima-next/-/esprima-next-5.8.4.tgz#9f82c8093a33da7207a4e8621e997c66878c145a"
integrity sha512-8nYVZ4ioIH4Msjb/XmhnBdz5WRRBaYqevKa1cv9nGJdCehMbzZCPNEEnqfLCZVetUVrUPEcb5IYyu1GG4hFqgg==

esprima@^4.0.0, esprima@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
Expand All @@ -2716,10 +2721,10 @@ esrecurse@^4.3.0:
dependencies:
estraverse "^5.2.0"

estraverse@5.2.0, estraverse@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
estraverse@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==

estraverse@^4.1.1:
version "4.3.0"
Expand All @@ -2731,6 +2736,11 @@ estraverse@^5.1.0:
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642"
integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw==

estraverse@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==

esutils@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
Expand Down Expand Up @@ -3072,21 +3082,21 @@ fuzzy@^0.1.3:
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
integrity sha1-THbsL/CsGjap3M+aAN+GIweNTtg=

gas-entry-generator@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gas-entry-generator/-/gas-entry-generator-2.1.0.tgz#f35557de34fcab15ca0201d639b2246e1cf4e9b7"
integrity sha512-IjbVuMjXlRP1zIJJGgSyOb5SjlVxnAdtLDp+aCdXNuZBg7OuD10WVtkJSCcf33VXcPe4AqWb8z+ucsXZMClsAA==
gas-entry-generator@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gas-entry-generator/-/gas-entry-generator-2.2.0.tgz#14eb6c0e93745e4d30a0813826b3184c1b0c56e6"
integrity sha512-4xKGmL9PbocIP6vrk9rUqO3XzehJmnnCkQHF8UeLlGDLvmzt2TlZk4YqUDLTmq/3XJk34en3KOLKJj4btzhTMQ==
dependencies:
escodegen "2.0.0"
esprima "4.0.1"
estraverse "5.2.0"
esprima-next "^5.8.3"
estraverse "5.3.0"

gas-webpack-plugin@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/gas-webpack-plugin/-/gas-webpack-plugin-2.2.1.tgz#b4cdf4bffbac87bb903a1ffabd9e432b6272ffd8"
integrity sha512-7ORyxdv0UYT7YtM+cQ1xZQyiRCxzSkferGXCSfcVsU2IdAjgJq2gCLOPiWiH/awItcJma/jnCMiTYCFvA0UElA==
gas-webpack-plugin@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/gas-webpack-plugin/-/gas-webpack-plugin-2.3.0.tgz#4c83dfae83902fd12b91e9eaf91021a7b10bf6ab"
integrity sha512-TPJ2Xfaewetvg3lVGiE9Pk62/ZNF3WIxloasOsEnJSs1A++K5hBKNBvvhpX+221XP8/NvPsz+0K2CGDEeJvebQ==
dependencies:
gas-entry-generator "2.1.0"
gas-entry-generator "2.2.0"
minimatch "^5.0.0"
slash "^3.0.0"
webpack-sources "^3.1.1"
Expand Down

0 comments on commit a7a42a1

Please sign in to comment.