Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Aug 12, 2024
1 parent 66e805b commit fedc91a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alchemymvc",
"description": "MVC framework for Node.js",
"version": "1.4.0-alpha.4",
"version": "1.4.0-alpha.5",
"author": "Jelle De Loecker <jelle@elevenways.be>",
"keywords": [
"alchemy",
Expand All @@ -14,29 +14,29 @@
},
"dependencies": {
"ansi-256-colors" : "~1.1.0",
"autoprefixer" : "~10.4.16",
"autoprefixer" : "~10.4.20",
"bcrypt" : "~5.1.1",
"body" : "~5.1.0",
"body-parser" : "~1.20.2",
"bson" : "~6.1.0",
"chokidar" : "~3.5.3",
"bson" : "~6.8.0",
"chokidar" : "~3.6.0",
"formidable" : "~3.5.1",
"graceful-fs" : "~4.2.11",
"hawkejs" : "~2.3.17",
"hawkejs" : "~2.4.0",
"jsondiffpatch" : "~0.5.0",
"mime" : "~3.0.0",
"minimist" : "~1.2.5",
"minimist" : "~1.2.8",
"mkdirp" : "~3.0.1",
"@picturae/mmmagic": "0.5.3",
"mongodb" : "~6.1.0",
"mongodb" : "~6.8.0",
"ncp" : "~2.0.0",
"postcss" : "~8.4.31",
"postcss" : "~8.4.41",
"postcss-prune-var": "~1.1.2",
"protoblast" : "~0.9.1",
"semver" : "~7.5.4",
"socket.io" : "~4.7.2",
"protoblast" : "~0.9.3",
"semver" : "~7.6.3",
"socket.io" : "~4.7.5",
"@11ways/socket.io-stream" : "~0.9.2",
"terser" : "~5.31.0",
"terser" : "~5.31.5",
"toobusy-js" : "~0.5.1",
"useragent" : "~2.3.0"
},
Expand All @@ -47,10 +47,10 @@
"optionalDependencies": {
"janeway" : "~0.4.4",
"less" : "~4.2.0",
"sass" : "~1.71.1",
"sass-embedded" : "~1.71.1",
"sass" : "~1.77.8",
"sass-embedded" : "~1.77.8",
"nodent-compiler" : "~3.2.13",
"socket.io-client" : "~4.7.2",
"socket.io-client" : "~4.7.5",
"socket.io-msgpack-parser": "~3.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit fedc91a

Please sign in to comment.