Skip to content

Commit a9cbdf2

Browse files
committed
Update lodash to 4.17.10.
1 parent d4a028b commit a9cbdf2

File tree

6 files changed

+649
-649
lines changed

6 files changed

+649
-649
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<section>
88
<h1>404 · Page not found</h1>
99
<p>Well this is somewhat embarrassing, isn’t it?</p>
10-
<p>You may have been looking for our <a href="{{ site.links.repo }}/blob/{{ site.release }}/.github/CONTRIBUTING.md">contributing guidelines</a>, <a href="{{ site.links.repo }}/releases/tag/4.0.0">release notes</a>, or <a href="{{ site.links.repo }}/wiki">wiki</a>.</p>
10+
<p>You may have been looking for our <a href="{{ site.links.repo }}/blob/master/.github/CONTRIBUTING.md">contributing guidelines</a>, <a href="{{ site.links.repo }}/releases/tag/4.0.0">release notes</a>, or <a href="{{ site.links.repo }}/wiki">wiki</a>.</p>
1111
</section>

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repository: lodash/lodash.com
22

33
release:
4-
&release 4.17.5
4+
&release 4.17.10
55

66
releases:
77
- *release
@@ -47,8 +47,8 @@ sass:
4747

4848
builds:
4949
*release:
50-
href: https://cdn.jsdelivr.net/npm/lodash@4.17.5/lodash.min.js
51-
integrity: sha384-TU+2E2omvu82iO/QZZM+yUCKqjYiahza2KDH8CKKcFHUA9+Al0dxAY8DejxPwohG
50+
href: https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js
51+
integrity: sha384-mSSBMtpZHKT74w/c7tDbXmJJtqdlb1lR+PmokfXQwMXWVEWpxD08EA9Ymb+9PpIK
5252

5353
3.10.1:
5454
href: https://cdn.jsdelivr.net/lodash/3.10.1/lodash.min.js

_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/docs/1 {{ site.links.docs_v1 }} 301
1212
/docs/ /docs/{{ site.release }} 200
1313

14-
/license {{ site.links.raw }}/{{ site.release }}/LICENSE 301
14+
/license {{ site.links.raw }}/{{ site.release }}-npm/LICENSE 301
1515

1616
# Repro for http://bugzil.la/1319846.
1717
/fx_bug_1319846/ /docs/{{ site.release }} 200

0 commit comments

Comments
 (0)