indexeddbshim 14.0.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indexeddbshim",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "type": "module",
5
5
  "author": "Parashuram <code@nparashuram.com>",
6
6
  "contributors": [
@@ -155,20 +155,20 @@
155
155
  "last 3 Samsung versions"
156
156
  ],
157
157
  "engines": {
158
- "node": ">=18.0.0"
158
+ "node": ">=18.14.0"
159
159
  },
160
160
  "dependencies": {
161
161
  "canvas": "^2.11.2",
162
162
  "eventtargeter": "0.9.0",
163
163
  "sync-promise-expanded": "^1.0.0",
164
164
  "typeson": "9.0.3",
165
- "typeson-registry": "10.0.0",
165
+ "typeson-registry": "11.0.0",
166
166
  "websql-configurable": "^3.0.3"
167
167
  },
168
168
  "devDependencies": {
169
169
  "@brettz9/eslint-plugin": "^1.0.4",
170
- "@babel/core": "^7.24.7",
171
- "@babel/preset-env": "^7.24.7",
170
+ "@babel/core": "^7.24.9",
171
+ "@babel/preset-env": "^7.24.8",
172
172
  "@brettz9/node-static": "^0.1.1",
173
173
  "@es-joy/json-file-reporter": "^1.4.0",
174
174
  "@rollup/plugin-babel": "^6.0.4",
@@ -201,7 +201,7 @@
201
201
  "eslint-plugin-markdown": "^3.0.1",
202
202
  "eslint-plugin-n": "^16.6.2",
203
203
  "eslint-plugin-import": "^2.29.1",
204
- "eslint-plugin-jsdoc": "^48.5.2",
204
+ "eslint-plugin-jsdoc": "^48.7.0",
205
205
  "eslint-plugin-no-unsanitized": "^4.0.2",
206
206
  "eslint-plugin-no-use-extend-native": "^0.5.0",
207
207
  "eslint-plugin-sonarjs": "^0.23.0",
@@ -220,7 +220,7 @@
220
220
  "npm-run-all": "^4.1.5",
221
221
  "open-cli": "^8.0.0",
222
222
  "rimraf": "^5.0.8",
223
- "rollup": "^4.18.0",
223
+ "rollup": "^4.18.1",
224
224
  "rollup-plugin-filesize": "^10.0.0",
225
225
  "rollup-plugin-node-globals": "^1.4.0",
226
226
  "rollup-plugin-node-polyfills": "^0.2.1",