Skip to content

Commit

Permalink
[Snyk] Upgrade webpack-dev-server from 5.0.4 to 5.1.0 (#33)
Browse files Browse the repository at this point in the history
* fix: upgrade webpack-dev-server from 5.0.4 to 5.1.0

Snyk has created this PR to upgrade webpack-dev-server from 5.0.4 to 5.1.0.

See this package in npm:
webpack-dev-server

See this project in Snyk:
https://app.snyk.io/org/fouille/project/2bb285fa-d6f4-4ab4-acb6-f8b7142545c0?utm_source=github&utm_medium=referral&page=upgrade-pr

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
fouille and snyk-bot authored Oct 1, 2024
1 parent 98e3a1e commit 3310f8b
Show file tree
Hide file tree
Showing 24 changed files with 41,353 additions and 127 deletions.
11 changes: 11 additions & 0 deletions head.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Créer une nouvelle balise script
const script = document.createElement('script');

// Définir les attributs de la balise script
script.defer = true; // Ajouter l'attribut defer
script.setAttribute('data-domain', 'wazo-plugin-deploy.netlify.app');
script.setAttribute('data-api', '/lapetiteroute/api/event');
script.src = '/lapetiteroute/js/script.js'; // Définir le chemin du fichier JavaScript

// Ajouter la balise script dans la section head
document.head.appendChild(script);
166 changes: 61 additions & 105 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.9.1",
"popper.js": "^1.16.1",
"webpack-dev-server": "^5.0.0"
"webpack-dev-server": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion public/assets/js/common_scripts.min.js

Large diffs are not rendered by default.

Empty file.
279 changes: 279 additions & 0 deletions public/assets/js/function.cdf6e6c7dbbd98536203.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3310f8b

Please sign in to comment.