Bump node-sass-middleware
This commit is contained in:
parent
1d0b92b690
commit
88cf039c79
2 changed files with 7 additions and 7 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"lodash": "latest",
|
||||
"md5": "^2.3.0",
|
||||
"morgan": "~1.10.0",
|
||||
"node-sass-middleware": "git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
|
||||
"node-sass-middleware": "git+https://github.com/sass/node-sass-middleware.git#b6a78e0",
|
||||
"pug": "^3.0.2",
|
||||
"serve-favicon": "~2.5.0",
|
||||
"uuidv4": "^6.2.12"
|
||||
|
@ -30,7 +30,7 @@
|
|||
"nodemon": "^2.0.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "17.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
@ -2739,7 +2739,7 @@
|
|||
},
|
||||
"node_modules/node-sass-middleware": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "git+ssh://git@github.com/nschonni/node-sass-middleware.git#85de4cf3418f5c499f1ab894e92dcd1f530d72e6",
|
||||
"resolved": "git+ssh://git@github.com/sass/node-sass-middleware.git#b6a78e0b7824884ccf3c731cb113fb3ed5b5c411",
|
||||
"dependencies": {
|
||||
"node-sass": "^6.0.1"
|
||||
},
|
||||
|
@ -6763,8 +6763,8 @@
|
|||
}
|
||||
},
|
||||
"node-sass-middleware": {
|
||||
"version": "git+ssh://git@github.com/nschonni/node-sass-middleware.git#85de4cf3418f5c499f1ab894e92dcd1f530d72e6",
|
||||
"from": "node-sass-middleware@git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
|
||||
"version": "git+ssh://git@github.com/sass/node-sass-middleware.git#b6a78e0b7824884ccf3c731cb113fb3ed5b5c411",
|
||||
"from": "node-sass-middleware@git+https://github.com/sass/node-sass-middleware.git#b6a78e0",
|
||||
"requires": {
|
||||
"node-sass": "^6.0.1"
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"lodash": "latest",
|
||||
"md5": "^2.3.0",
|
||||
"morgan": "~1.10.0",
|
||||
"node-sass-middleware": "git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
|
||||
"node-sass-middleware": "git+https://github.com/sass/node-sass-middleware.git#b6a78e0",
|
||||
"pug": "^3.0.2",
|
||||
"serve-favicon": "~2.5.0",
|
||||
"uuidv4": "^6.2.12"
|
||||
|
@ -30,6 +30,6 @@
|
|||
"nodemon": "^2.0.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "17.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue