Skip to content

Commit

Permalink
fix(theme-tasks): update dependence to avoid using Lodash 3 which is …
Browse files Browse the repository at this point in the history
…vulnerable
  • Loading branch information
antonio-ortega committed Dec 4, 2024
1 parent 7f2be15 commit 30e00b1
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gulp-insert": "^0.5.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.11.0",
"gulp-replace-task": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-terser": "^2.0.0",
Expand Down
46 changes: 45 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3044,6 +3044,17 @@ applause@1.1.0:
js-yaml "^3.3.0"
lodash "^3.10.0"

applause@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/applause/-/applause-2.0.4.tgz#0b771418fdd1bb326a225ad031d41ba0b20cd0f4"
integrity sha512-wFhNjSoflbAEgelX3psyKSXV2iQFjuYW31DEhcCOD/bQ98VdfltLclK4p1mI6E58Qp4Q7+5RCbBdr+Nc9b5QhA==
dependencies:
lodash "^4.17.21"
optional-require "^1.0.2"
optionalDependencies:
cson-parser "^4.0.8"
js-yaml "^4.0.0"

"aproba@^1.0.3 || ^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
Expand Down Expand Up @@ -5049,6 +5060,11 @@ coffee-script@^1.10.0:
resolved "https://registry.yarnpkg.com/coffee-script/-/coffee-script-1.12.7.tgz#c05dae0cb79591d05b3070a8433a98c9a89ccc53"
integrity sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==

coffeescript@1.12.7:
version "1.12.7"
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.12.7.tgz#e57ee4c4867cf7f606bfc4a0f2d550c0981ddd27"
integrity sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==

collapse-white-space@^1.0.2:
version "1.0.6"
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
Expand Down Expand Up @@ -5480,6 +5496,13 @@ cson-parser@^1.1.0:
dependencies:
coffee-script "^1.10.0"

cson-parser@^4.0.8:
version "4.0.9"
resolved "https://registry.yarnpkg.com/cson-parser/-/cson-parser-4.0.9.tgz#eef0cf77edd057f97861ef800300c8239224eedb"
integrity sha512-I79SAcCYquWnEfXYj8hBqOOWKj6eH6zX1hhX3yqmS4K3bYp7jME3UFpHPzu3rUew0oyfc0s8T6IlWGXRAheHag==
dependencies:
coffeescript "1.12.7"

css-loader@^3.0.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
Expand Down Expand Up @@ -8374,6 +8397,15 @@ gulp-replace-task@^0.11.0:
gulp-util "^3.0.0"
through2 "^2.0.0"

gulp-replace-task@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gulp-replace-task/-/gulp-replace-task-2.0.1.tgz#822ceb14540a9c7d197de6ab608df2e171a015d6"
integrity sha512-Z+fqqbwNkILZ9spAskkl3TcvAAgmwTjOI4HEyIPdOAb7D+rIsV9b0byUuo0y+PWFZWwnI1X1GcCErPkboK3vqQ==
dependencies:
applause "^2.0.0"
plugin-error "^1.0.1"
through2 "^4.0.2"

gulp-sass@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-5.0.0.tgz#c338fc021e450a51ae977fea9014eda331ce66b7"
Expand Down Expand Up @@ -10866,7 +10898,7 @@ js-yaml@^3.13.1, js-yaml@^3.3.0:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^4.1.0:
js-yaml@^4.0.0, js-yaml@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
Expand Down Expand Up @@ -13347,6 +13379,13 @@ optimist@0.6.x:
minimist "~0.0.1"
wordwrap "~0.0.2"

optional-require@^1.0.2:
version "1.1.8"
resolved "https://registry.yarnpkg.com/optional-require/-/optional-require-1.1.8.tgz#16364d76261b75d964c482b2406cb824d8ec44b7"
integrity sha512-jq83qaUb0wNg9Krv1c5OQ+58EK+vHde6aBPzLvPPqJm89UQWsvSuFy9X/OSNJnFeSOKo7btE0n8Nl2+nE+z5nA==
dependencies:
require-at "^1.0.6"

optionator@^0.8.1:
version "0.8.3"
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
Expand Down Expand Up @@ -15074,6 +15113,11 @@ request@>=2.12.0, request@^2.88.0, request@^2.88.2:
tunnel-agent "^0.6.0"
uuid "^3.3.2"

require-at@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/require-at/-/require-at-1.0.6.tgz#9eb7e3c5e00727f5a4744070a7f560d4de4f6e6a"
integrity sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g==

require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
Expand Down

0 comments on commit 30e00b1

Please sign in to comment.