Skip to content

Commit cadc0f0

Browse files
committed
deps: hoist production copy of sprintf-js
1 parent 2cffdfe commit cadc0f0

10 files changed

+17
-13
lines changed

node_modules/.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
!/ini
101101
!/init-package-json
102102
!/ip-address
103-
!/ip-address/node_modules/
104-
/ip-address/node_modules/*
105-
!/ip-address/node_modules/sprintf-js
106103
!/ip-regex
107104
!/is-cidr
108105
!/is-core-module
@@ -199,6 +196,7 @@
199196
!/spdx-exceptions
200197
!/spdx-expression-parse
201198
!/spdx-license-ids
199+
!/sprintf-js
202200
!/ssri
203201
!/string-width-cjs
204202
!/string-width

package-lock.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,12 @@
14871487
"node": ">=8"
14881488
}
14891489
},
1490+
"node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
1491+
"version": "1.0.3",
1492+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
1493+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
1494+
"dev": true
1495+
},
14901496
"node_modules/@istanbuljs/schema": {
14911497
"version": "0.1.3",
14921498
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -5341,6 +5347,12 @@
53415347
"js-yaml": "bin/js-yaml.js"
53425348
}
53435349
},
5350+
"node_modules/front-matter/node_modules/sprintf-js": {
5351+
"version": "1.0.3",
5352+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
5353+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
5354+
"dev": true
5355+
},
53445356
"node_modules/fs-exists-cached": {
53455357
"version": "1.0.0",
53465358
"resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz",
@@ -6278,12 +6290,6 @@
62786290
"node": ">= 12"
62796291
}
62806292
},
6281-
"node_modules/ip-address/node_modules/sprintf-js": {
6282-
"version": "1.1.3",
6283-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
6284-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
6285-
"inBundle": true
6286-
},
62876293
"node_modules/ip-regex": {
62886294
"version": "5.0.0",
62896295
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
@@ -11263,10 +11269,10 @@
1126311269
}
1126411270
},
1126511271
"node_modules/sprintf-js": {
11266-
"version": "1.0.3",
11267-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
11268-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
11269-
"dev": true
11272+
"version": "1.1.3",
11273+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
11274+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
11275+
"inBundle": true
1127011276
},
1127111277
"node_modules/ssri": {
1127211278
"version": "10.0.5",

0 commit comments

Comments
 (0)