Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi committed Jan 22, 2024
1 parent 18beb44 commit 852707c
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 194 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "descent",
"version": "1.8.9",
"version": "1.8.10",
"description": "Elegant now playing display for Last.fm showing song metadata and local weather.",
"keywords": [
"descent",
Expand All @@ -25,17 +25,17 @@
"body-parser": "^1.20.2",
"express": "^4.18.2",
"gulp": "^4.0.2",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"pug": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"eslint": "^8.44.0",
"gulp-autoprefixer": "^8.0.0",
"browser-sync": "^3.0.2",
"eslint": "^8.56.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.63.6"
"sass": "^1.70.0"
}
}
4 changes: 2 additions & 2 deletions views/template/external.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ mixin googleFonts
link(href='https://fonts.googleapis.com/css2?family=Noto+Serif&family=Open+Sans:wght@300;400&family=Oswald:wght@700&family=Source+Code+Pro&display=swap', rel='stylesheet')

mixin fontAwesome
link(href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css', rel='stylesheet', integrity='sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==', crossorigin='anonymous', referrerpolicy='no-referrer')
link(href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css', rel='stylesheet', integrity='sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==', crossorigin='anonymous', referrerpolicy='no-referrer')

mixin jquery
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js', integrity='sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==', crossorigin='anonymous', referrerpolicy='no-referrer')
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js', integrity='sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==', crossorigin='anonymous', referrerpolicy='no-referrer')

mixin jsCookie
script(src='https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.5/js.cookie.min.js', integrity='sha512-nlp9/l96/EpjYBx7EP7pGASVXNe80hGhYAUrjeXnu/fyF5Py0/RXav4BBNs7n5Hx1WFhOEOWSAVjGeC3oKxDVQ==', crossorigin='anonymous', referrerpolicy='no-referrer')
Expand Down
Loading

0 comments on commit 852707c

Please sign in to comment.