|
1 | 1 | {
|
2 | 2 | "name": "@bynder/bynder-js-sdk",
|
3 |
| - "version": "2.4.0", |
| 3 | + "version": "2.5.0", |
4 | 4 | "description": "Bynder Javascript SDK",
|
5 | 5 | "main": "./dist/bynder-js-sdk.js",
|
6 | 6 | "scripts": {
|
|
14 | 14 | "dist/bynder-js-sdk.js"
|
15 | 15 | ],
|
16 | 16 | "devDependencies": {
|
17 |
| - "babel": "^6.23.0", |
18 |
| - "babel-core": "^6.26.3", |
19 |
| - "babel-loader": "^7.1.5", |
| 17 | + "@babel/core": "^7.26.9", |
| 18 | + "@babel/plugin-transform-object-rest-spread": "^7.25.9", |
| 19 | + "@babel/polyfill": "^7.0.0", |
| 20 | + "@babel/preset-env": "^7.0.0", |
| 21 | + "babel-core": "^7.0.0-bridge.0", |
| 22 | + "babel-jest": "^24.0.0", |
| 23 | + "babel-loader": "^8.0.0", |
20 | 24 | "babel-plugin-add-module-exports": "^1.0.4",
|
21 |
| - "babel-polyfill": "^6.26.0", |
22 |
| - "babel-preset-env": "^1.7.0", |
23 |
| - "eslint": "~3.7.1", |
| 25 | + "eslint": "^5.0.0", |
24 | 26 | "eslint-config-airbnb": "^18.0.1",
|
25 | 27 | "eslint-plugin-import": "^2.18.2",
|
26 | 28 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
27 | 29 | "eslint-plugin-react": "^7.15.1",
|
28 |
| - "gulp": "^3.9.1", |
29 |
| - "gulp-babel": "^7.0.1", |
| 30 | + "gulp": "^4.0.0", |
| 31 | + "gulp-babel": "^8.0.0", |
30 | 32 | "gulp-connect": "^5.7.0",
|
31 | 33 | "gulp-eslint": "^6.0.0",
|
32 |
| - "gulp-jsdoc3": "^2.0.0", |
33 |
| - "jest": "^24.9.0", |
| 34 | + "gulp-jsdoc3": "^3.0.0", |
| 35 | + "jest": "^28.1.3", |
34 | 36 | "json-loader": "^0.5.7",
|
35 | 37 | "path": "^0.12.7",
|
36 |
| - "webpack": "^4.41.0" |
| 38 | + "webpack": "^4.44.2" |
37 | 39 | },
|
38 | 40 | "dependencies": {
|
39 |
| - "axios": "^0.27.2", |
40 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
41 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
42 |
| - "elliptic": "6.5.4", |
| 41 | + "@babel/core": "^7.26.9", |
| 42 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 43 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 44 | + "axios": "^0.28.0", |
| 45 | + "elliptic": "6.6.1", |
43 | 46 | "handlebars": "4.7.7",
|
44 | 47 | "ini": "1.3.8",
|
45 | 48 | "is-url": "^1.2.4",
|
46 | 49 | "isomorphic-form-data": "^1.0.0",
|
47 | 50 | "proper-url-join": "^1.2.0",
|
48 | 51 | "query-string": "6.14.1",
|
49 |
| - "simple-oauth2": "^2.5.1", |
| 52 | + "simple-oauth2": "^3.4.0", |
50 | 53 | "ssri": "6.0.2",
|
51 | 54 | "websocket-extensions": "0.1.4",
|
52 | 55 | "y18n": "4.0.3",
|
53 | 56 | "yargs-parser": "13.1.2"
|
54 | 57 | },
|
55 | 58 | "resolutions": {
|
| 59 | + "braces": "^3.0.3", |
56 | 60 | "graceful-fs": "^4.2.4",
|
57 | 61 | "lodash": "^4.17.21",
|
58 |
| - "@hapi/hoek": "8.5.0" |
| 62 | + "json5": "2.2.3", |
| 63 | + "micromatch": "4.0.8", |
| 64 | + "postcss": "8.4.31", |
| 65 | + "sanitize-html": "2.12.1", |
| 66 | + "send": "0.19.0", |
| 67 | + "serialize-javascript": "6.0.2" |
59 | 68 | },
|
60 | 69 | "repository": "[email protected]:Bynder/bynder-js-sdk.git"
|
61 | 70 | }
|
0 commit comments