|
44 | 44 | "jsdelivr": "lib/browser/neo4j-web.js", |
45 | 45 | "types": "types/index.d.ts", |
46 | 46 | "devDependencies": { |
47 | | - "@babel/core": "^7.20.7", |
48 | | - "@babel/plugin-transform-runtime": "^7.19.6", |
49 | | - "@babel/preset-env": "^7.20.7", |
50 | | - "@babel/register": "^7.18.9", |
51 | | - "@babel/runtime": "^7.20.7", |
| 47 | + "@babel/core": "7.29.0", |
| 48 | + "@babel/plugin-transform-runtime": "7.29.0", |
| 49 | + "@babel/preset-env": "7.29.2", |
| 50 | + "@babel/register": "7.28.6", |
| 51 | + "@babel/runtime": "7.29.2", |
52 | 52 | "@rollup/plugin-commonjs": "^21.1.0", |
53 | 53 | "@rollup/plugin-node-resolve": "^13.3.0", |
54 | | - "@types/node": "^24.3.0", |
55 | | - "@types/vinyl": "^2.0.12", |
56 | 54 | "@types/jest": "^29.5.14", |
57 | | - "async": "^3.2.5", |
58 | | - "browser-resolve": "^2.0.0", |
59 | | - "browserify-sign": "^4.2.2", |
60 | | - "esdoc": "^1.1.0", |
61 | | - "esdoc-importpath-plugin": "^1.0.2", |
62 | | - "esdoc-standard-plugin": "^1.0.0", |
63 | | - "fancy-log": "^2.0.0", |
64 | | - "fs-extra": "^11.1.1", |
65 | | - "gulp": "^4.0.2", |
66 | | - "gulp-batch": "^1.0.5", |
67 | | - "gulp-decompress": "^3.0.0", |
68 | | - "gulp-download": "^0.0.1", |
69 | | - "gulp-file": "^0.4.0", |
70 | | - "gulp-install": "^1.1.0", |
71 | | - "gulp-replace": "^1.1.4", |
72 | | - "gulp-typescript": "^5.0.1", |
73 | | - "gulp-uglify": "^3.0.2", |
74 | | - "gulp-watch": "^5.0.1", |
75 | | - "isomorphic-ws": "^4.0.1", |
76 | | - "jest": "^29.7.0", |
77 | | - "jest-environment-jsdom": "^29.7.0", |
78 | | - "lolex": "^6.0.0", |
79 | | - "minimist": "^1.2.8", |
80 | | - "rollup": "^2.77.4-1", |
81 | | - "rollup-plugin-polyfill-node": "^0.11.0", |
82 | | - "semver": "^7.5.4", |
| 55 | + "@types/node": "^24.12.2", |
| 56 | + "@types/vinyl": "^2.0.12", |
| 57 | + "async": "3.2.6", |
| 58 | + "browser-resolve": "2.0.0", |
| 59 | + "esdoc": "1.1.0", |
| 60 | + "esdoc-importpath-plugin": "1.0.2", |
| 61 | + "esdoc-standard-plugin": "1.0.0", |
| 62 | + "fancy-log": "2.0.0", |
| 63 | + "gulp": "4.0.2", |
| 64 | + "gulp-batch": "1.0.5", |
| 65 | + "gulp-decompress": "3.0.0", |
| 66 | + "gulp-replace": "1.1.4", |
| 67 | + "gulp-typescript": "5.0.1", |
| 68 | + "gulp-uglify": "3.0.2", |
| 69 | + "gulp-watch": "5.0.1", |
| 70 | + "isomorphic-ws": "4.0.1", |
| 71 | + "jest": "29.7.0", |
| 72 | + "jest-environment-jsdom": "29.7.0", |
| 73 | + "@sinonjs/fake-timers": "15.3.2", |
| 74 | + "minimist": "1.2.8", |
| 75 | + "rollup": "2.80.0", |
| 76 | + "rollup-plugin-polyfill-node": "0.13.0", |
| 77 | + "semver": "7.7.4", |
83 | 78 | "source-map": "0.7.4", |
84 | | - "testcontainers": "^8.16.0", |
| 79 | + "testcontainers": "8.16.0", |
85 | 80 | "tmp": "0.2.1", |
86 | | - "ts-jest": "^29.1.1", |
87 | | - "ts-node": "^10.9.1", |
88 | | - "typescript": "^5.9.2", |
89 | | - "vinyl-buffer": "^1.0.1", |
90 | | - "webpack": "^5.89.0", |
91 | | - "ws": "^8.14.2" |
| 81 | + "ts-jest": "29.4.9", |
| 82 | + "ts-node": "10.9.2", |
| 83 | + "typescript": "5.9.3", |
| 84 | + "vinyl-buffer": "1.0.1", |
| 85 | + "webpack": "5.106.2", |
| 86 | + "ws": "8.20.0" |
92 | 87 | }, |
93 | 88 | "dependencies": { |
94 | 89 | "neo4j-driver-bolt-connection": "workspace:*", |
|
0 commit comments