Bump promise-polyfill from 8.1.1 to 8.1.3

Bumps [promise-polyfill](https://github.com/taylorhakes/promise-polyfill) from 8.1.1 to 8.1.3.
- [Release notes](https://github.com/taylorhakes/promise-polyfill/releases)
- [Changelog](https://github.com/taylorhakes/promise-polyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/taylorhakes/promise-polyfill/compare/8.1.1...8.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-17 04:30:42 +00:00
parent ec09cf6e14
commit 7b732d01c4
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "4.3.1", "version": "4.4.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -10375,9 +10375,9 @@
"dev": true "dev": true
}, },
"promise-polyfill": { "promise-polyfill": {
"version": "8.1.1", "version": "8.1.3",
"resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.1.tgz", "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz",
"integrity": "sha512-ZrjUsqMFQsmyvP3YZ4BbYqjf7ayMgybITjAJ85o1tdnwC97I5eqQuirXiBlufLqZFl2sRmV6GRNCsXs9nEIaOQ==", "integrity": "sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==",
"dev": true "dev": true
}, },
"promised-io": { "promised-io": {

View File

@ -72,7 +72,7 @@
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1", "optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.1", "promise-polyfill": "^8.1.3",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"style-loader": "^0.23.0", "style-loader": "^0.23.0",
"stylelint": "^10.1.0", "stylelint": "^10.1.0",