Skip to content

Commit 35c01cb

Browse files
Steve Hobbsdavidpatrick
Steve Hobbs
authored andcommitted
Revert "Upgraded dependencies from security advisories (auth0#1848)" (auth0#1853)
This reverts commit e584e1a.
1 parent 9a02527 commit 35c01cb

File tree

3 files changed

+592
-540
lines changed

3 files changed

+592
-540
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build-and-test:
44
docker:
5-
- image: circleci/node:10-browsers
5+
- image: circleci/node:8.11.3-browsers
66
environment:
77
LANG: en_US.UTF-8
88
steps:

package.json

+7-22
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
6767
"expect.js": "^0.3.1",
6868
"flat": "^2.0.1",
6969
"glob": "^7.1.6",
70-
"grunt": "^1.1.0",
70+
"grunt": "^0.4.5",
7171
"grunt-babel": "^6.0.0",
72-
"grunt-cli": "^1.3.2",
73-
"grunt-concurrent": "^3.0.0",
74-
"grunt-contrib-clean": "^2.0.0",
75-
"grunt-env": "^1.0.1",
76-
"grunt-exec": "^3.0.0",
72+
"grunt-cli": "^0.1.13",
73+
"grunt-concurrent": "^2.3.1",
74+
"grunt-contrib-clean": "^0.6.0",
75+
"grunt-env": "^0.4.4",
76+
"grunt-exec": "^0.4.6",
7777
"grunt-webpack": "^2.0.1",
7878
"husky": "^0.14.3",
7979
"jest": "^21.2.1",
8080
"json-beautify": "^1.0.1",
81-
"jsonwebtoken": "^8.5.1",
81+
"jsonwebtoken": "^7.3.0",
8282
"lint-staged": "^4.2.3",
8383
"mochify": "^6.3.0",
8484
"node-es-module-loader": "^0.3.8",
@@ -115,21 +115,6 @@
115115
"trim": "0.0.1",
116116
"url-join": "^1.1.0"
117117
},
118-
"resolutions": {
119-
"minimist": "^0.2.1",
120-
"handlebars": "^4.7.6",
121-
"set-value": "^3.0.2",
122-
"js-yaml": "^3.13.1",
123-
"minimatch": "^3.0.4",
124-
"cryptiles": "^4.1.3",
125-
"mime": "^1.4.1",
126-
"lodash": "^4.17.15",
127-
"underscore.string": "^3.3.5",
128-
"tunnel-agent": "^0.6.0",
129-
"request": "^2.68.0",
130-
"hoek": "^4.2.1",
131-
"mem": "6.1.0"
132-
},
133118
"ccu": {
134119
"name": "lock",
135120
"cdn": "https://cdn.auth0.com",

0 commit comments

Comments
 (0)