Skip to content

Commit 64fc0d6

Browse files
chore(deps): update external dependencies
1 parent 1ad5987 commit 64fc0d6

File tree

10 files changed

+396
-447
lines changed

10 files changed

+396
-447
lines changed

modules/cms/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"connect-livereload": "0.6.1",
5-
"express": "4.20.0",
5+
"express": "4.21.1",
66
"firost": "2.17.0",
77
"golgoth": "2.1.0",
88
"livereload": "0.9.3",
99
"multer": "1.4.4",
10-
"nodemon": "2.0.20",
10+
"nodemon": "2.0.22",
1111
"norska-config": "^3.0.0",
1212
"norska-css": "^3.0.0",
1313
"norska-helper": "^3.0.0",
14-
"open": "8.4.0"
14+
"open": "8.4.2"
1515
},
1616
"description": "Edit _data folder interactively",
1717
"engines": {

modules/css/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"@tailwindcss/typography": "0.4.1",
5-
"cssnano": "5.1.13",
6-
"cssnano-preset-advanced": "5.3.8",
5+
"cssnano": "5.1.15",
6+
"cssnano-preset-advanced": "5.3.10",
77
"firost": "2.17.0",
88
"golgoth": "2.1.0",
99
"hex-rgb": "4.3.0",
1010
"norska-config": "^3.0.0",
1111
"norska-helper": "^3.0.0",
12-
"postcss": "8.4.31",
12+
"postcss": "8.4.47",
1313
"postcss-import": "14.1.0",
1414
"postcss-nested": "5.0.6",
1515
"tailwindcss": "1.9.6"

modules/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
4-
"algoliasearch": "4.14.2",
5-
"instantsearch.js": "4.49.0",
4+
"algoliasearch": "4.24.0",
5+
"instantsearch.js": "4.75.3",
66
"lazysizes": "5.3.2",
77
"lodash-es": "4.17.21",
88
"norska-image-proxy": "^3.0.0"

modules/html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ensure-url-trailing-slash": "0.1.6",
55
"firost": "2.17.0",
66
"front-matter": "4.0.2",
7-
"gilmore": "0.1.0",
7+
"gilmore": "0.2.0",
88
"golgoth": "2.1.0",
99
"he": "1.2.0",
1010
"highlightjs-pug": "0.0.2",

modules/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"norska-config": "^3.0.0",
77
"norska-helper": "^3.0.0",
88
"pug-loader": "2.4.0",
9-
"webpack": "5.94.0"
9+
"webpack": "5.96.1"
1010
},
1111
"description": "Compile .js files through Webpack",
1212
"engines": {

modules/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"firost": "2.17.0",
88
"golgoth": "2.1.0",
9-
"minimist": "1.2.7",
9+
"minimist": "1.2.8",
1010
"norska-assets": "^3.0.0",
1111
"norska-cms": "^3.0.0",
1212
"norska-config": "^3.0.0",

modules/netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"firost": "2.17.0",
5-
"gilmore": "0.1.0",
5+
"gilmore": "0.2.0",
66
"golgoth": "2.1.0",
77
"multimatch": "5.0.0",
88
"netlify": "8.0.4",

modules/serve/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"connect-livereload": "0.6.1",
5-
"express": "4.20.0",
5+
"express": "4.21.1",
66
"firost": "2.17.0",
77
"get-port": "5.1.1",
88
"golgoth": "2.1.0",
@@ -12,7 +12,7 @@
1212
"norska-css": "^3.0.0",
1313
"norska-html": "^3.0.0",
1414
"norska-js": "^3.0.0",
15-
"open": "8.4.0"
15+
"open": "8.4.2"
1616
},
1717
"description": "Local build for development, with live-reload",
1818
"engines": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"firost": "2.17.0",
1212
"golgoth": "2.1.0",
1313
"lerna": "4.0.0",
14-
"minimist": "1.2.7"
14+
"minimist": "1.2.8"
1515
},
1616
"files": [],
1717
"homepage": "https://github.com/pixelastic/norska",

0 commit comments

Comments
 (0)