Browse Source

Bump sass from 1.43.4 to 1.43.5 (#371)

pull/1886/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
c2e2cd9790
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.0",
"react-markdown-editor-lite": "^1.3.1",
"sass": "^1.43.4",
"sass": "^1.43.5",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
@ -5786,9 +5786,9 @@ @@ -5786,9 +5786,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"node_modules/sass": {
"version": "1.43.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
"version": "1.43.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz",
"integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
},
@ -10898,9 +10898,9 @@ @@ -10898,9 +10898,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sass": {
"version": "1.43.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
"version": "1.43.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz",
"integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==",
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
}

2
web/package.json

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.0",
"react-markdown-editor-lite": "^1.3.1",
"sass": "^1.43.4",
"sass": "^1.43.5",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {

Loading…
Cancel
Save