Skip to content

Commit fea4137

Browse files
authored
Chore: resolve vulnerabilities in transitive NPM dependencies (#68)
1 parent 5748f3e commit fea4137

File tree

5 files changed

+430
-1238
lines changed

5 files changed

+430
-1238
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
- Security: Resolve vulnerabilities in transitive NPM dependencies
6+
37
## 1.1.1
48

59
- Feat: update Composer and NPM dependencies

onemedia.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: onemedia
1212
* Domain Path: /languages
13-
* Version: 1.1.1
13+
* Version: 1.1.2
1414
* Requires PHP: 8.0
1515
* Requires at least: 6.8
1616
* Tested up to: 6.9
@@ -32,7 +32,7 @@ function constants(): void {
3232
/**
3333
* Version of the plugin.
3434
*/
35-
define( 'ONEMEDIA_VERSION', '1.1.1' );
35+
define( 'ONEMEDIA_VERSION', '1.1.2' );
3636

3737
/**
3838
* Root path to the plugin directory.

0 commit comments

Comments
 (0)