Updated and installed dependencies

This commit is contained in:
Matheus Camelucci 2021-07-06 21:23:28 -03:00
parent 277591211b
commit 0802dec360
2 changed files with 8651 additions and 1935 deletions

10541
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,39 +34,40 @@
},
"homepage": "https://sourcey.com/spectacle",
"dependencies": {
"bluebird": "^3.5.2",
"cheerio": "^1.0.0-rc.2",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.10",
"clarify": "^2.1.0",
"coffeescript": "^2.5.1",
"commander": "*",
"foundation-sites": "^6.5.0-rc.4",
"grunt": "^1.0.3",
"foundation-sites": "^6.6.3",
"grunt": "^1.4.1",
"grunt-compile-handlebars": "^2.0.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-handlebars": "^3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-embed": "^0.2.1",
"grunt-prettify": "^0.4.0",
"grunt-sass": "^3.0.2",
"handlebars": "^4.0.12",
"highlight.js": "^9.13.0",
"js-yaml": "^3.12.0",
"json-refs": "^3.0.12",
"grunt-sass": "^3.1.0",
"handlebars": "^4.7.7",
"highlight.js": "^11.0.1",
"js-yaml": "^4.1.0",
"json-refs": "^3.0.15",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.11",
"marked": "^0.6.1",
"node-sass": "^4.14.1",
"sync-request": "^6.0.0",
"tmp": "0.0.33",
"trace": "^3.1.0"
"lodash": "^4.17.21",
"marked": "^2.1.3",
"node-sass": "^6.0.1",
"sync-request": "^6.1.0",
"tmp": "^0.2.1",
"trace": "^3.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
"chai": "^4.3.4",
"mocha": "^9.0.2"
}
}