Skip to content

Commit e748efc

Browse files
bump semver to 7.5.X
1 parent 78ca541 commit e748efc

File tree

6 files changed

+174
-182
lines changed

6 files changed

+174
-182
lines changed

.licenses/npm/lru-cache.dep.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: lru-cache
3+
version: 6.0.0
4+
type: npm
5+
summary: A cache object that deletes the least-recently-used items.
6+
homepage:
7+
license: isc
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The ISC License
12+
13+
Copyright (c) Isaac Z. Schlueter and Contributors
14+
15+
Permission to use, copy, modify, and/or distribute this software for any
16+
purpose with or without fee is hereby granted, provided that the above
17+
copyright notice and this permission notice appear in all copies.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
22+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
25+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26+
notices: []

.licenses/npm/semver.dep.yml renamed to .licenses/npm/semver-6.3.0.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: semver
33
version: 6.3.0
44
type: npm
55
summary: The semantic version parser used by npm.
6-
homepage: https://github.com/npm/node-semver#readme
6+
homepage:
77
license: isc
88
licenses:
99
- sources: LICENSE

.licenses/npm/semver-7.5.1.dep.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: semver
3+
version: 7.5.1
4+
type: npm
5+
summary: The semantic version parser used by npm.
6+
homepage:
7+
license: isc
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The ISC License
12+
13+
Copyright (c) Isaac Z. Schlueter and Contributors
14+
15+
Permission to use, copy, modify, and/or distribute this software for any
16+
purpose with or without fee is hereby granted, provided that the above
17+
copyright notice and this permission notice appear in all copies.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
22+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
25+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26+
notices: []

.licenses/npm/yallist.dep.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: yallist
3+
version: 4.0.0
4+
type: npm
5+
summary: Yet Another Linked List
6+
homepage:
7+
license: isc
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The ISC License
12+
13+
Copyright (c) Isaac Z. Schlueter and Contributors
14+
15+
Permission to use, copy, modify, and/or distribute this software for any
16+
purpose with or without fee is hereby granted, provided that the above
17+
copyright notice and this permission notice appear in all copies.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
22+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
25+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26+
notices: []

0 commit comments

Comments
 (0)