Skip to content

Commit a396f8d

Browse files
committed
deps: @npmcli/map-workspaces@2.0.4
1 parent 2569d82 commit a396f8d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

node_modules/@npmcli/map-workspaces/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function appendNegatedPatterns (patterns) {
1212
for (let pattern of patterns) {
1313
const excl = pattern.match(/^!+/)
1414
if (excl) {
15-
pattern = pattern.substr(excl[0].length)
15+
pattern = pattern.slice(excl[0].length)
1616
}
1717

1818
// strip off any / from the start of the pattern. /foo => foo

node_modules/@npmcli/map-workspaces/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/map-workspaces",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^3.0.1",
45-
"@npmcli/template-oss": "3.4.1",
45+
"@npmcli/template-oss": "3.5.0",
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
@@ -53,6 +53,6 @@
5353
},
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56-
"version": "3.4.1"
56+
"version": "3.5.0"
5757
}
5858
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,9 @@
964964
}
965965
},
966966
"node_modules/@npmcli/map-workspaces": {
967-
"version": "2.0.3",
968-
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.3.tgz",
969-
"integrity": "sha512-X6suAun5QyupNM8iHkNPh0AHdRC2rb1W+MTdMvvA/2ixgmqZwlq5cGUBgmKHUHT2LgrkKJMAXbfAoTxOigpK8Q==",
967+
"version": "2.0.4",
968+
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz",
969+
"integrity": "sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg==",
970970
"inBundle": true,
971971
"dependencies": {
972972
"@npmcli/name-from-folder": "^1.0.1",

0 commit comments

Comments
 (0)