Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit adc2f8b

Browse files
build(deps): bump true-case-path from 1.0.3 to 2.2.1 (#3000)
* 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>
1 parent 77d12f0 commit adc2f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/extensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
var eol = require('os').EOL,
66
fs = require('fs'),
77
path = require('path'),
8-
trueCasePathSync = require('true-case-path'),
8+
trueCasePathSync = require('true-case-path').trueCasePathSync,
99
pkg = require('../package.json'),
1010
defaultBinaryDir = path.join(__dirname, '..', 'vendor');
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"request": "^2.88.0",
6868
"sass-graph": "4.0.0",
6969
"stdout-stream": "^1.4.0",
70-
"true-case-path": "^1.0.2"
70+
"true-case-path": "^2.2.1"
7171
},
7272
"devDependencies": {
7373
"eslint": "^8.0.0",

0 commit comments

Comments
 (0)