Skip to content

Commit

Permalink
update npmlog n sass
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 5, 2024
1 parent 7bc1ef4 commit b7f2f4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"next": "4.2.3",
"node-sass": "^6.0.1",
"node-sass": "^7.0.0",
"normalize.css": "^7.0.0",
"npm-update-all": "^1.0.1",
"nprogress": "^0.2.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
dependencies:
"@semantic-release/error" "^2.0.0"
npm-registry-client "^8.4.0"
npmlog "^4.0.0"
npmlog "^5.0.0"

"@semantic-release/release-notes-generator@^4.0.0":
version "4.0.5"
Expand Down Expand Up @@ -7919,7 +7919,7 @@ node-gyp@^7.1.0:
glob "^7.1.4"
graceful-fs "^4.2.3"
nopt "^5.0.0"
npmlog "^4.1.2"
npmlog "^5.0.0"
request "^2.88.2"
rimraf "^3.0.2"
semver "^7.3.2"
Expand Down Expand Up @@ -7955,9 +7955,9 @@ node-libs-browser@^2.0.0:
util "^0.11.0"
vm-browserify "^1.0.1"

node-sass@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
node-sass@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.0.tgz#33ee7c2df299d51f682f13d79f3d2a562225788e"
integrity sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==
dependencies:
async-foreach "^0.1.3"
Expand All @@ -7970,7 +7970,7 @@ node-sass@^6.0.1:
meow "^9.0.0"
nan "^2.13.2"
node-gyp "^7.1.0"
npmlog "^4.0.0"
npmlog "^5.0.0"
request "^2.88.0"
sass-graph "2.2.5"
stdout-stream "^1.4.0"
Expand Down Expand Up @@ -8142,16 +8142,16 @@ npmconf@^2.1.2:
safe-buffer "^5.1.1"
semver "2 || 3 || 4"
uid-number "0.0.5"

"npmlog@2 || ^3.1.0 || ^4.0.0", npmlog@^4.0.0, npmlog@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
npmlog@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
dependencies:
are-we-there-yet "~1.1.2"
console-control-strings "~1.1.0"
gauge "~2.7.3"
set-blocking "~2.0.0"
are-we-there-yet "^2.0.0"
console-control-strings "^1.1.0"
gauge "^3.0.0"
set-blocking "^2.0.0"

nprogress@^0.2.0:
version "0.2.0"
Expand Down Expand Up @@ -10255,7 +10255,7 @@ semantic-release@^8.0.3:
nopt "^4.0.0"
normalize-package-data "^2.3.4"
npmconf "^2.1.2"
npmlog "^4.0.0"
npmlog "^5.0.0"
p-series "^1.0.0"
parse-github-repo-url "^1.3.0"
require-relative "^0.8.7"
Expand Down

0 comments on commit b7f2f4b

Please sign in to comment.