Skip to content

Commit

Permalink
feat(deps): updgrade rework to still support node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed May 8, 2024
1 parent 0d909cb commit 514efa7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fomantic/gulp-concat-css",
"description": "Concatenate css files, rebasing urls and inlining @import",
"version": "3.2.0",
"version": "3.2.1",
"homepage": "https://github.com/fomantic/gulp-concat-css",
"author": {
"name": "Mario Casciaro"
Expand All @@ -23,8 +23,8 @@
"lodash.defaults": "^4.2.0",
"parse-import": "^2.0.0",
"plugin-error": "^2.0.0",
"@fomantic/rework": "^2.0.0",
"@fomantic/rework-import": "^3.0.0",
"@fomantic/rework": "^2.1.0",
"@fomantic/rework-import": "^3.1.0",
"rework-plugin-url": "^1.1.0",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
Expand Down
74 changes: 40 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# yarn lockfile v1


"@adobe/css-tools@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
"@adobe/css-tools@4.2.0":
version "4.2.0"
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855"
integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==

"@fomantic/rework-import@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@fomantic/rework-import/-/rework-import-3.0.0.tgz#3801d31bf7dc73cb8bb794d5d4960b5810310ad1"
integrity sha512-GV8Ozt7iTjGeIbzVQXTxDRJqi9ynKn6hYxK9Q8l8GA7El6WxGGVlRMOCwpTnKxIgerKh7i2Yx2Zvwu+4VR3PMw==
"@fomantic/rework-import@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@fomantic/rework-import/-/rework-import-3.1.0.tgz#eaf05d8c597e823d16fe330bfa4c4b4e17757688"
integrity sha512-8ngCYW2BtsSV5rrCEwGJF5T9K7dNSekuVWLmXmggImhYzOtMCvhsPGiR5eNVJe+7/6O/4pRyaWIuelUVzTPzrQ==
dependencies:
"@adobe/css-tools" "^4.0.1"
"@adobe/css-tools" "4.2.0"
globby "^11.1.0"
parse-import "^2.0.0"
re2 "^1.17.7"
re2 "1.20.5"
unixify "^1.0.0"
url-regex-safe "^3.0.0"

"@fomantic/rework@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@fomantic/rework/-/rework-2.0.0.tgz#c589b5b20c0cd84e0071f2559d65663d66db0fbb"
integrity sha512-N0DFWfSYATXBUrrZcv4QVm/B0v4Da/hvm5BsKzkvc5sZ66mggkcKd/BZcbUtGvf5lJDVzIIj84HDy2/xE1yGaw==
"@fomantic/rework@^2.1.0":
version "2.1.0"
resolved "https://registry.npmjs.org/@fomantic/rework/-/rework-2.1.0.tgz#ad167461768f861f9cdf472624391cd60542645c"
integrity sha512-nWn0DdhYLNS9dnXzgeNMaGZBHyVb65H0qO6kzLlw52aAAOTOGcQdN5CxLx8Zr3dZFafBCvQfg+KEAL7hxjcQpA==
dependencies:
"@adobe/css-tools" "^4.0.1"
"@adobe/css-tools" "4.2.0"

"@gar/promisify@^1.1.3":
version "1.1.3"
Expand Down Expand Up @@ -420,6 +420,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==

exponential-backoff@^3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==

fast-fifo@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.1.0.tgz#17d1a3646880b9891dfa0c54e69c5fef33cad779"
Expand Down Expand Up @@ -665,10 +670,10 @@ inherits@2, inherits@^2.0.3:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

install-artifact-from-github@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/install-artifact-from-github/-/install-artifact-from-github-1.3.1.tgz#eefaad9af35d632e5d912ad1569c1de38c3c2462"
integrity sha512-3l3Bymg2eKDsN5wQuMfgGEj2x6l5MCAv0zPL6rxHESufFVlEAKW/6oY9F1aGgvY/EgWm5+eWGRjINveL4X7Hgg==
install-artifact-from-github@^1.3.3:
version "1.3.5"
resolved "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.3.5.tgz#88c96fe40e5eb21d45586d564208c648a1dbf38d"
integrity sha512-gZHC7f/cJgXz7MXlHFBxPVMsvIbev1OQN1uKQYKVJDydGNm9oYf9JstbU4Atnh/eSvk41WtEovoRm+8IF686xg==

[email protected]:
version "4.3.0"
Expand Down Expand Up @@ -930,10 +935,10 @@ [email protected], ms@^2.0.0:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

nan@^2.16.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
nan@^2.18.0:
version "2.19.0"
resolved "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==

[email protected]:
version "3.3.1"
Expand All @@ -945,12 +950,13 @@ negotiator@^0.6.3:
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==

node-gyp@^9.0.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.0.tgz#f8eefe77f0ad8edb3b3b898409b53e697642b319"
integrity sha512-A6rJWfXFz7TQNjpldJ915WFb1LnhO4lIve3ANPbWreuEoLoKlFT3sxIepPBkLhM27crW8YmN+pjlgbasH6cH/Q==
node-gyp@^9.4.0:
version "9.4.1"
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz#8a1023e0d6766ecb52764cc3a734b36ff275e185"
integrity sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==
dependencies:
env-paths "^2.2.0"
exponential-backoff "^3.1.1"
glob "^7.1.4"
graceful-fs "^4.2.6"
make-fetch-happen "^10.0.3"
Expand Down Expand Up @@ -1087,14 +1093,14 @@ randombytes@^2.1.0:
dependencies:
safe-buffer "^5.1.0"

re2@^1.17.7:
version "1.17.7"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.17.7.tgz#e14cab85a177a5534c7215c322d1b043c55aa1e9"
integrity sha512-X8GSuiBoVWwcjuppqSjsIkRxNUKDdjhkO9SBekQbZ2ksqWUReCy7DQPWOVpoTnpdtdz5PIpTTxTFzvJv5UMfjA==
re2@1.20.5:
version "1.20.5"
resolved "https://registry.npmjs.org/re2/-/re2-1.20.5.tgz#b549db584a85de18dd2e47c11a66ce62dd2175c9"
integrity sha512-wZAqOjJ3m0PBgM2B8KG9dNJLwSNIAOZGiHN/c0FpKpaM1Hkg5NpKNAWSVbCXe+bb2K0xmHz6DPR4HJaQ2MejgQ==
dependencies:
install-artifact-from-github "^1.3.1"
nan "^2.16.0"
node-gyp "^9.0.0"
install-artifact-from-github "^1.3.3"
nan "^2.18.0"
node-gyp "^9.4.0"

readable-stream@3, readable-stream@^3.6.0:
version "3.6.0"
Expand Down

0 comments on commit 514efa7

Please sign in to comment.