Skip to content

Commit 39b9bb4

Browse files
author
Anuluxmy
committed
snyk upgrade of packages
1 parent 28fd88f commit 39b9bb4

File tree

5 files changed

+827
-5256
lines changed

5 files changed

+827
-5256
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build:
88
docker:
9-
- image: circleci/node:10
9+
- image: circleci/node:14
1010
working_directory: ~/repo
1111
steps:
1212
- checkout

.snyk

+39-9
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ version: v1.14.1
44
ignore:
55
SNYK-JS-LODASH-450202:
66
- dynamo-backup-to-s3 > lodash:
7-
reason: no fix available
8-
expires: '2020-07-09T12:11:16.126Z'
7+
reason: None given
8+
expires: '2022-04-13T11:19:29.050Z'
99
- s3o-middleware > node-rsa > lodash:
1010
reason: no fix available
1111
expires: '2020-07-09T12:11:16.127Z'
1212
SNYK-JS-LODASH-567746:
1313
- dynamo-backup-to-s3 > lodash:
14-
reason: no fix available
15-
expires: '2020-07-09T12:11:16.127Z'
14+
reason: None given
15+
expires: '2022-04-13T11:19:29.050Z'
1616
- s3o-middleware > node-rsa > lodash:
1717
reason: no fix available
1818
expires: '2020-07-09T12:11:16.127Z'
1919
SNYK-JS-LODASH-73638:
2020
- dynamo-backup-to-s3 > lodash:
21-
reason: no fix available
22-
expires: '2020-07-09T12:11:16.127Z'
21+
reason: None given
22+
expires: '2022-04-13T11:19:29.050Z'
2323
- s3o-middleware > node-rsa > lodash:
2424
reason: no fix available
2525
expires: '2020-07-09T12:11:16.127Z'
2626
SNYK-JS-LODASH-73639:
2727
- dynamo-backup-to-s3 > lodash:
28-
reason: no fix available
29-
expires: '2020-07-09T12:11:16.127Z'
28+
reason: None given
29+
expires: '2022-04-13T11:19:29.050Z'
3030
- s3o-middleware > node-rsa > lodash:
3131
reason: no fix available
3232
expires: '2020-07-09T12:11:16.127Z'
@@ -108,6 +108,36 @@ ignore:
108108
- node-sass:
109109
reason: no fix available
110110
expires: '2020-07-09T12:11:16.127Z'
111+
SNYK-JS-AWSSDK-1059424:
112+
- dynamo-backup-to-s3 > s3-streaming-upload > aws-sdk:
113+
reason: None given
114+
expires: '2022-04-13T11:19:29.049Z'
115+
SNYK-JS-LODASH-1018905:
116+
- dynamo-backup-to-s3 > lodash:
117+
reason: None given
118+
expires: '2022-04-13T11:19:29.050Z'
119+
SNYK-JS-LODASH-1040724:
120+
- dynamo-backup-to-s3 > lodash:
121+
reason: None given
122+
expires: '2022-04-13T11:19:29.050Z'
123+
SNYK-JS-LODASH-590103:
124+
- dynamo-backup-to-s3 > lodash:
125+
reason: None given
126+
expires: '2022-04-13T11:19:29.050Z'
127+
SNYK-JS-LODASH-608086:
128+
- dynamo-backup-to-s3 > lodash:
129+
reason: None given
130+
expires: '2022-04-13T11:19:29.050Z'
131+
SNYK-JS-LODASHSET-1320032:
132+
- snyk > snyk-nodejs-lockfile-parser > lodash.set:
133+
reason: None given
134+
expires: '2022-04-13T11:19:29.050Z'
135+
- snyk > snyk-resolve-deps > lodash.set:
136+
reason: None given
137+
expires: '2022-04-13T11:19:29.050Z'
138+
- snyk > snyk-docker-plugin > snyk-nodejs-lockfile-parser > lodash.set:
139+
reason: None given
140+
expires: '2022-04-13T11:19:29.050Z'
111141
# patches apply the minimum changes required to fix a vulnerability
112142
patch:
113143
SNYK-JS-LODASH-567746:
@@ -127,4 +157,4 @@ patch:
127157
patched: '2020-06-10T09:26:59.459Z'
128158
'npm:lodash:20180130':
129159
- dynamo-backup-to-s3 > lodash:
130-
patched: '2020-06-09T12:06:36.285Z'
160+
patched: '2022-03-14T11:17:26.904Z'

bin/build_css.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
cd $(dirname "$0")/..
33

44
mkdir -p dist
5-
node-sass public/css/main.scss dist/main.css
5+
sass public/css/main.scss dist/main.css

0 commit comments

Comments
 (0)