Browse Source

v2.1.2: security fixes and small bug fix

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
b83424cf45
5 changed files with 768 additions and 626 deletions
  1. 1 1
      LICENCE.md
  2. 0 0
      dist/toasters.js
  3. 758 616
      package-lock.json
  4. 8 8
      package.json
  5. 1 1
      src/toasters.js

+ 1 - 1
LICENCE.md

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2020 Jonathan Graham
+Copyright (c) 2021 Jonathan Graham
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large
+ 0 - 0
dist/toasters.js


File diff suppressed because it is too large
+ 758 - 616
package-lock.json


+ 8 - 8
package.json

@@ -9,13 +9,13 @@
   },
   "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
   "devDependencies": {
-    "@babel/core": "^7.5.5",
-    "@babel/preset-env": "^7.5.5",
-    "babel-loader": "^8.0.6",
-    "css-loader": "^3.2.0",
-    "style-loader": "^1.0.0",
-    "webpack": "^4.39.2",
-    "webpack-cli": "^3.3.7"
+    "@babel/core": "^7.13.14",
+    "@babel/preset-env": "^7.13.12",
+    "babel-loader": "^8.2.2",
+    "css-loader": "^3.6.0",
+    "style-loader": "^1.3.0",
+    "webpack": "^4.46.0",
+    "webpack-cli": "^3.3.12"
   },
   "license": "MIT",
   "main": "dist/toasters.js",
@@ -24,5 +24,5 @@
     "build": "webpack --mode=production --progress --hide-modules",
     "dev": "webpack --mode=development --watch"
   },
-  "version": "2.1.1"
+  "version": "2.1.2"
 }

+ 1 - 1
src/toasters.js

@@ -1,4 +1,4 @@
-var path = require("path")
+var path = require("path");
 
 module.exports = {
   entry: {

Some files were not shown because too many files changed in this diff