mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
Bump slugify from 1.6.4 to 1.6.5 (#763)
Bumps [slugify](https://github.com/simov/slugify) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.6.4...v1.6.5) --- 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:
parent
ec8e24d93b
commit
aa8532506e
14
package-lock.json
generated
14
package-lock.json
generated
@ -66,7 +66,7 @@
|
||||
"ora": "^6.0.1",
|
||||
"prepend": "^1.0.2",
|
||||
"prettier": "^2.5.1",
|
||||
"slugify": "^1.6.4",
|
||||
"slugify": "^1.6.5",
|
||||
"stylelint": "^14.2.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-prettier": "^2.0.0"
|
||||
@ -20856,9 +20856,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/slugify": {
|
||||
"version": "1.6.4",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz",
|
||||
"integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q==",
|
||||
"version": "1.6.5",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.5.tgz",
|
||||
"integrity": "sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ==",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
@ -40367,9 +40367,9 @@
|
||||
}
|
||||
},
|
||||
"slugify": {
|
||||
"version": "1.6.4",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz",
|
||||
"integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q=="
|
||||
"version": "1.6.5",
|
||||
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.5.tgz",
|
||||
"integrity": "sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ=="
|
||||
},
|
||||
"snapdragon": {
|
||||
"version": "0.8.2",
|
||||
|
@ -77,7 +77,7 @@
|
||||
"ora": "^6.0.1",
|
||||
"prepend": "^1.0.2",
|
||||
"prettier": "^2.5.1",
|
||||
"slugify": "^1.6.4",
|
||||
"slugify": "^1.6.5",
|
||||
"stylelint": "^14.2.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-prettier": "^2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user