1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-25 18:56:39 +02:00

Bump slugify from 1.6.0 to 1.6.1 (#686)

Bumps [slugify](https://github.com/simov/slugify) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/simov/slugify/releases)
- [Commits](https://github.com/simov/slugify/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: slugify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-11 13:00:26 +01:00 committed by GitHub
parent a4ba4ee1c6
commit 8b784bb5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -65,7 +65,7 @@
"ora": "^6.0.1", "ora": "^6.0.1",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"slugify": "^1.6.0", "slugify": "^1.6.1",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0" "stylelint-prettier": "^1.2.0"
@ -22078,9 +22078,9 @@
} }
}, },
"node_modules/slugify": { "node_modules/slugify": {
"version": "1.6.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz",
"integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==", "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==",
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
} }
@ -44004,9 +44004,9 @@
} }
}, },
"slugify": { "slugify": {
"version": "1.6.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz",
"integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==" "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA=="
}, },
"snapdragon": { "snapdragon": {
"version": "0.8.2", "version": "0.8.2",

View File

@ -76,7 +76,7 @@
"ora": "^6.0.1", "ora": "^6.0.1",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"slugify": "^1.6.0", "slugify": "^1.6.1",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0" "stylelint-prettier": "^1.2.0"