Skip to content

Commit

Permalink
build(deps): bump true-case-path from 1.0.3 to 2.2.1 (#3000)
Browse files Browse the repository at this point in the history
* build(deps): bump true-case-path from 1.0.3 to 2.2.1

Bumps [true-case-path](https://github.com/Profiscience/true-case-path) from 1.0.3 to 2.2.1.
- [Release notes](https://github.com/Profiscience/true-case-path/releases)
- [Changelog](https://github.com/Profiscience/true-case-path/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Profiscience/true-case-path/commits/v2.2.1)

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

* Update extensions.js

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Mifsud <xzyfer@gmail.com>
  • Loading branch information
dependabot[bot] and xzyfer committed Dec 28, 2021
1 parent 77d12f0 commit adc2f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/extensions.js
Expand Up @@ -5,7 +5,7 @@
var eol = require('os').EOL,
fs = require('fs'),
path = require('path'),
trueCasePathSync = require('true-case-path'),
trueCasePathSync = require('true-case-path').trueCasePathSync,
pkg = require('../package.json'),
defaultBinaryDir = path.join(__dirname, '..', 'vendor');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"request": "^2.88.0",
"sass-graph": "4.0.0",
"stdout-stream": "^1.4.0",
"true-case-path": "^1.0.2"
"true-case-path": "^2.2.1"
},
"devDependencies": {
"eslint": "^8.0.0",
Expand Down

0 comments on commit adc2f8b

Please sign in to comment.