mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 04:57:21 +00:00
Merge pull request #157 from actions/upgrade-ncc
Upgrade ncc to latest (0.23 -> 0.28.6)
This commit is contained in:
10
.licenses/npm/js-yaml.dep.yml
generated
10
.licenses/npm/js-yaml.dep.yml
generated
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: js-yaml
|
||||
version: 3.13.1
|
||||
version: 3.14.1
|
||||
type: npm
|
||||
summary:
|
||||
homepage:
|
||||
summary: YAML 1.2 parser and serializer
|
||||
homepage: https://github.com/nodeca/js-yaml
|
||||
license: mit
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
@@ -29,8 +29,4 @@ licenses:
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
- sources: README.md
|
||||
text: |-
|
||||
View the [LICENSE](https://github.com/nodeca/js-yaml/blob/master/LICENSE) file
|
||||
(MIT).
|
||||
notices: []
|
||||
|
||||
26910
dist/index.js
vendored
26910
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
1005
package-lock.json
generated
1005
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/minimatch": "^3.0.0",
|
||||
"@types/js-yaml": "^3.12.1",
|
||||
"@vercel/ncc": "^0.23.0",
|
||||
"@vercel/ncc": "^0.28.6",
|
||||
"jest": "^27.0.4",
|
||||
"prettier": "^2.3.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
|
||||
Reference in New Issue
Block a user